Started by upstream project "jnosql" build number 2203 originally caused by: Started by timer Running as SYSTEM Agent basic-gwbz8 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-gwbz8" namespace: "jnosql" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jnosql.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-gwbz8" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-gwbz8" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jnosql.svc.cluster.local/jnosql/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jnosql" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-gwbz8 (basic) in workspace /home/jenkins/agent/workspace/jnosql-sonar The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning repository https://github.com/eclipse/jnosql > git init /home/jenkins/agent/workspace/jnosql-sonar # timeout=10 Fetching upstream changes from https://github.com/eclipse/jnosql > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --tags --force --progress -- https://github.com/eclipse/jnosql +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/jnosql # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision c854679196ed81b3f21abd09f453d7061ec61c61 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f c854679196ed81b3f21abd09f453d7061ec61c61 # timeout=10 Commit message: "Merge pull request #500 from eclipse/fix-update" > git rev-list --no-walk 03ba1440c5d1176298c73ba98d0302271c4c8a03 # timeout=10 Injecting SonarQube environment variables using the configuration: SonarCloud.io [jnosql-sonar] $ /opt/tools/apache-maven/latest/bin/mvn clean verify -B sonar:sonar -Dsonar.projectKey=org.eclipse.jnosql:jakarta-nosql-parent -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse JNoSQL [pom] [INFO] jnosql-communication [pom] [INFO] jnosql-communication-core [jar] [INFO] jnosql-communication-query [jar] [INFO] jnosql-communication-key-value [jar] [INFO] jnosql-communication-semistructured [jar] [INFO] jnosql-mapping-parent [pom] [INFO] jnosql-mapping-api-core [jar] [INFO] jnosql-mapping-reflection [jar] [INFO] jnosql-mapping-core [jar] [INFO] jnosql-mapping-semistructured [jar] [INFO] jnosql-mapping-document [jar] [INFO] jnosql-mapping-column [jar] [INFO] jnosql-mapping-key-value [jar] [INFO] jnosql-mapping-graph [jar] [INFO] [INFO] ------------------< org.eclipse.jnosql:jnosql-parent >------------------ [INFO] Building Eclipse JNoSQL 1.1.1-SNAPSHOT [1/15] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-parent --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-parent --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 81 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 1 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/target/jacoco.exec [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-parent --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-parent >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-parent --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 81 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 1 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-parent <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-parent --- [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -------< org.eclipse.jnosql.communication:jnosql-communication >-------- [INFO] Building jnosql-communication 1.1.1-SNAPSHOT [2/15] [INFO] from jnosql-communication/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-communication --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-communication --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Finished adding exclusions from SCM ignore files. [INFO] 66 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 1 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/target/jacoco.exec [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-communication --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-communication >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-communication --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Finished adding exclusions from SCM ignore files. [INFO] 66 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 1 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-communication <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-communication --- [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-communication --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-communication --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -----< org.eclipse.jnosql.communication:jnosql-communication-core >----- [INFO] Building jnosql-communication-core 1.1.1-SNAPSHOT [3/15] [INFO] from jnosql-communication/jnosql-communication-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-communication-core --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-core --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 75 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 112 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 112 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-communication-core --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-communication-core --- [WARNING] ******************************************************************************************************************************************************* [WARNING] * Required filename-based automodules detected: [microprofile-config-api-3.1.jar]. Please don't publish this project to a public artifact repository! * [WARNING] ******************************************************************************************************************************************************* [INFO] Recompiling the module because of changed source code. [INFO] Compiling 61 source files with javac [debug target 17 module-path] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/reader/CalendarReader.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/reader/CalendarReader.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/reader/StreamTypeReferenceReader.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/reader/StreamTypeReferenceReader.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-communication-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-communication-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-communication-core --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 50 source files with javac [debug target 17 module-path] to target/test-classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/src/test/java/org/eclipse/jnosql/communication/reader/LocalDateTimeReaderTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/src/test/java/org/eclipse/jnosql/communication/reader/LocalDateTimeReaderTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-communication-core --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.communication.writer.TemporalWriterTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.360 s -- in org.eclipse.jnosql.communication.writer.TemporalWriterTest [INFO] Running org.eclipse.jnosql.communication.writer.EnumValueWriterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.jnosql.communication.writer.EnumValueWriterTest [INFO] Running org.eclipse.jnosql.communication.writer.OptionalWriterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.writer.OptionalWriterTest [INFO] Running org.eclipse.jnosql.communication.writer.OptionalValueWriterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.jnosql.communication.writer.OptionalValueWriterTest [INFO] Running org.eclipse.jnosql.communication.writer.TemporalValueWriterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.writer.TemporalValueWriterTest [INFO] Running org.eclipse.jnosql.communication.writer.ValueWriterDecoratorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.jnosql.communication.writer.ValueWriterDecoratorTest [INFO] Running org.eclipse.jnosql.communication.DefaultValueTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.751 s -- in org.eclipse.jnosql.communication.DefaultValueTest [INFO] Running org.eclipse.jnosql.communication.reader.LocalDateTimeReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.eclipse.jnosql.communication.reader.LocalDateTimeReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.OptionalReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.jnosql.communication.reader.OptionalReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.ZonedDateTimeReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.eclipse.jnosql.communication.reader.ZonedDateTimeReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.StreamTypeReferenceReaderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.jnosql.communication.reader.StreamTypeReferenceReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.MapTypeReferenceReaderTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s -- in org.eclipse.jnosql.communication.reader.MapTypeReferenceReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.OffsetTimeReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.eclipse.jnosql.communication.reader.OffsetTimeReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.BigIntegerReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.eclipse.jnosql.communication.reader.BigIntegerReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.StringReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.eclipse.jnosql.communication.reader.StringReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.YearReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.eclipse.jnosql.communication.reader.YearReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.ShortReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.eclipse.jnosql.communication.reader.ShortReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.BooleanReaderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.jnosql.communication.reader.BooleanReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.EnumReaderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.jnosql.communication.reader.EnumReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.SetTypeReferenceReaderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.jnosql.communication.reader.SetTypeReferenceReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.ShortValueReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.reader.ShortValueReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.QueueTypeReferenceReaderTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.jnosql.communication.reader.QueueTypeReferenceReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.CalendarReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.reader.CalendarReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.CharacterReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.eclipse.jnosql.communication.reader.CharacterReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.NumberReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.reader.NumberReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.AtomicIntegerReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.eclipse.jnosql.communication.reader.AtomicIntegerReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.OffsetDateTimeReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.jnosql.communication.reader.OffsetDateTimeReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.AtomicLongReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s -- in org.eclipse.jnosql.communication.reader.AtomicLongReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.LocalTimeReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.jnosql.communication.reader.LocalTimeReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.YearMonthTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.reader.YearMonthTest [INFO] Running org.eclipse.jnosql.communication.reader.ByteReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s -- in org.eclipse.jnosql.communication.reader.ByteReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.LocalDateReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.jnosql.communication.reader.LocalDateReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.ListTypeReferenceReaderTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s -- in org.eclipse.jnosql.communication.reader.ListTypeReferenceReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.OptionalTypeReferenceReaderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.jnosql.communication.reader.OptionalTypeReferenceReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.DateReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in org.eclipse.jnosql.communication.reader.DateReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.IntegerReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.reader.IntegerReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.ByteValueReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.reader.ByteValueReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.BigDecimalReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.eclipse.jnosql.communication.reader.BigDecimalReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.DoubleReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in org.eclipse.jnosql.communication.reader.DoubleReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.FloatReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.eclipse.jnosql.communication.reader.FloatReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.NavigableSetTypeReferenceReaderTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.jnosql.communication.reader.NavigableSetTypeReferenceReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.LongReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.jnosql.communication.reader.LongReaderTest [INFO] Running org.eclipse.jnosql.communication.ParamValueTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.eclipse.jnosql.communication.ParamValueTest [INFO] Running org.eclipse.jnosql.communication.ValueUtilTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.communication.ValueUtilTest [INFO] Running org.eclipse.jnosql.communication.SettingsBuilderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.jnosql.communication.SettingsBuilderTest [INFO] Running org.eclipse.jnosql.communication.ValueReaderDecoratorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.jnosql.communication.ValueReaderDecoratorTest [INFO] Running org.eclipse.jnosql.communication.ConditionTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.jnosql.communication.ConditionTest [INFO] Running org.eclipse.jnosql.communication.DefaultSettingsTest [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.jnosql.communication.DefaultSettingsTest [INFO] Running org.eclipse.jnosql.communication.ParamsTest [INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest [INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenBindIsCalled [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenBindIsCalled [INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenAddMethodIsCalledTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenAddMethodIsCalledTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest [INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest [INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenBindIsCalled [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenBindIsCalled [INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenAddMethodIsCalledTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenAddMethodIsCalledTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.jnosql.communication.ParamsTest [INFO] Running org.eclipse.jnosql.communication.NullValueTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.NullValueTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 320, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-communication-core --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-communication-core >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-core --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 75 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 112 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 112 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-communication-core <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-communication-core --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-communication-core --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/TypeReference.java:29: warning: no comment [WARNING] protected TypeReference() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/TypeReferenceReaderDecorator.java:41: warning: no comment [WARNING] public static TypeReferenceReaderDecorator getInstance() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/ValueReaderDecorator.java:41: warning: no comment [WARNING] public static ValueReaderDecorator getInstance() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/ValueWriterDecorator.java:44: warning: no comment [WARNING] public static ValueWriter getInstance() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/src/main/java/module-info.java:17: warning: no comment [WARNING] module org.eclipse.jnosql.communication.core { [WARNING] ^ [WARNING] 5 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-communication-core --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-communication-core' with 54 classes [INFO] [INFO] ----< org.eclipse.jnosql.communication:jnosql-communication-query >----- [INFO] Building jnosql-communication-query 1.1.1-SNAPSHOT [4/15] [INFO] from jnosql-communication/jnosql-communication-query/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-communication-query --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-query --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 76 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 102 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 102 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-query --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/jacoco.exec [INFO] [INFO] --- antlr4:4.12.0:antlr4 (default) @ jnosql-communication-query --- [INFO] ANTLR 4: Processing source directory /home/jenkins/agent/workspace/jnosql-sonar/antlr4 [INFO] Processing grammar: org/eclipse/jnosql/query/grammar/method/Method.g4 [INFO] Processing grammar: org/eclipse/jnosql/query/grammar/Query.g4 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-communication-query --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/resources [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-communication-query --- [WARNING] ******************************************************************************************************************************************************* [WARNING] * Required filename-based automodules detected: [microprofile-config-api-3.1.jar]. Please don't publish this project to a public artifact repository! * [WARNING] ******************************************************************************************************************************************************* [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 60 source files with javac [debug target 17 module-path] to target/classes [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-communication-query --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-communication-query --- [INFO] Copying 14 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-communication-query --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 49 source files with javac [debug target 17 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-communication-query --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.communication.query.method.MethodConditionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.240 s -- in org.eclipse.jnosql.communication.query.method.MethodConditionTest [INFO] Running org.eclipse.jnosql.communication.query.method.DeleteByMethodQueryProviderTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s -- in org.eclipse.jnosql.communication.query.method.DeleteByMethodQueryProviderTest [INFO] Running org.eclipse.jnosql.communication.query.method.MethodQueryTest [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.eclipse.jnosql.communication.query.method.MethodQueryTest [INFO] Running org.eclipse.jnosql.communication.query.method.DeleteMethodProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.query.method.DeleteMethodProviderTest [INFO] Running org.eclipse.jnosql.communication.query.method.MethodParamQueryValueTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.jnosql.communication.query.method.MethodParamQueryValueTest [INFO] Running org.eclipse.jnosql.communication.query.method.MethodArrayValueTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.jnosql.communication.query.method.MethodArrayValueTest [INFO] Running org.eclipse.jnosql.communication.query.method.SelectMethodProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.query.method.SelectMethodProviderTest [INFO] Running org.eclipse.jnosql.communication.query.method.SelectMethodQueryProviderTest [INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s -- in org.eclipse.jnosql.communication.query.method.SelectMethodQueryProviderTest [INFO] Running org.eclipse.jnosql.communication.query.DefaultFunctionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.jnosql.communication.query.DefaultFunctionTest [INFO] Running org.eclipse.jnosql.communication.query.DelQueryTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.eclipse.jnosql.communication.query.DelQueryTest [INFO] Running org.eclipse.jnosql.communication.query.JSONQueryValueTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.communication.query.JSONQueryValueTest [INFO] Running org.eclipse.jnosql.communication.query.DefaultQueryConditionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.jnosql.communication.query.DefaultQueryConditionTest [INFO] Running org.eclipse.jnosql.communication.query.DefaultConditionQueryValueTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.jnosql.communication.query.DefaultConditionQueryValueTest [INFO] Running org.eclipse.jnosql.communication.query.DefaultArrayQueryValueTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.jnosql.communication.query.DefaultArrayQueryValueTest [INFO] Running org.eclipse.jnosql.communication.query.StringQueryValueTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.query.StringQueryValueTest [INFO] Running org.eclipse.jnosql.communication.query.QueryParserTest [INFO] Tests run: 132, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.eclipse.jnosql.communication.query.QueryParserTest [INFO] Running org.eclipse.jnosql.communication.query.SelectQueryTest [INFO] Tests run: 139, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s -- in org.eclipse.jnosql.communication.query.SelectQueryTest [INFO] Running org.eclipse.jnosql.communication.query.FunctionQueryValueTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.jnosql.communication.query.FunctionQueryValueTest [INFO] Running org.eclipse.jnosql.communication.query.SelectQueryConverterTest [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.eclipse.jnosql.communication.query.SelectQueryConverterTest [INFO] Running org.eclipse.jnosql.communication.query.GetProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.jnosql.communication.query.GetProviderTest [INFO] Running org.eclipse.jnosql.communication.query.PutProviderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.jnosql.communication.query.PutProviderTest [INFO] Running org.eclipse.jnosql.communication.query.InsertQueryTest [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.jnosql.communication.query.InsertQueryTest [INFO] Running org.eclipse.jnosql.communication.query.WhereTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.query.WhereTest [INFO] Running org.eclipse.jnosql.communication.query.InsertQueryConverterTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.jnosql.communication.query.InsertQueryConverterTest [INFO] Running org.eclipse.jnosql.communication.query.DeleteQueryConverterTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.jnosql.communication.query.DeleteQueryConverterTest [INFO] Running org.eclipse.jnosql.communication.query.BooleanQueryValueTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.query.BooleanQueryValueTest [INFO] Running org.eclipse.jnosql.communication.query.NumberQueryValueTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.query.NumberQueryValueTest [INFO] Running org.eclipse.jnosql.communication.query.UpdateQueryConverterTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.jnosql.communication.query.UpdateQueryConverterTest [INFO] Running org.eclipse.jnosql.communication.query.RemoveProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.communication.query.RemoveProviderTest [INFO] Running org.eclipse.jnosql.communication.query.GetQueryTest [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.jnosql.communication.query.GetQueryTest [INFO] Running org.eclipse.jnosql.communication.query.UpdateQueryTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.jnosql.communication.query.UpdateQueryTest [INFO] Running org.eclipse.jnosql.communication.query.DefaultQueryValueTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.query.DefaultQueryValueTest [INFO] Running org.eclipse.jnosql.communication.query.PutQueryTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.jnosql.communication.query.PutQueryTest [INFO] Running org.eclipse.jnosql.communication.query.DeleteQueryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.query.DeleteQueryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 810, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-communication-query --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/jnosql-communication-query-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-communication-query >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-query --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 76 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 102 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 102 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-query --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/jacoco.exec [INFO] [INFO] --- antlr4:4.12.0:antlr4 (default) @ jnosql-communication-query --- [INFO] No grammars to process [INFO] ANTLR 4: Processing source directory /home/jenkins/agent/workspace/jnosql-sonar/antlr4 [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-communication-query <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-communication-query --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/jnosql-communication-query-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-communication-query --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/BooleanQueryValue.java:26: warning: no comment [WARNING] public static final BooleanQueryValue FALSE = new BooleanQueryValue(false); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/BooleanQueryValue.java:25: warning: no comment [WARNING] public static final BooleanQueryValue TRUE = new BooleanQueryValue(true); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/BooleanQueryValue.java:68: warning: no comment [WARNING] public static QueryValue of(QueryParser.BoolContext context) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/DeleteByMethodQueryProvider.java:22: warning: no comment [WARNING] public final class DeleteByMethodQueryProvider extends AbstractMethodQueryProvider implements BiFunction { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/AbstractMethodQueryProvider.java:60: warning: no comment [WARNING] protected boolean and = true; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/AbstractMethodQueryProvider.java:58: warning: no comment [WARNING] protected QueryCondition condition; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/AbstractMethodQueryProvider.java:56: warning: no comment [WARNING] protected Where where; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/AbstractMethodQueryProvider.java:195: warning: no comment [WARNING] protected String getFormatField(String text) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/AbstractMethodQueryProvider.java:62: warning: no comment [WARNING] protected void runQuery(String query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/method/DeleteMethodProvider.java:29: warning: no comment [WARNING] INSTANCE; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/AbstractWhereSupplier.java:41: warning: no comment [WARNING] protected boolean and = true; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/AbstractWhereSupplier.java:39: warning: no comment [WARNING] protected QueryCondition condition; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/AbstractWhereSupplier.java:37: warning: no comment [WARNING] protected Where where; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/AbstractSupplier.java:30: warning: no comment [WARNING] protected void runQuery(String query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/JSONQueryValue.java:44: warning: no comment [WARNING] public static JSONQueryValue of(QueryParser.JsonContext context) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:13: warning: no comment [WARNING] public class MethodLexer extends Lexer { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:246: warning: no comment [WARNING] public static final ATN _ATN = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:16: warning: no comment [WARNING] protected static final DFA[] _decisionToDFA; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:113: warning: no comment [WARNING] public static final String _serializedATN = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:17: warning: no comment [WARNING] protected static final PredictionContextCache _sharedContextCache = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:23: warning: no comment [WARNING] public static String[] channelNames = { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:27: warning: no comment [WARNING] public static String[] modeNames = { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:38: warning: no comment [WARNING] public static final String[] ruleNames = makeRuleNames(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:56: warning: no comment [WARNING] public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:90: warning: no comment [WARNING] public MethodLexer(CharStream input) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:13: warning: no comment [WARNING] public class MethodParser extends Parser { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:629: warning: no comment [WARNING] public static class AndContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:703: warning: no comment [WARNING] public static class AscContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1163: warning: no comment [WARNING] public static class BetweenContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:363: warning: no comment [WARNING] public static class ConditionContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:175: warning: no comment [WARNING] public static class DeleteByContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:740: warning: no comment [WARNING] public static class DescContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:861: warning: no comment [WARNING] public static class EqContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:939: warning: no comment [WARNING] public static class GtContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:995: warning: no comment [WARNING] public static class GteContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1219: warning: no comment [WARNING] public static class InContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1275: warning: no comment [WARNING] public static class LikeContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1051: warning: no comment [WARNING] public static class LtContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1107: warning: no comment [WARNING] public static class LteContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1331: warning: no comment [WARNING] public static class NotContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:666: warning: no comment [WARNING] public static class OrContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:499: warning: no comment [WARNING] public static class OrderContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:559: warning: no comment [WARNING] public static class OrderNameContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:105: warning: no comment [WARNING] public static class SelectContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:229: warning: no comment [WARNING] public static class SelectStartContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:777: warning: no comment [WARNING] public static class TruthContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:819: warning: no comment [WARNING] public static class UntruthContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1368: warning: no comment [WARNING] public static class VariableContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:275: warning: no comment [WARNING] public static class WhereContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1509: warning: no comment [WARNING] public static final ATN _ATN = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:16: warning: no comment [WARNING] protected static final DFA[] _decisionToDFA; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1405: warning: no comment [WARNING] public static final String _serializedATN = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:17: warning: no comment [WARNING] protected static final PredictionContextCache _sharedContextCache = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment [WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment [WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment [WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment [WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment [WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment [WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment [WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment [WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment [WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment [WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment [WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment [WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment [WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment [WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment [WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment [WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment [WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment [WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment [WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment [WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment [WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment [WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment [WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:36: warning: no comment [WARNING] public static final String[] ruleNames = makeRuleNames(); [WARNING] ^ [WARNING] 100 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/jnosql-communication-query-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-communication-query --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-communication-query' with 127 classes [INFO] [INFO] --< org.eclipse.jnosql.communication:jnosql-communication-key-value >--- [INFO] Building jnosql-communication-key-value 1.1.1-SNAPSHOT [5/15] [INFO] from jnosql-communication/jnosql-communication-key-value/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-communication-key-value --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-key-value --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 75 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 20 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 20 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-key-value --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-communication-key-value --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/src/main/resources [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-communication-key-value --- [INFO] Required filename-based automodules detected: [microprofile-config-api-3.1.jar]. Please don't publish this project to a public artifact repository! [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 13 source files with javac [debug target 17 module-path] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/src/main/java/org/eclipse/jnosql/communication/keyvalue/KeyValueConfiguration.java: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/src/main/java/org/eclipse/jnosql/communication/keyvalue/KeyValueConfiguration.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/src/main/java/org/eclipse/jnosql/communication/keyvalue/KeyValueConfiguration.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-communication-key-value --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-communication-key-value --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-communication-key-value --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 6 source files with javac [debug target 17 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-communication-key-value --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.communication.keyvalue.PutQueryParserTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.000 s -- in org.eclipse.jnosql.communication.keyvalue.PutQueryParserTest [INFO] Running org.eclipse.jnosql.communication.keyvalue.GetQueryParserTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s -- in org.eclipse.jnosql.communication.keyvalue.GetQueryParserTest [INFO] Running org.eclipse.jnosql.communication.keyvalue.KeyValueEntityParamsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.keyvalue.KeyValueEntityParamsTest [INFO] Running org.eclipse.jnosql.communication.keyvalue.KeyValueQueryParserTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.318 s -- in org.eclipse.jnosql.communication.keyvalue.KeyValueQueryParserTest [INFO] Running org.eclipse.jnosql.communication.keyvalue.KeyValueEntityTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.jnosql.communication.keyvalue.KeyValueEntityTest [INFO] Running org.eclipse.jnosql.communication.keyvalue.DelQueryParserTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.jnosql.communication.keyvalue.DelQueryParserTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-communication-key-value --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/target/jnosql-communication-key-value-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-communication-key-value >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-key-value --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 75 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 20 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 20 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-key-value --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-communication-key-value <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-communication-key-value --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/target/jnosql-communication-key-value-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-communication-key-value --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/src/main/java/org/eclipse/jnosql/communication/keyvalue/KeyValuePreparedStatement.java:25: warning: no comment [WARNING] public interface KeyValuePreparedStatement { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/src/main/java/module-info.java:12: warning: no comment [WARNING] module org.eclipse.jnosql.communication.key.value { [WARNING] ^ [WARNING] 2 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/target/jnosql-communication-key-value-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-communication-key-value --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-communication-key-value' with 10 classes [INFO] [INFO] --< org.eclipse.jnosql.communication:jnosql-communication-semistructured >-- [INFO] Building jnosql-communication-semistructured 1.1.1-SNAPSHOT [6/15] [INFO] from jnosql-communication/jnosql-communication-semistructured/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-communication-semistructured --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-semistructured --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 75 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 55 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 55 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-semistructured --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-communication-semistructured --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/src/main/resources [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-communication-semistructured --- [INFO] Required filename-based automodules detected: [microprofile-config-api-3.1.jar]. Please don't publish this project to a public artifact repository! [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 34 source files with javac [debug target 17 module-path] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/src/main/java/org/eclipse/jnosql/communication/semistructured/CriteriaCondition.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/src/main/java/org/eclipse/jnosql/communication/semistructured/CriteriaCondition.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-communication-semistructured --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-communication-semistructured --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-communication-semistructured --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 20 source files with javac [debug target 17 module-path] to target/test-classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/src/test/java/org/eclipse/jnosql/communication/semistructured/CommunicationEntityTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/src/test/java/org/eclipse/jnosql/communication/semistructured/CommunicationEntityTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-communication-semistructured --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.communication.semistructured.CommunicationEntityTest [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.886 s -- in org.eclipse.jnosql.communication.semistructured.CommunicationEntityTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementQueryBuilderTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.109 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementQueryBuilderTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DeleteQueryParserTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.826 s -- in org.eclipse.jnosql.communication.semistructured.DeleteQueryParserTest [INFO] Running org.eclipse.jnosql.communication.semistructured.SelectQueryParserTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.eclipse.jnosql.communication.semistructured.SelectQueryParserTest [INFO] Running org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryTest [INFO] Running org.eclipse.jnosql.communication.semistructured.ElementsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.semistructured.ElementsTest [INFO] Running org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryParamsTest [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryParamsTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DatabaseConfigurationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.jnosql.communication.semistructured.DatabaseConfigurationTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementQueryParserTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementQueryParserTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementConditionTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementConditionTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DatabaseManagerTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.092 s -- in org.eclipse.jnosql.communication.semistructured.DatabaseManagerTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementDeleteQueryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementDeleteQueryTest [INFO] Running org.eclipse.jnosql.communication.semistructured.ElementParamsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.semistructured.ElementParamsTest [INFO] Running org.eclipse.jnosql.communication.semistructured.ElementTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.communication.semistructured.ElementTest [INFO] Running org.eclipse.jnosql.communication.semistructured.UpdateQueryParserTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.jnosql.communication.semistructured.UpdateQueryParserTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementQueryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementQueryTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultSelectQueryBuilderTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.jnosql.communication.semistructured.DefaultSelectQueryBuilderTest [INFO] Running org.eclipse.jnosql.communication.semistructured.InsertQueryParserTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.eclipse.jnosql.communication.semistructured.InsertQueryParserTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultDeleteQueryBuilderTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.jnosql.communication.semistructured.DefaultDeleteQueryBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 288, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-communication-semistructured --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-communication-semistructured >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-communication-semistructured --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 75 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 55 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 55 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-communication-semistructured --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-communication-semistructured <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-communication-semistructured --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-communication-semistructured --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/src/main/java/org/eclipse/jnosql/communication/semistructured/SelectQueryParser.java:28: warning: no comment [WARNING] public final class SelectQueryParser implements BiFunction { [WARNING] ^ [WARNING] 1 warning [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-communication-semistructured --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-communication-semistructured' with 40 classes [INFO] [INFO] ----------< org.eclipse.jnosql.mapping:jnosql-mapping-parent >---------- [INFO] Building jnosql-mapping-parent 1.1.1-SNAPSHOT [7/15] [INFO] from jnosql-mapping/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-parent --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-parent --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Finished adding exclusions from SCM ignore files. [INFO] 70 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 1 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/target/jacoco.exec [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-parent --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-parent >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-parent --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Finished adding exclusions from SCM ignore files. [INFO] 70 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 1 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-parent <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-parent --- [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---------< org.eclipse.jnosql.mapping:jnosql-mapping-api-core >--------- [INFO] Building jnosql-mapping-api-core 1.1.1-SNAPSHOT [8/15] [INFO] from jnosql-mapping/jnosql-mapping-api-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-api-core --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-api-core --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 63 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 63 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-api-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-api-core --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-api-core --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 33 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-api-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-api-core --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-api-core --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 27 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/test/java/org/eclipse/jnosql/mapping/metadata/ConstructorBuilderTest.java: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/test/java/org/eclipse/jnosql/mapping/metadata/ConstructorBuilderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/test/java/org/eclipse/jnosql/mapping/metadata/ConstructorBuilderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-api-core --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.mapping.DynamicQueryExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.jnosql.mapping.DynamicQueryExceptionTest [INFO] Running org.eclipse.jnosql.mapping.DatabaseQualifierTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.jnosql.mapping.DatabaseQualifierTest [INFO] Running org.eclipse.jnosql.mapping.metadata.MappingTypeTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.jnosql.mapping.metadata.MappingTypeTest [INFO] Running org.eclipse.jnosql.mapping.metadata.ConstructorBuilderTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.203 s -- in org.eclipse.jnosql.mapping.metadata.ConstructorBuilderTest [INFO] Running org.eclipse.jnosql.mapping.metadata.ClassInformationNotFoundExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.mapping.metadata.ClassInformationNotFoundExceptionTest [INFO] Running org.eclipse.jnosql.mapping.metadata.DefaultFieldValueTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s -- in org.eclipse.jnosql.mapping.metadata.DefaultFieldValueTest [INFO] Running org.eclipse.jnosql.mapping.metadata.InheritanceMetadataTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.421 s -- in org.eclipse.jnosql.mapping.metadata.InheritanceMetadataTest [INFO] Running org.eclipse.jnosql.mapping.DatabasesTest Apr 14, 2024 5:10:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.eclipse.jnosql.mapping.DatabasesTest [INFO] Running org.eclipse.jnosql.mapping.IdNotFoundExceptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.jnosql.mapping.IdNotFoundExceptionTest [INFO] Running org.eclipse.jnosql.mapping.EntityPrePersistTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.mapping.EntityPrePersistTest [INFO] Running org.eclipse.jnosql.mapping.DatabaseMetadataTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.mapping.DatabaseMetadataTest [INFO] Running org.eclipse.jnosql.mapping.EntityPostPersistTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.jnosql.mapping.EntityPostPersistTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-api-core --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/target/jnosql-mapping-api-core-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-api-core >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-api-core --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 63 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 63 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-api-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-api-core <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-api-core --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/target/jnosql-mapping-api-core-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-api-core --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://www.jnosql.org/jnosql-communication/jnosql-communication-core/apidocs/ are in named modules. [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://www.jnosql.org/jnosql-communication/jnosql-communication-query/apidocs/ are in named modules. [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/DefaultFieldValue.java:21: warning: no comment [WARNING] public DefaultFieldValue(Object value, FieldMetadata field) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/DefaultFieldValue.java:19: warning: no comment [WARNING] public record DefaultFieldValue(Object value, FieldMetadata field) implements FieldValue { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/EntityPostPersist.java:61: warning: no comment [WARNING] public static EntityPostPersist of(Object value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/EntityPrePersist.java:60: warning: no comment [WARNING] public static EntityPrePersist of(Object value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/IdNotFoundException.java:29: warning: no comment [WARNING] public static final Supplier KEY_NOT_FOUND_EXCEPTION_SUPPLIER = () [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/IdNotFoundException.java:41: warning: no comment [WARNING] public static IdNotFoundException newInstance(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/MappingType.java:28: warning: no comment [WARNING] EMBEDDED, EMBEDDED_GROUP, MAP, COLLECTION, DEFAULT, ENTITY; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/MappingType.java:28: warning: no comment [WARNING] EMBEDDED, EMBEDDED_GROUP, MAP, COLLECTION, DEFAULT, ENTITY; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/MappingType.java:28: warning: no comment [WARNING] EMBEDDED, EMBEDDED_GROUP, MAP, COLLECTION, DEFAULT, ENTITY; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/MappingType.java:28: warning: no comment [WARNING] EMBEDDED, EMBEDDED_GROUP, MAP, COLLECTION, DEFAULT, ENTITY; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/MappingType.java:28: warning: no comment [WARNING] EMBEDDED, EMBEDDED_GROUP, MAP, COLLECTION, DEFAULT, ENTITY; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/metadata/MappingType.java:28: warning: no comment [WARNING] EMBEDDED, EMBEDDED_GROUP, MAP, COLLECTION, DEFAULT, ENTITY; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/DatabaseQualifier.java:41: warning: no comment [WARNING] private final String provider; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/src/main/java/org/eclipse/jnosql/mapping/DatabaseQualifier.java:43: warning: no comment [WARNING] private final DatabaseType type; [WARNING] ^ [WARNING] 16 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/target/jnosql-mapping-api-core-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-api-core --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-api-core' with 16 classes [INFO] [INFO] --------< org.eclipse.jnosql.mapping:jnosql-mapping-reflection >-------- [INFO] Building jnosql-mapping-reflection 1.1.1-SNAPSHOT [9/15] [INFO] from jnosql-mapping/jnosql-mapping-reflection/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-reflection --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-reflection --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 108 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 108 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-reflection --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-reflection --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-reflection --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 33 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/Reflections.java: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/Reflections.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/Reflections.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/Reflections.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/Reflections.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-reflection --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-reflection --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-reflection --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 72 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/test/java/org/eclipse/jnosql/mapping/reflection/ParameterMetaDataBuilderTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/test/java/org/eclipse/jnosql/mapping/reflection/ParameterMetaDataBuilderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-reflection --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ClassGraphClassScannerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.397 s -- in org.eclipse.jnosql.mapping.reflection.ClassGraphClassScannerTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest Apr 14, 2024 5:10:55 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) Apr 14, 2024 5:10:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:10:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:10:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0734d259-7f2e-4576-9176-99b6b9528b52 initialized Apr 14, 2024 5:10:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0734d259-7f2e-4576-9176-99b6b9528b52 shut down Apr 14, 2024 5:10:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:10:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:10:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 90bab8cf-7e76-4d95-8189-c98d36350b01 initialized Apr 14, 2024 5:10:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 90bab8cf-7e76-4d95-8189-c98d36350b01 shut down Apr 14, 2024 5:10:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:10:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:10:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e2deaf1c-fdd2-452b-86c4-576cc4964439 initialized Apr 14, 2024 5:10:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e2deaf1c-fdd2-452b-86c4-576cc4964439 shut down Apr 14, 2024 5:10:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:10:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:10:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container afea077b-863b-4742-ae3c-589939efeac6 initialized Apr 14, 2024 5:10:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container afea077b-863b-4742-ae3c-589939efeac6 shut down Apr 14, 2024 5:10:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:10:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:10:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dd6c3b6a-4ddb-4f9d-82b9-0d631b4e17df initialized Apr 14, 2024 5:10:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dd6c3b6a-4ddb-4f9d-82b9-0d631b4e17df shut down Apr 14, 2024 5:10:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:10:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:10:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94e2f235-237c-4fe0-bfc4-71dd6e48a2b0 initialized Apr 14, 2024 5:10:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94e2f235-237c-4fe0-bfc4-71dd6e48a2b0 shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.704 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest [INFO] Running org.eclipse.jnosql.mapping.reflection.FieldMetadataTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.jnosql.mapping.reflection.FieldMetadataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ParameterMetaDataBuilderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.mapping.reflection.ParameterMetaDataBuilderTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterJavaFieldParserTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterJavaFieldParserTest [INFO] Running org.eclipse.jnosql.mapping.reflection.collection.SetSupplierTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.reflection.collection.SetSupplierTest [INFO] Running org.eclipse.jnosql.mapping.reflection.collection.TreeSetSupplierTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.reflection.collection.TreeSetSupplierTest [INFO] Running org.eclipse.jnosql.mapping.reflection.collection.ListSupplierTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.reflection.collection.ListSupplierTest [INFO] Running org.eclipse.jnosql.mapping.reflection.collection.DequeSupplierTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.reflection.collection.DequeSupplierTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultConstructorBuilderTest Apr 14, 2024 5:10:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:10:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:10:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4441e111-bbd7-40ae-aeaa-85f5ed9c6091 initialized Apr 14, 2024 5:10:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4441e111-bbd7-40ae-aeaa-85f5ed9c6091 shut down Apr 14, 2024 5:10:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:10:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:10:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2c187562-b848-4e04-b0bc-1f227356e139 initialized Apr 14, 2024 5:10:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2c187562-b848-4e04-b0bc-1f227356e139 shut down Apr 14, 2024 5:10:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:10:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:10:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cbdad490-1ca4-4636-a1d3-7a14d6cab9e6 initialized Apr 14, 2024 5:10:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cbdad490-1ca4-4636-a1d3-7a14d6cab9e6 shut down Apr 14, 2024 5:10:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:10:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:10:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7bce0345-bd91-445b-8cc3-5ca01f45c607 initialized Apr 14, 2024 5:10:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7bce0345-bd91-445b-8cc3-5ca01f45c607 shut down Apr 14, 2024 5:10:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:10:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:10:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 440aee47-3c19-4e53-a904-10b848a476d8 initialized Apr 14, 2024 5:10:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 440aee47-3c19-4e53-a904-10b848a476d8 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.218 s -- in org.eclipse.jnosql.mapping.reflection.DefaultConstructorBuilderTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorComparableTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorComparableTest [INFO] Running org.eclipse.jnosql.mapping.reflection.EmbeddedFieldMetadataTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.jnosql.mapping.reflection.EmbeddedFieldMetadataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultGenericParameterMetaDataTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.jnosql.mapping.reflection.DefaultGenericParameterMetaDataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionConstructorBuilderSupplierTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionConstructorBuilderSupplierTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultFieldMetadataTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 s -- in org.eclipse.jnosql.mapping.reflection.DefaultFieldMetadataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.RepositoryFilterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.jnosql.mapping.reflection.RepositoryFilterTest [INFO] Running org.eclipse.jnosql.mapping.reflection.MappingTypeTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.jnosql.mapping.reflection.MappingTypeTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultEntityMetadataTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s -- in org.eclipse.jnosql.mapping.reflection.DefaultEntityMetadataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest Apr 14, 2024 5:11:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cacd0a89-913b-4d08-9bbf-f80df496d97c initialized Apr 14, 2024 5:11:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cacd0a89-913b-4d08-9bbf-f80df496d97c shut down Apr 14, 2024 5:11:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d4fbada2-3397-4759-86df-73cef4d4a839 initialized Apr 14, 2024 5:11:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d4fbada2-3397-4759-86df-73cef4d4a839 shut down Apr 14, 2024 5:11:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7bb3f1e0-862b-4fa8-909a-133f4c7d64cd initialized Apr 14, 2024 5:11:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7bb3f1e0-862b-4fa8-909a-133f4c7d64cd shut down Apr 14, 2024 5:11:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4acf100c-9a12-4035-9eff-77167ae375ba initialized Apr 14, 2024 5:11:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4acf100c-9a12-4035-9eff-77167ae375ba shut down Apr 14, 2024 5:11:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2f1ee727-d475-4317-8ac5-c2a6e4443cab initialized Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2f1ee727-d475-4317-8ac5-c2a6e4443cab shut down Apr 14, 2024 5:11:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 773b486a-2331-409d-9f4b-dfb58277b5fe initialized Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 773b486a-2331-409d-9f4b-dfb58277b5fe shut down Apr 14, 2024 5:11:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e05f581b-c1ce-49e7-ae11-897edd2420cc initialized Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e05f581b-c1ce-49e7-ae11-897edd2420cc shut down Apr 14, 2024 5:11:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fb3fbf20-6c6f-46a0-a340-7dbd95fab351 initialized Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fb3fbf20-6c6f-46a0-a340-7dbd95fab351 shut down [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 s -- in org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionsTest Apr 14, 2024 5:11:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f515ff0-4eeb-439a-a8ce-7c831ce52ee4 initialized Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f515ff0-4eeb-439a-a8ce-7c831ce52ee4 shut down Apr 14, 2024 5:11:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b915cad5-f0c4-4e0b-9873-c2a0a34de396 initialized Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b915cad5-f0c4-4e0b-9873-c2a0a34de396 shut down Apr 14, 2024 5:11:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 85645611-6cf7-4c68-a1e0-06c341bb60ff initialized Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 85645611-6cf7-4c68-a1e0-06c341bb60ff shut down Apr 14, 2024 5:11:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 133171c1-2541-4d0d-a261-f5c65cea9e66 initialized Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 133171c1-2541-4d0d-a261-f5c65cea9e66 shut down Apr 14, 2024 5:11:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 184192f7-2e92-4d9b-9ca8-b1a1704b8e70 initialized Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 184192f7-2e92-4d9b-9ca8-b1a1704b8e70 shut down Apr 14, 2024 5:11:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ec6dd2fa-84c0-46f3-a677-45b43ca30176 initialized Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ec6dd2fa-84c0-46f3-a677-45b43ca30176 shut down Apr 14, 2024 5:11:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d0c454d3-6694-4e6e-89a7-2bb487decc98 initialized Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d0c454d3-6694-4e6e-89a7-2bb487decc98 shut down Apr 14, 2024 5:11:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db16f5e7-352d-4653-93f6-826da18a2092 initialized Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db16f5e7-352d-4653-93f6-826da18a2092 shut down Apr 14, 2024 5:11:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e97f05cd-d4a4-42ac-9c25-b44c64dcdc78 initialized Apr 14, 2024 5:11:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e97f05cd-d4a4-42ac-9c25-b44c64dcdc78 shut down Apr 14, 2024 5:11:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7bf23043-ccc2-40cc-99ae-a6b5119ede2d initialized Apr 14, 2024 5:11:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7bf23043-ccc2-40cc-99ae-a6b5119ede2d shut down Apr 14, 2024 5:11:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c14e8b62-85c3-4207-b531-b65061a93950 initialized Apr 14, 2024 5:11:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c14e8b62-85c3-4207-b531-b65061a93950 shut down Apr 14, 2024 5:11:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a7b02573-3a1e-4775-bb58-88e5e27fe748 initialized Apr 14, 2024 5:11:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a7b02573-3a1e-4775-bb58-88e5e27fe748 shut down Apr 14, 2024 5:11:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f4f19337-e4c7-45b1-9df9-f9481b90dceb initialized Apr 14, 2024 5:11:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f4f19337-e4c7-45b1-9df9-f9481b90dceb shut down [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionsTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ClassConverterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.mapping.reflection.ClassConverterTest [INFO] Running org.eclipse.jnosql.mapping.reflection.StringUtilsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.mapping.reflection.StringUtilsTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultGenericFieldMetaDataTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.jnosql.mapping.reflection.DefaultGenericFieldMetaDataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultParameterMetaDataTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.mapping.reflection.DefaultParameterMetaDataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorEventTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorEventTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 152, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-reflection --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-reflection >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-reflection --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 108 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 108 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-reflection --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-reflection <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-reflection --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-reflection --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ConstructorEvent.java:76: warning: no comment [WARNING] public static ConstructorEvent of(Constructor constructor, Object[] params) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ConstructorException.java:25: warning: no comment [WARNING] public ConstructorException(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:46: warning: no comment [WARNING] protected final Class> converter; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:40: warning: no comment [WARNING] protected final Field field; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:44: warning: no comment [WARNING] protected final String fieldName; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:38: warning: no comment [WARNING] protected final MappingType mappingType; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:42: warning: no comment [WARNING] protected final String name; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:48: warning: no comment [WARNING] protected final FieldReader reader; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:52: warning: no comment [WARNING] protected final Class type; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:54: warning: no comment [WARNING] protected final String udt; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:50: warning: no comment [WARNING] protected final FieldWriter writer; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ReflectionClassConverter.java:40: warning: no comment [WARNING] public final class ReflectionClassConverter implements ClassConverter { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ReflectionClassConverter.java:47: warning: no comment [WARNING] public ReflectionClassConverter() { [WARNING] ^ [WARNING] 13 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-reflection --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-reflection' with 30 classes [INFO] [INFO] -----------< org.eclipse.jnosql.mapping:jnosql-mapping-core >----------- [INFO] Building jnosql-mapping-core 1.1.1-SNAPSHOT [10/15] [INFO] from jnosql-mapping/jnosql-mapping-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-core --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-core --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 111 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 111 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-core --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-core --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 35 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/query/AbstractRepository.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/query/AbstractRepository.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-core --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-core --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 73 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/core/repository/returns/StreamRepositoryReturnTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/core/repository/returns/StreamRepositoryReturnTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-core --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.mapping.core.util.AnnotationLiteralUtilTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.jnosql.mapping.core.util.AnnotationLiteralUtilTest [INFO] Running org.eclipse.jnosql.mapping.core.util.ConverterUtilTest Apr 14, 2024 5:11:09 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) Apr 14, 2024 5:11:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e85e917-6677-4ee2-addf-27872376c28e initialized Apr 14, 2024 5:11:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e85e917-6677-4ee2-addf-27872376c28e shut down Apr 14, 2024 5:11:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 27940bab-a882-461b-ad21-d0c4f9732172 initialized Apr 14, 2024 5:11:13 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.core.entities.MoneyConverter not found on CDI context, creating by constructor Apr 14, 2024 5:11:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 27940bab-a882-461b-ad21-d0c4f9732172 shut down Apr 14, 2024 5:11:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0673e070-67b1-4971-b297-01f7da49e1fa initialized Apr 14, 2024 5:11:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0673e070-67b1-4971-b297-01f7da49e1fa shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.635 s -- in org.eclipse.jnosql.mapping.core.util.ConverterUtilTest [INFO] Running org.eclipse.jnosql.mapping.core.util.ParamsBinderTest Apr 14, 2024 5:11:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3faf8549-ed9e-4722-a4d6-c928a190e940 initialized Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3faf8549-ed9e-4722-a4d6-c928a190e940 shut down Apr 14, 2024 5:11:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3f364a70-ba3e-4dfc-b79e-f026467c0c17 initialized Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3f364a70-ba3e-4dfc-b79e-f026467c0c17 shut down Apr 14, 2024 5:11:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cacfdda3-f974-4dfe-a8d3-223d8b1daaf6 initialized Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cacfdda3-f974-4dfe-a8d3-223d8b1daaf6 shut down Apr 14, 2024 5:11:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72c1b1f9-fd43-4c4c-bed6-37b696733cf1 initialized Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72c1b1f9-fd43-4c4c-bed6-37b696733cf1 shut down Apr 14, 2024 5:11:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 99358ce6-afd4-4502-92e3-f9a4edbc2bec initialized Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 99358ce6-afd4-4502-92e3-f9a4edbc2bec shut down Apr 14, 2024 5:11:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 38bd1e60-9a1f-4eb1-9d55-96fb5653958d initialized Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 38bd1e60-9a1f-4eb1-9d55-96fb5653958d shut down Apr 14, 2024 5:11:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ebac2a82-0976-4ed9-aa10-c6f5df5562d9 initialized Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ebac2a82-0976-4ed9-aa10-c6f5df5562d9 shut down Apr 14, 2024 5:11:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f7eb3e7-cdf9-44d3-ad3c-65e82960c5df initialized Apr 14, 2024 5:11:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f7eb3e7-cdf9-44d3-ad3c-65e82960c5df shut down [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 s -- in org.eclipse.jnosql.mapping.core.util.ParamsBinderTest [INFO] Running org.eclipse.jnosql.mapping.core.DatabaseMetadataTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.584 s -- in org.eclipse.jnosql.mapping.core.DatabaseMetadataTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.StreamRepositoryReturnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s -- in org.eclipse.jnosql.mapping.core.repository.returns.StreamRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.ListRepositoryReturnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.jnosql.mapping.core.repository.returns.ListRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.OptionalRepositoryReturnTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.jnosql.mapping.core.repository.returns.OptionalRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.InstanceRepositoryReturnTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.jnosql.mapping.core.repository.returns.InstanceRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.SortedSetRepositoryReturnTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.jnosql.mapping.core.repository.returns.SortedSetRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.QueueRepositoryReturnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.jnosql.mapping.core.repository.returns.QueueRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.SetRepositoryReturnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.jnosql.mapping.core.repository.returns.SetRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.PageRepositoryReturnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.jnosql.mapping.core.repository.returns.PageRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.DynamicReturnPaginationTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s -- in org.eclipse.jnosql.mapping.core.repository.DynamicReturnPaginationTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.SpecialParametersTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 s -- in org.eclipse.jnosql.mapping.core.repository.SpecialParametersTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.DynamicReturnTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.jnosql.mapping.core.repository.DynamicReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.DefaultRepositoryReturnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.mapping.core.repository.DefaultRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.RepositoryObserverParserTest Apr 14, 2024 5:11:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9fe80fd5-89de-43f7-a220-a84f7cfba08b initialized Apr 14, 2024 5:11:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9fe80fd5-89de-43f7-a220-a84f7cfba08b shut down Apr 14, 2024 5:11:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5e7719af-96b0-4048-be3d-f6889368bea2 initialized Apr 14, 2024 5:11:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5e7719af-96b0-4048-be3d-f6889368bea2 shut down Apr 14, 2024 5:11:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4d1c0f84-0b36-4de7-8b51-09086b1e1c89 initialized Apr 14, 2024 5:11:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4d1c0f84-0b36-4de7-8b51-09086b1e1c89 shut down Apr 14, 2024 5:11:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 830c89ad-8818-4c4a-90b6-e078f87052df initialized Apr 14, 2024 5:11:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 830c89ad-8818-4c4a-90b6-e078f87052df shut down Apr 14, 2024 5:11:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c6de79e1-c741-42d7-83af-1f806c4ec465 initialized Apr 14, 2024 5:11:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c6de79e1-c741-42d7-83af-1f806c4ec465 shut down Apr 14, 2024 5:11:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 558dcd1a-6112-4744-ae90-5bd19e305c8a initialized Apr 14, 2024 5:11:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 558dcd1a-6112-4744-ae90-5bd19e305c8a shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 s -- in org.eclipse.jnosql.mapping.core.repository.RepositoryObserverParserTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.RepositoryReflectionUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.jnosql.mapping.core.repository.RepositoryReflectionUtilsTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.DynamicQueryMethodReturnTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.jnosql.mapping.core.repository.DynamicQueryMethodReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.query.RepositoryTypeTest [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s -- in org.eclipse.jnosql.mapping.core.query.RepositoryTypeTest [INFO] Running org.eclipse.jnosql.mapping.core.query.AbstractRepositoryTest Apr 14, 2024 5:11:19 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72dcaff6-dad4-421d-80a7-6c5ce15d319a initialized Apr 14, 2024 5:11:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72dcaff6-dad4-421d-80a7-6c5ce15d319a shut down Apr 14, 2024 5:11:19 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ccb665c1-b614-4b04-8b92-abb027149660 initialized Apr 14, 2024 5:11:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ccb665c1-b614-4b04-8b92-abb027149660 shut down Apr 14, 2024 5:11:19 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7ceac0f5-3daa-4cde-b058-7e56402baf14 initialized Apr 14, 2024 5:11:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7ceac0f5-3daa-4cde-b058-7e56402baf14 shut down Apr 14, 2024 5:11:19 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cc96064a-34d3-4ffb-ac48-48c0bfc1a322 initialized Apr 14, 2024 5:11:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cc96064a-34d3-4ffb-ac48-48c0bfc1a322 shut down Apr 14, 2024 5:11:19 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 122d6f39-3735-40a5-a41e-77922e72ee92 initialized Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 122d6f39-3735-40a5-a41e-77922e72ee92 shut down Apr 14, 2024 5:11:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4265d67a-dec8-451b-95f5-899838182b9a initialized Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4265d67a-dec8-451b-95f5-899838182b9a shut down Apr 14, 2024 5:11:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 144b8da3-1066-443a-8cfd-c41f73f2fdd5 initialized Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 144b8da3-1066-443a-8cfd-c41f73f2fdd5 shut down Apr 14, 2024 5:11:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 05e4a1dc-fcc7-45f7-bff0-734946ffa3d3 initialized Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 05e4a1dc-fcc7-45f7-bff0-734946ffa3d3 shut down Apr 14, 2024 5:11:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b940b1e7-34c4-43e8-acfc-6c512e287013 initialized Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b940b1e7-34c4-43e8-acfc-6c512e287013 shut down Apr 14, 2024 5:11:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8d67b465-502c-4856-b9dd-4327d4852e29 initialized Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8d67b465-502c-4856-b9dd-4327d4852e29 shut down Apr 14, 2024 5:11:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4898b4c6-6242-4220-8e9a-3f0d7b6110cb initialized Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4898b4c6-6242-4220-8e9a-3f0d7b6110cb shut down Apr 14, 2024 5:11:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d1caf48b-7f0b-4461-ab1a-d72e6e550783 initialized Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d1caf48b-7f0b-4461-ab1a-d72e6e550783 shut down Apr 14, 2024 5:11:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 47467214-fa32-4d29-86b8-6bdfbec64b69 initialized Apr 14, 2024 5:11:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 47467214-fa32-4d29-86b8-6bdfbec64b69 shut down Apr 14, 2024 5:11:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7b057a29-a815-43a2-afed-2cfc2037f44a initialized Apr 14, 2024 5:11:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7b057a29-a815-43a2-afed-2cfc2037f44a shut down [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.850 s -- in org.eclipse.jnosql.mapping.core.query.AbstractRepositoryTest [INFO] Running org.eclipse.jnosql.mapping.core.query.AnnotationOperationTest [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s -- in org.eclipse.jnosql.mapping.core.query.AnnotationOperationTest [INFO] Running org.eclipse.jnosql.mapping.core.DatabaseQualifierTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.jnosql.mapping.core.DatabaseQualifierTest [INFO] Running org.eclipse.jnosql.mapping.core.ConvertersTest Apr 14, 2024 5:11:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11919f40-9aea-4e9a-95e6-914c6c2f6f78 initialized Apr 14, 2024 5:11:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11919f40-9aea-4e9a-95e6-914c6c2f6f78 shut down Apr 14, 2024 5:11:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 989c4801-32a9-449e-b67e-2e8f1432264d initialized Apr 14, 2024 5:11:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 989c4801-32a9-449e-b67e-2e8f1432264d shut down Apr 14, 2024 5:11:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 69deef24-a71f-42ff-94a8-e45797aaa2d2 initialized Apr 14, 2024 5:11:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 69deef24-a71f-42ff-94a8-e45797aaa2d2 shut down Apr 14, 2024 5:11:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e849468d-9198-4cc1-9b90-2b41345cc609 initialized Apr 14, 2024 5:11:21 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.core.VetedConverter not found on CDI context, creating by constructor Apr 14, 2024 5:11:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e849468d-9198-4cc1-9b90-2b41345cc609 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.440 s -- in org.eclipse.jnosql.mapping.core.ConvertersTest [INFO] Running org.eclipse.jnosql.mapping.core.config.MappingConfigurationsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.mapping.core.config.MappingConfigurationsTest [INFO] Running org.eclipse.jnosql.mapping.core.config.MicroProfileSettingsTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s -- in org.eclipse.jnosql.mapping.core.config.MicroProfileSettingsTest [INFO] Running org.eclipse.jnosql.mapping.core.spi.AbstractBeanTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.mapping.core.spi.AbstractBeanTest [INFO] Running org.eclipse.jnosql.mapping.core.NoSQLPageTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.104 s -- in org.eclipse.jnosql.mapping.core.NoSQLPageTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-core --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-core >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-core --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 111 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 111 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-core <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-core --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-core --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/spi/AbstractBean.java:38: warning: no comment [WARNING] protected T getInstance(Class bean) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/spi/AbstractBean.java:42: warning: no comment [WARNING] protected T getInstance(Class bean, Annotation qualifier) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/spi/AbstractBean.java:51: warning: no comment [WARNING] public boolean isNullable() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/query/AnnotationOperation.java:194: warning: no comment [WARNING] public abstract Object invoke(Operation operation); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/query/AnnotationOperation.java:196: warning: no comment [WARNING] public record Operation(Method method, Object[] params, AbstractRepository repository) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/util/ConverterUtil.java:31: warning: no comment [WARNING] public final class ConverterUtil { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:76: warning: no comment [WARNING] public static final class DynamicQueryMethodReturnBuilder { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:67: warning: no comment [WARNING] public static DynamicQueryMethodReturnBuilder builder() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:117: warning: no comment [WARNING] public DynamicQueryMethodReturn build() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:96: warning: no comment [WARNING] public DynamicQueryMethodReturnBuilder withArgs(Object[] args) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:91: warning: no comment [WARNING] public DynamicQueryMethodReturnBuilder withMethod(Method method) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:113: warning: no comment [WARNING] public DynamicQueryMethodReturnBuilder withPrepareConverter(Function prepareConverter) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:108: warning: no comment [WARNING] public DynamicQueryMethodReturnBuilder withQueryConverter(Function> queryConverter) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:103: warning: no comment [WARNING] public DynamicQueryMethodReturnBuilder withTypeClass(Class typeClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/spi/EntityMetadataExtension.java:51: warning: no comment [WARNING] public void afterBeanDiscovery(@Observes BeforeBeanDiscovery event) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/InstanceRepositoryReturn.java:22: warning: no comment [WARNING] public class InstanceRepositoryReturn implements RepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryReturn.java:21: warning: no comment [WARNING] Object convert(DynamicReturn dynamicReturn); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryReturn.java:23: warning: no comment [WARNING] Object convertPageRequest(DynamicReturn dynamicReturn); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryReturn.java:19: warning: no comment [WARNING] boolean isCompatible(Class entity, Class returnType); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/ListRepositoryReturn.java:23: warning: no comment [WARNING] public class ListRepositoryReturn extends AbstractRepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/ListRepositoryReturn.java:25: warning: no comment [WARNING] public ListRepositoryReturn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/config/MicroProfileSettings.java:38: warning: no comment [WARNING] INSTANCE; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/OptionalRepositoryReturn.java:21: warning: no comment [WARNING] public class OptionalRepositoryReturn extends AbstractRepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/OptionalRepositoryReturn.java:23: warning: no comment [WARNING] public OptionalRepositoryReturn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/PageRepositoryReturn.java:22: warning: no comment [WARNING] public class PageRepositoryReturn extends AbstractRepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/PageRepositoryReturn.java:24: warning: no comment [WARNING] public PageRepositoryReturn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/QueueRepositoryReturn.java:24: warning: no comment [WARNING] public class QueueRepositoryReturn extends AbstractRepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/QueueRepositoryReturn.java:26: warning: no comment [WARNING] public QueueRepositoryReturn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryObserverParser.java:23: warning: no comment [WARNING] public final class RepositoryObserverParser { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryObserverParser.java:108: warning: no comment [WARNING] public static RepositoryObserverParser of(EntityMetadata metadata) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryReflectionUtils.java:34: warning: no comment [WARNING] INSTANCE; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryReturn.java:17: warning: no comment [WARNING] public interface RepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/query/RepositoryType.java:142: warning: no @param for repositoryType [WARNING] public static RepositoryType of(Method method, Class repositoryType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/SetRepositoryReturn.java:22: warning: no comment [WARNING] public class SetRepositoryReturn extends AbstractRepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/SetRepositoryReturn.java:24: warning: no comment [WARNING] public SetRepositoryReturn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/SortedSetRepositoryReturn.java:25: warning: no comment [WARNING] public class SortedSetRepositoryReturn extends AbstractRepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/SortedSetRepositoryReturn.java:27: warning: no comment [WARNING] public SortedSetRepositoryReturn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/SortedSetRepositoryReturn.java:49: warning: no comment [WARNING] public void validate(DynamicReturn dynamicReturn) throws DynamicQueryException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/StreamRepositoryReturn.java:21: warning: no comment [WARNING] public class StreamRepositoryReturn extends AbstractRepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/StreamRepositoryReturn.java:23: warning: no comment [WARNING] public StreamRepositoryReturn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/ThrowingSupplier.java:18: warning: no comment [WARNING] public interface ThrowingSupplier { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/ThrowingSupplier.java:19: warning: no comment [WARNING] T get() throws Throwable; [WARNING] ^ [WARNING] 42 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-core --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-core' with 40 classes [INFO] [INFO] ------< org.eclipse.jnosql.mapping:jnosql-mapping-semistructured >------ [INFO] Building jnosql-mapping-semistructured 1.1.1-SNAPSHOT [11/15] [INFO] from jnosql-mapping/jnosql-mapping-semistructured/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-semistructured --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-semistructured --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 102 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 102 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-semistructured --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-semistructured --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-semistructured --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 25 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-semistructured --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-semistructured --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-semistructured --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 74 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/test/java/org/eclipse/jnosql/mapping/semistructured/EntityConverterInheritanceTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/test/java/org/eclipse/jnosql/mapping/semistructured/EntityConverterInheritanceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-semistructured --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest Apr 14, 2024 5:11:30 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) Apr 14, 2024 5:11:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1a58a924-5345-46c7-bf27-f90af5cbc1bb initialized Apr 14, 2024 5:11:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1a58a924-5345-46c7-bf27-f90af5cbc1bb shut down Apr 14, 2024 5:11:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 13e85906-1821-4aca-b465-c6df9c01530c initialized Apr 14, 2024 5:11:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 13e85906-1821-4aca-b465-c6df9c01530c shut down Apr 14, 2024 5:11:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 22a950f6-eb44-497f-9f77-d626eafa3e67 initialized Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 22a950f6-eb44-497f-9f77-d626eafa3e67 shut down Apr 14, 2024 5:11:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c52aea9-6f71-4f2a-9b3d-4e8e7cd851fd initialized Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c52aea9-6f71-4f2a-9b3d-4e8e7cd851fd shut down Apr 14, 2024 5:11:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2d109c22-2a38-4db4-987a-7329c792629d initialized Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2d109c22-2a38-4db4-987a-7329c792629d shut down Apr 14, 2024 5:11:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6ba6110a-0e31-4044-9794-d4708fc9ed13 initialized Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6ba6110a-0e31-4044-9794-d4708fc9ed13 shut down Apr 14, 2024 5:11:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4b422273-b372-484d-97c7-5e6bdcde7220 initialized Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4b422273-b372-484d-97c7-5e6bdcde7220 shut down Apr 14, 2024 5:11:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 50aec325-8d42-4f90-8e5c-5198c689fa76 initialized Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 50aec325-8d42-4f90-8e5c-5198c689fa76 shut down Apr 14, 2024 5:11:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fa8d3ebf-dff5-47ac-a560-23835763f9fc initialized Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fa8d3ebf-dff5-47ac-a560-23835763f9fc shut down Apr 14, 2024 5:11:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8b50ec72-200c-419f-8162-83303ea25eb5 initialized Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8b50ec72-200c-419f-8162-83303ea25eb5 shut down Apr 14, 2024 5:11:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f77c99d2-6a05-40d3-9f09-a7c294916b41 initialized Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f77c99d2-6a05-40d3-9f09-a7c294916b41 shut down Apr 14, 2024 5:11:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dc6bd2c3-e1b1-4134-9df0-5d0fe556de20 initialized Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dc6bd2c3-e1b1-4134-9df0-5d0fe556de20 shut down Apr 14, 2024 5:11:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d68e6969-607d-4408-ac4c-0bcc92fd6abc initialized Apr 14, 2024 5:11:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d68e6969-607d-4408-ac4c-0bcc92fd6abc shut down Apr 14, 2024 5:11:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9ab51853-f225-45e6-baa3-9a37b3ce037d initialized Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9ab51853-f225-45e6-baa3-9a37b3ce037d shut down Apr 14, 2024 5:11:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a76c43c6-e79c-45ed-9747-c02fedeba0a5 initialized Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a76c43c6-e79c-45ed-9747-c02fedeba0a5 shut down Apr 14, 2024 5:11:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aff3927d-583d-4e28-9704-30c3771dafd0 initialized Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aff3927d-583d-4e28-9704-30c3771dafd0 shut down Apr 14, 2024 5:11:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 47ef6a05-de6d-426e-a540-fc82b90fd6d8 initialized Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 47ef6a05-de6d-426e-a540-fc82b90fd6d8 shut down Apr 14, 2024 5:11:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e18994eb-f77b-431c-971a-764d613fa808 initialized Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e18994eb-f77b-431c-971a-764d613fa808 shut down Apr 14, 2024 5:11:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3c077b8d-45fb-4db9-913f-a8823f19a71e initialized Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3c077b8d-45fb-4db9-913f-a8823f19a71e shut down Apr 14, 2024 5:11:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 80ed6958-0433-4fe9-a83c-3fa0bf804df7 initialized Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 80ed6958-0433-4fe9-a83c-3fa0bf804df7 shut down [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.875 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest Apr 14, 2024 5:11:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a5278154-0735-4cd7-b94a-2bff53bdfcf3 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended Apr 14, 2024 5:11:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a5278154-0735-4cd7-b94a-2bff53bdfcf3 shut down Apr 14, 2024 5:11:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 17a36d97-5544-43ee-8834-e208d1c0ed1c initialized Apr 14, 2024 5:11:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 17a36d97-5544-43ee-8834-e208d1c0ed1c shut down Apr 14, 2024 5:11:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b541f434-687f-4487-b055-a7613d2623e9 initialized Apr 14, 2024 5:11:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b541f434-687f-4487-b055-a7613d2623e9 shut down Apr 14, 2024 5:11:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1de9bac8-960b-4dff-af77-9105777ab2d8 initialized Apr 14, 2024 5:11:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1de9bac8-960b-4dff-af77-9105777ab2d8 shut down Apr 14, 2024 5:11:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d5ac4751-2c9a-4075-b96b-52d378be52bc initialized Apr 14, 2024 5:11:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d5ac4751-2c9a-4075-b96b-52d378be52bc shut down Apr 14, 2024 5:11:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6f3ddcf9-d095-4c62-9dfa-f7bac149d936 initialized Apr 14, 2024 5:11:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6f3ddcf9-d095-4c62-9dfa-f7bac149d936 shut down Apr 14, 2024 5:11:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c7b45c65-e325-4de9-901a-31b3db13ba07 initialized Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c7b45c65-e325-4de9-901a-31b3db13ba07 shut down Apr 14, 2024 5:11:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 18511c78-4068-4f33-b97a-bf14e512c6fd initialized Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 18511c78-4068-4f33-b97a-bf14e512c6fd shut down Apr 14, 2024 5:11:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 45be19f1-fad2-4ffb-a983-3ca166e85ce6 initialized Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 45be19f1-fad2-4ffb-a983-3ca166e85ce6 shut down Apr 14, 2024 5:11:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 97adb91f-6d5f-4a19-a0a2-36b511d568b8 initialized Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 97adb91f-6d5f-4a19-a0a2-36b511d568b8 shut down Apr 14, 2024 5:11:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3fc15ab4-3f78-4013-909c-4fc2df29d409 initialized Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3fc15ab4-3f78-4013-909c-4fc2df29d409 shut down Apr 14, 2024 5:11:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ebccc881-b08a-449a-a63f-c510279f83d9 initialized Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ebccc881-b08a-449a-a63f-c510279f83d9 shut down Apr 14, 2024 5:11:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d1fb2814-bb09-4e21-9ab3-b6bacf1fdb4d initialized Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d1fb2814-bb09-4e21-9ab3-b6bacf1fdb4d shut down Apr 14, 2024 5:11:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container df483187-cd89-45f5-8472-ca63b75398c7 initialized Apr 14, 2024 5:11:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container df483187-cd89-45f5-8472-ca63b75398c7 shut down Apr 14, 2024 5:11:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5e31c6dd-9461-407b-a9da-4202386e7163 initialized Apr 14, 2024 5:11:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5e31c6dd-9461-407b-a9da-4202386e7163 shut down Apr 14, 2024 5:11:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 202c80a4-d136-4b5f-be9b-910f8d77461e initialized Apr 14, 2024 5:11:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 202c80a4-d136-4b5f-be9b-910f8d77461e shut down Apr 14, 2024 5:11:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc2714e2-4a42-410e-8e92-54841b1e0fe2 initialized Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc2714e2-4a42-410e-8e92-54841b1e0fe2 shut down Apr 14, 2024 5:11:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 64cc6f1d-7392-4d2e-bf4d-c7fb75692ada initialized Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 64cc6f1d-7392-4d2e-bf4d-c7fb75692ada shut down Apr 14, 2024 5:11:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f08de891-af76-46d8-b14c-a62c11285f19 initialized Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f08de891-af76-46d8-b14c-a62c11285f19 shut down Apr 14, 2024 5:11:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f5b3be27-fd48-4e4f-a0b5-e30ee3eceab5 initialized Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f5b3be27-fd48-4e4f-a0b5-e30ee3eceab5 shut down Apr 14, 2024 5:11:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fb265ac5-c167-486b-89f6-b936be3cabd8 initialized Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fb265ac5-c167-486b-89f6-b936be3cabd8 shut down Apr 14, 2024 5:11:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c77b4256-b688-4a5f-8207-0119081f3ba9 initialized Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c77b4256-b688-4a5f-8207-0119081f3ba9 shut down Apr 14, 2024 5:11:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 699e4256-d429-4e81-9145-a15afef511d0 initialized Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 699e4256-d429-4e81-9145-a15afef511d0 shut down Apr 14, 2024 5:11:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 23fea1a5-4042-4773-99a2-4de1c87c3330 initialized Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 23fea1a5-4042-4773-99a2-4de1c87c3330 shut down Apr 14, 2024 5:11:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6fd6a313-3ca7-4077-9d13-5e0595840794 initialized Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6fd6a313-3ca7-4077-9d13-5e0595840794 shut down Apr 14, 2024 5:11:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d2a97181-110e-4a54-a06d-b2647a02311f initialized Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d2a97181-110e-4a54-a06d-b2647a02311f shut down Apr 14, 2024 5:11:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 65cefcf2-51d7-4c94-8552-77654493d45a initialized Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 65cefcf2-51d7-4c94-8552-77654493d45a shut down Apr 14, 2024 5:11:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 77fca321-4c3d-4f60-94d3-c72494e0c3b0 initialized Apr 14, 2024 5:11:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 77fca321-4c3d-4f60-94d3-c72494e0c3b0 shut down Apr 14, 2024 5:11:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7357c8fe-62ea-468b-9154-b59f77ba26b3 initialized Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7357c8fe-62ea-468b-9154-b59f77ba26b3 shut down Apr 14, 2024 5:11:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1e182493-df74-443f-afd3-42311d5386c1 initialized Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1e182493-df74-443f-afd3-42311d5386c1 shut down Apr 14, 2024 5:11:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 93c70af9-2bb3-45e9-bb4b-0491dfb7eb11 initialized Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 93c70af9-2bb3-45e9-bb4b-0491dfb7eb11 shut down [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.857 s -- in org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterTest Apr 14, 2024 5:11:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0440741c-9528-408b-80e4-cd8982ce1058 initialized Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0440741c-9528-408b-80e4-cd8982ce1058 shut down Apr 14, 2024 5:11:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e064cd14-c93a-4495-8c57-f2c5f2b6df96 initialized Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e064cd14-c93a-4495-8c57-f2c5f2b6df96 shut down Apr 14, 2024 5:11:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4d03ba99-8ea9-41f4-8d33-8d9ad55553f9 initialized Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4d03ba99-8ea9-41f4-8d33-8d9ad55553f9 shut down Apr 14, 2024 5:11:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c8096a7-d2ba-47d6-a0e4-125545ea839c initialized Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c8096a7-d2ba-47d6-a0e4-125545ea839c shut down Apr 14, 2024 5:11:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4331588d-f456-462c-be76-fa9fe4c7ff98 initialized Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4331588d-f456-462c-be76-fa9fe4c7ff98 shut down Apr 14, 2024 5:11:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 29fc1496-5bae-4ade-8913-24e7e932046b initialized Apr 14, 2024 5:11:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 29fc1496-5bae-4ade-8913-24e7e932046b shut down Apr 14, 2024 5:11:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c08e7315-be5c-4794-9df9-46ef44c27e79 initialized Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c08e7315-be5c-4794-9df9-46ef44c27e79 shut down Apr 14, 2024 5:11:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd5c5cbb-02a0-4498-ad59-699be50c7cf8 initialized Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd5c5cbb-02a0-4498-ad59-699be50c7cf8 shut down Apr 14, 2024 5:11:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f9357198-1b7c-4e57-b2d4-610079a065b3 initialized Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f9357198-1b7c-4e57-b2d4-610079a065b3 shut down Apr 14, 2024 5:11:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 347cf345-c0c1-451e-87b7-f1e82e3d4e32 initialized Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 347cf345-c0c1-451e-87b7-f1e82e3d4e32 shut down Apr 14, 2024 5:11:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 461f829a-f507-4616-8724-bda3debf9fe9 initialized Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 461f829a-f507-4616-8724-bda3debf9fe9 shut down Apr 14, 2024 5:11:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4ebb5610-7090-4d3c-95ef-416115755070 initialized Apr 14, 2024 5:11:47 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4ebb5610-7090-4d3c-95ef-416115755070 shut down Apr 14, 2024 5:11:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d4ce5f37-a6a2-4d93-9743-f908bc18f25b initialized Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d4ce5f37-a6a2-4d93-9743-f908bc18f25b shut down Apr 14, 2024 5:11:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a5c3b2c-3dfe-4195-bf06-e68b84f68fea initialized Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a5c3b2c-3dfe-4195-bf06-e68b84f68fea shut down Apr 14, 2024 5:11:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 062f34dd-0176-408b-9f26-3df111802190 initialized Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 062f34dd-0176-408b-9f26-3df111802190 shut down Apr 14, 2024 5:11:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43312a37-aed6-40df-9ccf-b00ad0a76ce7 initialized Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43312a37-aed6-40df-9ccf-b00ad0a76ce7 shut down Apr 14, 2024 5:11:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6f7e0be2-43af-4815-b1b0-86207cf35aa7 initialized Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6f7e0be2-43af-4815-b1b0-86207cf35aa7 shut down Apr 14, 2024 5:11:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d77712a1-481a-4868-a9c2-e8bcd31ac2ae initialized Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d77712a1-481a-4868-a9c2-e8bcd31ac2ae shut down Apr 14, 2024 5:11:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 88e42824-0549-4544-92a6-f58b8aa01808 initialized Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 88e42824-0549-4544-92a6-f58b8aa01808 shut down Apr 14, 2024 5:11:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dd62de2b-afef-44b2-8d97-a7f7d8abf03f initialized Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dd62de2b-afef-44b2-8d97-a7f7d8abf03f shut down Apr 14, 2024 5:11:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c6eefac2-36af-4698-ad67-2d221eef4118 initialized Apr 14, 2024 5:11:48 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c6eefac2-36af-4698-ad67-2d221eef4118 shut down Apr 14, 2024 5:11:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9dc4f97d-f384-4eea-ab98-7a6a3819e8b5 initialized Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9dc4f97d-f384-4eea-ab98-7a6a3819e8b5 shut down Apr 14, 2024 5:11:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cc922605-0333-4242-900c-7f169cd1d957 initialized Apr 14, 2024 5:11:48 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 14, 2024 5:11:48 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cc922605-0333-4242-900c-7f169cd1d957 shut down Apr 14, 2024 5:11:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 682fb066-d01f-43a7-83ee-10a46677876c initialized Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 682fb066-d01f-43a7-83ee-10a46677876c shut down Apr 14, 2024 5:11:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a99c910a-7141-4cca-a198-03fe84d9472b initialized Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a99c910a-7141-4cca-a198-03fe84d9472b shut down Apr 14, 2024 5:11:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2f31f824-644f-4ceb-b42e-7acb4a0c4afd initialized Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2f31f824-644f-4ceb-b42e-7acb4a0c4afd shut down Apr 14, 2024 5:11:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 016caa60-0bda-4769-94f1-04854bfd9e06 initialized Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 016caa60-0bda-4769-94f1-04854bfd9e06 shut down Apr 14, 2024 5:11:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 676da654-f3ff-44f6-8a75-404ff1d3e930 initialized Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 676da654-f3ff-44f6-8a75-404ff1d3e930 shut down Apr 14, 2024 5:11:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 943e3ba7-2913-4a27-a688-8d2a63995243 initialized Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 943e3ba7-2913-4a27-a688-8d2a63995243 shut down Apr 14, 2024 5:11:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1466d840-ea44-4f25-8557-a31e5219e3c9 initialized Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1466d840-ea44-4f25-8557-a31e5219e3c9 shut down [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.227 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.SemiStructuredParameterBasedQueryTest Apr 14, 2024 5:11:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8010b12d-ee89-431c-9854-1c1041e02f6e initialized Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8010b12d-ee89-431c-9854-1c1041e02f6e shut down Apr 14, 2024 5:11:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e310c2b3-7b8e-44c6-8e28-6681dd2b33a3 initialized Apr 14, 2024 5:11:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e310c2b3-7b8e-44c6-8e28-6681dd2b33a3 shut down Apr 14, 2024 5:11:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a924c5a4-30ac-4d87-9415-71e245230720 initialized Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a924c5a4-30ac-4d87-9415-71e245230720 shut down Apr 14, 2024 5:11:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5a5113a0-4414-451f-bd70-08e2c9cb7741 initialized Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5a5113a0-4414-451f-bd70-08e2c9cb7741 shut down Apr 14, 2024 5:11:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db6d4ea7-8d25-434f-8ef8-defc83b21a0e initialized Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db6d4ea7-8d25-434f-8ef8-defc83b21a0e shut down Apr 14, 2024 5:11:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 980a72f3-393c-4426-a0bd-2d6a5b691a0f initialized Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 980a72f3-393c-4426-a0bd-2d6a5b691a0f shut down Apr 14, 2024 5:11:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ad2ea79e-8ff8-4a85-8e11-036cc80479ab initialized Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ad2ea79e-8ff8-4a85-8e11-036cc80479ab shut down Apr 14, 2024 5:11:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 88f7cba8-f5c3-47d6-acf3-cbe6bc7eb484 initialized Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 88f7cba8-f5c3-47d6-acf3-cbe6bc7eb484 shut down Apr 14, 2024 5:11:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d21b6798-91e0-404f-8cde-462e562056aa initialized Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d21b6798-91e0-404f-8cde-462e562056aa shut down [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 s -- in org.eclipse.jnosql.mapping.semistructured.query.SemiStructuredParameterBasedQueryTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest Apr 14, 2024 5:11:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2006d285-628f-47aa-abe7-5a7a168f7273 initialized Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2006d285-628f-47aa-abe7-5a7a168f7273 shut down Apr 14, 2024 5:11:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55ffa651-265d-4855-935c-3218adf03e28 initialized Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55ffa651-265d-4855-935c-3218adf03e28 shut down Apr 14, 2024 5:11:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 34abd3bd-c43f-466d-b092-bb41c73f34a0 initialized Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 34abd3bd-c43f-466d-b092-bb41c73f34a0 shut down Apr 14, 2024 5:11:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a5b66df6-0de8-44e4-b541-53bd345293ce initialized Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a5b66df6-0de8-44e4-b541-53bd345293ce shut down Apr 14, 2024 5:11:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 81f52b0d-486f-438f-a082-ee41833fcc05 initialized Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 81f52b0d-486f-438f-a082-ee41833fcc05 shut down Apr 14, 2024 5:11:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a2a8c838-b6fb-4d79-aa65-1ba9059cc7ba initialized Apr 14, 2024 5:11:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a2a8c838-b6fb-4d79-aa65-1ba9059cc7ba shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.DynamicQueryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s -- in org.eclipse.jnosql.mapping.semistructured.query.DynamicQueryTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 866a2d5f-e750-4e2c-9dca-8e4faf17d921 initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 866a2d5f-e750-4e2c-9dca-8e4faf17d921 shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd5f1e32-936e-4f38-ba03-b6b37b0767b2 initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd5f1e32-936e-4f38-ba03-b6b37b0767b2 shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e5fb47a5-1c55-40be-a03b-25c00400cee7 initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e5fb47a5-1c55-40be-a03b-25c00400cee7 shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3853f329-fdec-4ee9-bf6b-2c16dfacdb7f initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3853f329-fdec-4ee9-bf6b-2c16dfacdb7f shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2a46e786-f14f-47e8-9889-feeee1770b90 initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2a46e786-f14f-47e8-9889-feeee1770b90 shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 234109d1-918c-44e8-8c63-92d63711e366 initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 234109d1-918c-44e8-8c63-92d63711e366 shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db43754c-943d-43ac-977d-731715845f0a initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db43754c-943d-43ac-977d-731715845f0a shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7eb7bcfe-50f3-4cc2-bf16-0385c44cbfdb initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7eb7bcfe-50f3-4cc2-bf16-0385c44cbfdb shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ffd389f8-5da8-4af0-8d16-38de715b5cb3 initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ffd389f8-5da8-4af0-8d16-38de715b5cb3 shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 82ccb2a0-f9ed-4ffa-a938-7a7ab79ab3dc initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 82ccb2a0-f9ed-4ffa-a938-7a7ab79ab3dc shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0960cb1-6537-4b8e-9808-226299526ce9 initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0960cb1-6537-4b8e-9808-226299526ce9 shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3bb55f4e-45df-4f79-bdba-ecacc49a1369 initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3bb55f4e-45df-4f79-bdba-ecacc49a1369 shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 832f1491-d292-444c-af13-d166bfb273f7 initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 832f1491-d292-444c-af13-d166bfb273f7 shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43dc8e6b-1984-484c-8164-64505d023b98 initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43dc8e6b-1984-484c-8164-64505d023b98 shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6ae646f-d754-42b9-a982-2cae585bf121 initialized Apr 14, 2024 5:11:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6ae646f-d754-42b9-a982-2cae585bf121 shut down Apr 14, 2024 5:11:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 260edcce-aa39-40f9-a9db-4aec77390eb7 initialized Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 260edcce-aa39-40f9-a9db-4aec77390eb7 shut down Apr 14, 2024 5:11:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ca871763-9a6b-4277-bdaf-bc67420ceea4 initialized Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ca871763-9a6b-4277-bdaf-bc67420ceea4 shut down Apr 14, 2024 5:11:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e643c698-81d1-4d92-a959-c74f20cd2fc7 initialized Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e643c698-81d1-4d92-a959-c74f20cd2fc7 shut down Apr 14, 2024 5:11:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d6ee061f-77d9-4eb8-939e-f2b205474afa initialized Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d6ee061f-77d9-4eb8-939e-f2b205474afa shut down Apr 14, 2024 5:11:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fbcc279c-bb03-44e2-945b-10c6959ce92f initialized Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fbcc279c-bb03-44e2-945b-10c6959ce92f shut down Apr 14, 2024 5:11:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2be8b7cc-6487-493a-945e-5f036c755a4f initialized Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2be8b7cc-6487-493a-945e-5f036c755a4f shut down Apr 14, 2024 5:11:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1ea55c4d-ae10-4dca-991e-a295149e3922 initialized Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1ea55c4d-ae10-4dca-991e-a295149e3922 shut down Apr 14, 2024 5:11:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fe7341ec-1688-4206-a026-ee41127928c8 initialized Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fe7341ec-1688-4206-a026-ee41127928c8 shut down Apr 14, 2024 5:11:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dccad01f-dc23-4795-a8a3-0f4e30a30485 initialized Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dccad01f-dc23-4795-a8a3-0f4e30a30485 shut down Apr 14, 2024 5:11:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e154210b-1da4-4dd5-a04f-14c1bcc15cfc initialized Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e154210b-1da4-4dd5-a04f-14c1bcc15cfc shut down [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.535 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositorySemiStructuredObserverParserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositorySemiStructuredObserverParserTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest Apr 14, 2024 5:11:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c03bfd73-48eb-4bc2-bf4c-360bcd82a62b initialized Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c03bfd73-48eb-4bc2-bf4c-360bcd82a62b shut down Apr 14, 2024 5:11:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e4746e4-f332-45b0-9b84-ead3d9aa463b initialized Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e4746e4-f332-45b0-9b84-ead3d9aa463b shut down Apr 14, 2024 5:11:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 312a27d4-f8be-4c2c-b3a5-610cf1e8a8a6 initialized Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 312a27d4-f8be-4c2c-b3a5-610cf1e8a8a6 shut down Apr 14, 2024 5:11:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1dc4f679-6cb8-4c88-994c-b0555bb7b1d6 initialized Apr 14, 2024 5:11:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1dc4f679-6cb8-4c88-994c-b0555bb7b1d6 shut down Apr 14, 2024 5:11:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 35b77df9-0534-4d64-83e3-cfee4b579d9f initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 35b77df9-0534-4d64-83e3-cfee4b579d9f shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 058ddded-908c-42a2-9406-e5b15ba074db initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 058ddded-908c-42a2-9406-e5b15ba074db shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d6987b9a-cbf3-41f3-b91c-010a5ecfeb2d initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d6987b9a-cbf3-41f3-b91c-010a5ecfeb2d shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ca1f8158-d468-4f37-8573-84eb1e7e8ba5 initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ca1f8158-d468-4f37-8573-84eb1e7e8ba5 shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e02ae6ab-e762-450e-a52f-805e637de21f initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e02ae6ab-e762-450e-a52f-805e637de21f shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 44d55c71-368d-48c3-9b9d-77c029188ac2 initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 44d55c71-368d-48c3-9b9d-77c029188ac2 shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2a8c0841-21ec-47e7-81b4-dea2c859b81f initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2a8c0841-21ec-47e7-81b4-dea2c859b81f shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 65c58e06-9d6d-4dbb-b257-ae698a433160 initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 65c58e06-9d6d-4dbb-b257-ae698a433160 shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e503120-e6e7-4840-bc91-a5ec9e4a9ec3 initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e503120-e6e7-4840-bc91-a5ec9e4a9ec3 shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9fb063fb-ceb7-46a6-83cf-dacebfd32ee0 initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9fb063fb-ceb7-46a6-83cf-dacebfd32ee0 shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b365f867-97ea-4101-a6ea-f68a9b6f7014 initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b365f867-97ea-4101-a6ea-f68a9b6f7014 shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd4abcf5-05de-4fac-9062-879d564541b4 initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd4abcf5-05de-4fac-9062-879d564541b4 shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 835dfeff-4f76-41fc-9afa-d2e5ef2bf158 initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 835dfeff-4f76-41fc-9afa-d2e5ef2bf158 shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container acc0ae88-c31e-4106-ba25-2676f7491950 initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container acc0ae88-c31e-4106-ba25-2676f7491950 shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fe9eecc3-7f80-41b5-a7da-f9521bb159e2 initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fe9eecc3-7f80-41b5-a7da-f9521bb159e2 shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 303c308a-0feb-4725-9411-e8cbd5c99ab4 initialized Apr 14, 2024 5:11:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 303c308a-0feb-4725-9411-e8cbd5c99ab4 shut down Apr 14, 2024 5:11:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0b8162a8-f0c1-4d51-ae03-0cae463a6aaf initialized Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0b8162a8-f0c1-4d51-ae03-0cae463a6aaf shut down Apr 14, 2024 5:11:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 538a0bfc-b7c2-46db-9aba-eab1520bc9d8 initialized Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 538a0bfc-b7c2-46db-9aba-eab1520bc9d8 shut down Apr 14, 2024 5:11:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 270905c5-88c1-413e-8c9b-795021eee486 initialized Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 270905c5-88c1-413e-8c9b-795021eee486 shut down Apr 14, 2024 5:11:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9a98fe75-b7db-4f2a-9c23-2431369be71f initialized Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9a98fe75-b7db-4f2a-9c23-2431369be71f shut down Apr 14, 2024 5:11:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5f142a5f-2ce3-4464-92d4-8314c710298c initialized Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5f142a5f-2ce3-4464-92d4-8314c710298c shut down Apr 14, 2024 5:11:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b586617d-3925-4aa1-9991-f7e196164ad7 initialized Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b586617d-3925-4aa1-9991-f7e196164ad7 shut down Apr 14, 2024 5:11:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 22e7daa8-9aa6-4ec0-b8b8-1d33aa648258 initialized Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 22e7daa8-9aa6-4ec0-b8b8-1d33aa648258 shut down Apr 14, 2024 5:11:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1165cb31-e277-404e-9880-ae591bf8ffea initialized Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1165cb31-e277-404e-9880-ae591bf8ffea shut down Apr 14, 2024 5:11:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef813bbd-ab8f-40be-b1c6-77248ffa6c16 initialized Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef813bbd-ab8f-40be-b1c6-77248ffa6c16 shut down Apr 14, 2024 5:11:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8af2a35f-7e8f-4bbd-b9bb-0a82cd8f3f5d initialized Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8af2a35f-7e8f-4bbd-b9bb-0a82cd8f3f5d shut down Apr 14, 2024 5:11:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f66411a4-45d5-4a76-8c16-e00671dde746 initialized Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f66411a4-45d5-4a76-8c16-e00671dde746 shut down Apr 14, 2024 5:11:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37bef839-e7b3-4942-816a-0b4a6804a67f initialized Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37bef839-e7b3-4942-816a-0b4a6804a67f shut down Apr 14, 2024 5:11:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d7e0ea52-651a-4cb5-8858-9a01e2550eac initialized Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d7e0ea52-651a-4cb5-8858-9a01e2550eac shut down Apr 14, 2024 5:11:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4c457426-245a-49c6-aa18-47f915099b14 initialized Apr 14, 2024 5:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4c457426-245a-49c6-aa18-47f915099b14 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1473eb32-4f5d-4c7a-aa35-5c1c892227d9 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1473eb32-4f5d-4c7a-aa35-5c1c892227d9 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 885ce65d-8a22-4d90-a873-2f056224c97b initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 885ce65d-8a22-4d90-a873-2f056224c97b shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9ecf93ee-9bc4-4e91-b0e3-2ca652499124 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9ecf93ee-9bc4-4e91-b0e3-2ca652499124 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ddeb5327-c47a-43ec-88be-a4a6c3317b86 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ddeb5327-c47a-43ec-88be-a4a6c3317b86 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6092df24-c0fa-4b79-a388-5ab8ba40b6f4 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6092df24-c0fa-4b79-a388-5ab8ba40b6f4 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 14d2574d-bf9b-4888-8511-1e979213cd0c initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 14d2574d-bf9b-4888-8511-1e979213cd0c shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2a32430f-029d-45dd-a279-c046a24617f0 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2a32430f-029d-45dd-a279-c046a24617f0 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c9e341e-54cc-441a-b93d-2431c8fc31e5 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5c9e341e-54cc-441a-b93d-2431c8fc31e5 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a425a356-a533-4b8e-a858-34af4b1fe860 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a425a356-a533-4b8e-a858-34af4b1fe860 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3e798ff3-60c4-4321-889e-3928b2b21915 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3e798ff3-60c4-4321-889e-3928b2b21915 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container de5cfc1b-8e45-4180-8cb7-ca9c34849651 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container de5cfc1b-8e45-4180-8cb7-ca9c34849651 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ff8e3f69-63f2-4804-8f16-2f8a6829e66a initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ff8e3f69-63f2-4804-8f16-2f8a6829e66a shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 19ac7a2b-ef7c-468d-8bd0-eccb55f35c6d initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 19ac7a2b-ef7c-468d-8bd0-eccb55f35c6d shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e276ee0-d087-45cc-b03e-ec7a31c08ba0 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e276ee0-d087-45cc-b03e-ec7a31c08ba0 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c5379624-d492-461a-98f3-bc40384d7e57 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c5379624-d492-461a-98f3-bc40384d7e57 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 850e8d1e-bfab-4ea6-b554-530f238ebccd initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 850e8d1e-bfab-4ea6-b554-530f238ebccd shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d9d1cf65-78ee-4131-863d-971fecdfcad3 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d9d1cf65-78ee-4131-863d-971fecdfcad3 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 76c0e733-d176-4af8-8acd-eee641854468 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 76c0e733-d176-4af8-8acd-eee641854468 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6b48bb28-9fbf-44ef-8733-6fe12ab7f049 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6b48bb28-9fbf-44ef-8733-6fe12ab7f049 shut down Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61fc92b5-ff6e-47ba-87c8-abe9c2471b01 initialized Apr 14, 2024 5:11:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 61fc92b5-ff6e-47ba-87c8-abe9c2471b01 shut down [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.212 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest Apr 14, 2024 5:11:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bceb1c42-a006-4af4-8df8-61fdcf6a6ebe initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bceb1c42-a006-4af4-8df8-61fdcf6a6ebe shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f1e1ac12-2bf3-4f34-b2f9-351d743e76b5 initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f1e1ac12-2bf3-4f34-b2f9-351d743e76b5 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f1b9d15-c694-4386-96ad-6f1d7b364f24 initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f1b9d15-c694-4386-96ad-6f1d7b364f24 shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 75b0490b-d513-4e96-85cf-d50bd0bb12df initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 75b0490b-d513-4e96-85cf-d50bd0bb12df shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container abf16244-1525-489b-bb83-b4e2a30ebbfe initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container abf16244-1525-489b-bb83-b4e2a30ebbfe shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4fe38d64-7752-404f-a383-9551f54238e3 initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4fe38d64-7752-404f-a383-9551f54238e3 shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 132ea463-4062-4ddc-8e35-63d0e9d1d541 initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 132ea463-4062-4ddc-8e35-63d0e9d1d541 shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 459634b6-1148-4901-9176-b28a3b56bbaa initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 459634b6-1148-4901-9176-b28a3b56bbaa shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b3752218-6dc2-4904-9820-6637d578e64e initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b3752218-6dc2-4904-9820-6637d578e64e shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 23dc924a-1d5a-4d9e-b124-d9416bdf439c initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 23dc924a-1d5a-4d9e-b124-d9416bdf439c shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86e887bf-beac-4172-b77b-f79c8204559d initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86e887bf-beac-4172-b77b-f79c8204559d shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f7c799d-f883-4c44-ad02-92bb44030aeb initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f7c799d-f883-4c44-ad02-92bb44030aeb shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c7d7578e-6edc-448a-90d6-0ab79280e4fa initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c7d7578e-6edc-448a-90d6-0ab79280e4fa shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 97d95979-b956-480a-af22-575536019285 initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 97d95979-b956-480a-af22-575536019285 shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c9b902e3-aefc-4199-83bf-2b39b7e3793f initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c9b902e3-aefc-4199-83bf-2b39b7e3793f shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 347bd108-e799-47a1-a165-29e91b1d53f0 initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 347bd108-e799-47a1-a165-29e91b1d53f0 shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8793a49e-2001-4d5a-830c-850a7154355f initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8793a49e-2001-4d5a-830c-850a7154355f shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 41068dd8-6157-471c-ac81-ea661a596c2d initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 41068dd8-6157-471c-ac81-ea661a596c2d shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 186bb891-c593-4e0d-a938-92082ae3ce44 initialized Apr 14, 2024 5:11:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 186bb891-c593-4e0d-a938-92082ae3ce44 shut down Apr 14, 2024 5:11:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 65c8c02c-09ab-4cb4-863b-2a722ca8d239 initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 65c8c02c-09ab-4cb4-863b-2a722ca8d239 shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 16fd3523-6a49-4e7d-8a8e-6531e8a8c2ce initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 16fd3523-6a49-4e7d-8a8e-6531e8a8c2ce shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d1f3ecf1-31e4-4c52-9b4b-05bd284eb458 initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d1f3ecf1-31e4-4c52-9b4b-05bd284eb458 shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 21a30151-01ec-4b31-a35a-850eacd30b9d initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 21a30151-01ec-4b31-a35a-850eacd30b9d shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25b3e24c-730c-41f5-a37f-27ad5f95d71e initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25b3e24c-730c-41f5-a37f-27ad5f95d71e shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc48b14b-614a-4d1d-a344-45b1b2bdd25c initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc48b14b-614a-4d1d-a344-45b1b2bdd25c shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d06af9db-51ee-4007-9f31-a49aab3e0701 initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d06af9db-51ee-4007-9f31-a49aab3e0701 shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0528c0a3-f7cf-4827-b700-1097f545262e initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0528c0a3-f7cf-4827-b700-1097f545262e shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc6620dd-51b7-49c9-86fe-1c46434db705 initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc6620dd-51b7-49c9-86fe-1c46434db705 shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 13d41848-7c10-46e4-b967-590e784a7ac1 initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 13d41848-7c10-46e4-b967-590e784a7ac1 shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b8519502-93b4-472b-a8ef-6a55884240a9 initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b8519502-93b4-472b-a8ef-6a55884240a9 shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4c707669-22d0-4794-b1cf-5c0024c6ddd6 initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4c707669-22d0-4794-b1cf-5c0024c6ddd6 shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb67fd0a-0ac1-4834-9e59-8e1dc849f090 initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb67fd0a-0ac1-4834-9e59-8e1dc849f090 shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e506d9dc-7c40-40bf-97fd-1da33a6957ec initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e506d9dc-7c40-40bf-97fd-1da33a6957ec shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 28942c88-2fa7-4c9b-82fd-66be83de5936 initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 28942c88-2fa7-4c9b-82fd-66be83de5936 shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container df215754-2004-495b-bef4-cfda9a62c987 initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container df215754-2004-495b-bef4-cfda9a62c987 shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0f1705ae-dd63-4fcb-ad9d-7b14859ecb6d initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0f1705ae-dd63-4fcb-ad9d-7b14859ecb6d shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5a38cd1c-d82e-4c20-a0a7-b0906630e734 initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5a38cd1c-d82e-4c20-a0a7-b0906630e734 shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 051b6c84-350b-4b30-bb6e-8b790fc68f59 initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 051b6c84-350b-4b30-bb6e-8b790fc68f59 shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f160d0fc-87dd-4dc1-bb0f-f5dc14b8a28f initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f160d0fc-87dd-4dc1-bb0f-f5dc14b8a28f shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fca286dc-cf2d-4f35-9f46-a421f09c1937 initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fca286dc-cf2d-4f35-9f46-a421f09c1937 shut down Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2bfc19c2-0ed5-4cfb-a799-953d9af217b8 initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2bfc19c2-0ed5-4cfb-a799-953d9af217b8 shut down [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.853 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest Apr 14, 2024 5:11:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b442dee0-f7d4-4f09-ac36-be7b3030ba2a initialized Apr 14, 2024 5:11:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b442dee0-f7d4-4f09-ac36-be7b3030ba2a shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 78754715-e524-4483-bcd3-ede507e33c9a initialized Apr 14, 2024 5:11:57 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 78754715-e524-4483-bcd3-ede507e33c9a shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a3d4b2e-0fcf-4229-892a-fa15e9e76ffd initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a3d4b2e-0fcf-4229-892a-fa15e9e76ffd shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6d81d8a9-808b-459d-acf9-e0193c3db281 initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6d81d8a9-808b-459d-acf9-e0193c3db281 shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 91d78ff0-e85a-4e6f-bbff-8c8bc90e46c8 initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 91d78ff0-e85a-4e6f-bbff-8c8bc90e46c8 shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8381d868-ead8-40f9-8699-7be6815059fd initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8381d868-ead8-40f9-8699-7be6815059fd shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a5228356-1b9c-4268-bbc4-4b42d770704a initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a5228356-1b9c-4268-bbc4-4b42d770704a shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fb411881-5991-4885-8116-0c991a613dcc initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fb411881-5991-4885-8116-0c991a613dcc shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d648e027-7a25-4854-9b75-57b9a3ed5c2d initialized Apr 14, 2024 5:11:57 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d648e027-7a25-4854-9b75-57b9a3ed5c2d shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 99c79833-f034-4e30-92ef-d013ab991755 initialized Apr 14, 2024 5:11:57 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 99c79833-f034-4e30-92ef-d013ab991755 shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f7ceba6-5d02-4c02-9a74-56da966d66a9 initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f7ceba6-5d02-4c02-9a74-56da966d66a9 shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ad8a863e-06eb-4946-9bdb-7443b5bfb686 initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ad8a863e-06eb-4946-9bdb-7443b5bfb686 shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b50681df-403e-47ac-a289-a224f1d8118c initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b50681df-403e-47ac-a289-a224f1d8118c shut down [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperSelectTest Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 92cf96c8-4276-402f-a544-8abd1b69266a initialized Apr 14, 2024 5:11:57 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 92cf96c8-4276-402f-a544-8abd1b69266a shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dbcf059b-1572-43d1-a417-7b8e408b7873 initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dbcf059b-1572-43d1-a417-7b8e408b7873 shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ae112826-ff46-48f9-b953-8de61ed9b456 initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ae112826-ff46-48f9-b953-8de61ed9b456 shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61cb8cd9-74df-425e-8f4a-dbbbce67bfa9 initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 61cb8cd9-74df-425e-8f4a-dbbbce67bfa9 shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ea60c715-21de-47e4-9f05-5b483e1ec269 initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ea60c715-21de-47e4-9f05-5b483e1ec269 shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 65d6965a-e975-4a82-b20a-c514bf61e5ba initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 65d6965a-e975-4a82-b20a-c514bf61e5ba shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aaf80967-0bba-4dc4-9538-48ea6ff588b3 initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aaf80967-0bba-4dc4-9538-48ea6ff588b3 shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1b5a5ca4-5bb6-45da-8122-481f9927bc8a initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1b5a5ca4-5bb6-45da-8122-481f9927bc8a shut down Apr 14, 2024 5:11:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 076214df-e76b-413e-9133-9be45b42f190 initialized Apr 14, 2024 5:11:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 076214df-e76b-413e-9133-9be45b42f190 shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f7902cb7-118a-4ec1-ba6a-afaeb5a351bb initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f7902cb7-118a-4ec1-ba6a-afaeb5a351bb shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 24ac77d5-f18c-4877-84f2-275d894640c0 initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 24ac77d5-f18c-4877-84f2-275d894640c0 shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f9a0f985-8d7a-4979-8d55-1311c4cc0cef initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f9a0f985-8d7a-4979-8d55-1311c4cc0cef shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container adedccc2-c39a-45f1-87bb-fa05323d6d7d initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container adedccc2-c39a-45f1-87bb-fa05323d6d7d shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1182168d-6585-4adc-8079-8b1c062dd3b9 initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1182168d-6585-4adc-8079-8b1c062dd3b9 shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4aa560d1-b907-4551-afe4-345d8862825f initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4aa560d1-b907-4551-afe4-345d8862825f shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 343ebc34-58f5-4ebc-ba3b-79db4d56f35c initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 343ebc34-58f5-4ebc-ba3b-79db4d56f35c shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3a19dca-acd0-4fdd-a1d0-f3580822b472 initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3a19dca-acd0-4fdd-a1d0-f3580822b472 shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3a1265d5-014e-4dd6-a0da-48441a366c51 initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3a1265d5-014e-4dd6-a0da-48441a366c51 shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c2b868c-4f32-45d8-bb13-4c4ba1d98874 initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5c2b868c-4f32-45d8-bb13-4c4ba1d98874 shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 65cfb373-3170-4460-a585-9896214ab54b initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 65cfb373-3170-4460-a585-9896214ab54b shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container add2a14f-db12-465f-b775-778deeb76f1e initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container add2a14f-db12-465f-b775-778deeb76f1e shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c932d25b-4316-40b9-8c13-164d18a22062 initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c932d25b-4316-40b9-8c13-164d18a22062 shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 100a25e0-9269-45eb-90bb-38c1291c88ac initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 100a25e0-9269-45eb-90bb-38c1291c88ac shut down [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.078 s -- in org.eclipse.jnosql.mapping.semistructured.MapperSelectTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.DatabaseQualifierTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.jnosql.mapping.semistructured.DatabaseQualifierTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EventPersistManagerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.jnosql.mapping.semistructured.EventPersistManagerTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 24ee9f14-59a9-433a-9a1e-3efdd381afc3 initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 24ee9f14-59a9-433a-9a1e-3efdd381afc3 shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0f9656f-62f8-44dd-b868-03ab35e43c93 initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0f9656f-62f8-44dd-b868-03ab35e43c93 shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fe0b32db-4f7e-440e-8c6f-4a2e8d825fc0 initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fe0b32db-4f7e-440e-8c6f-4a2e8d825fc0 shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0fd3d2f9-c366-47a3-8ea2-c29beec09483 initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0fd3d2f9-c366-47a3-8ea2-c29beec09483 shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eaa73965-33f4-48c2-ad05-bdb87a3f2748 initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eaa73965-33f4-48c2-ad05-bdb87a3f2748 shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 64c5e138-f787-4723-a570-e8e16fcb4792 initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 64c5e138-f787-4723-a570-e8e16fcb4792 shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d6133f49-2b75-4dad-acc2-d81122b5d41b initialized Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d6133f49-2b75-4dad-acc2-d81122b5d41b shut down Apr 14, 2024 5:11:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d1d0f5fc-87d2-4214-b246-e6a2e37518f8 initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d1d0f5fc-87d2-4214-b246-e6a2e37518f8 shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d131c52e-03f6-43e4-ab91-2f3026f79ba1 initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d131c52e-03f6-43e4-ab91-2f3026f79ba1 shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37c5a918-5769-4f3e-a886-da0683e6d11d initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37c5a918-5769-4f3e-a886-da0683e6d11d shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4974d9db-2089-4663-88eb-eb7c740acbc5 initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4974d9db-2089-4663-88eb-eb7c740acbc5 shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 603ccb82-0d4e-4d57-9fed-53468a7bdbb7 initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 603ccb82-0d4e-4d57-9fed-53468a7bdbb7 shut down [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 s -- in org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b1561a3-7684-4613-85b1-74be03e5a45a initialized Apr 14, 2024 5:11:59 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b1561a3-7684-4613-85b1-74be03e5a45a shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb671cb5-fd48-47cf-9427-ee8fa026458c initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb671cb5-fd48-47cf-9427-ee8fa026458c shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7ad63b25-99fd-410c-b8f2-571343f66434 initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7ad63b25-99fd-410c-b8f2-571343f66434 shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 79746e4b-d2ea-43ab-ba94-a503e4872662 initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 79746e4b-d2ea-43ab-ba94-a503e4872662 shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 20c96d89-02bb-46f8-9572-665a3cf77c96 initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 20c96d89-02bb-46f8-9572-665a3cf77c96 shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4cf130ad-7fdb-44fe-912f-7f962038574d initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4cf130ad-7fdb-44fe-912f-7f962038574d shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55a65f23-6387-499c-8749-76403299435e initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55a65f23-6387-499c-8749-76403299435e shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 369adf70-f21a-4eb2-bf81-b06ea0dfd0b4 initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 369adf70-f21a-4eb2-bf81-b06ea0dfd0b4 shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e36a3d8e-8375-481a-ac65-b54def45e957 initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e36a3d8e-8375-481a-ac65-b54def45e957 shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 81a98202-fb79-4cba-aa3f-cf875ec84cb8 initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 81a98202-fb79-4cba-aa3f-cf875ec84cb8 shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b7b3d85f-8ca5-4081-9c9d-d710976175dc initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b7b3d85f-8ca5-4081-9c9d-d710976175dc shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 130a4afd-adda-475e-a338-ad8e4d02b823 initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 130a4afd-adda-475e-a338-ad8e4d02b823 shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 31bdcb93-6916-4bc7-a3dd-42f6552b92cc initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 31bdcb93-6916-4bc7-a3dd-42f6552b92cc shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3a64c72d-b259-4c59-9954-f60288615cd0 initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3a64c72d-b259-4c59-9954-f60288615cd0 shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e8350f2b-4e2c-4058-aeb0-d16877ae7e23 initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e8350f2b-4e2c-4058-aeb0-d16877ae7e23 shut down [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.684 s -- in org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperObserverTest Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c2e16b14-d6bd-46dd-926a-14375e1582bc initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c2e16b14-d6bd-46dd-926a-14375e1582bc shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 873dd1b5-c16c-4741-87eb-b17654df3545 initialized Apr 14, 2024 5:11:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 873dd1b5-c16c-4741-87eb-b17654df3545 shut down Apr 14, 2024 5:11:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:11:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0da675cc-2085-487d-b937-6e416cbfc47c initialized Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0da675cc-2085-487d-b937-6e416cbfc47c shut down Apr 14, 2024 5:12:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7fc07365-ce4d-433c-ab54-e0b33951f0e9 initialized Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7fc07365-ce4d-433c-ab54-e0b33951f0e9 shut down Apr 14, 2024 5:12:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e6426f5c-b43e-4666-b311-55ebc04950da initialized Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e6426f5c-b43e-4666-b311-55ebc04950da shut down Apr 14, 2024 5:12:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container de0d1f54-e7a2-4e53-a3cc-82889324f457 initialized Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container de0d1f54-e7a2-4e53-a3cc-82889324f457 shut down Apr 14, 2024 5:12:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2af5f617-b038-41bf-b78c-43d913f1bd6c initialized Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2af5f617-b038-41bf-b78c-43d913f1bd6c shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s -- in org.eclipse.jnosql.mapping.semistructured.MapperObserverTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityImmutableTest Apr 14, 2024 5:12:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5e075dcf-b408-4713-8201-015d844148c7 initialized Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5e075dcf-b408-4713-8201-015d844148c7 shut down Apr 14, 2024 5:12:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 792d5313-2001-4e31-af43-8048081c3e6d initialized Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 792d5313-2001-4e31-af43-8048081c3e6d shut down Apr 14, 2024 5:12:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ec5b0ccb-ba0d-4000-88e8-800e1ec100b8 initialized Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ec5b0ccb-ba0d-4000-88e8-800e1ec100b8 shut down Apr 14, 2024 5:12:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 54244f09-2ba1-4006-b9e8-a6af1857c9ab initialized Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 54244f09-2ba1-4006-b9e8-a6af1857c9ab shut down Apr 14, 2024 5:12:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc99994d-1674-4de8-8529-7d85bf55b34e initialized Apr 14, 2024 5:12:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc99994d-1674-4de8-8529-7d85bf55b34e shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s -- in org.eclipse.jnosql.mapping.semistructured.EntityImmutableTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 311, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-semistructured --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-semistructured >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-semistructured --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 102 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 102 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-semistructured --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-semistructured <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-semistructured --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-semistructured --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://www.jnosql.org/jnosql-communication/jnosql-communication-semistructured/apidocs/ are in named modules. [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/AbstractSemiStructuredTemplate.java:85: warning: no comment [WARNING] protected abstract EntitiesMetadata entities(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/AbstractSemiStructuredTemplate.java:318: warning: no comment [WARNING] protected T persist(T entity, UnaryOperator persistAction) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:105: warning: no comment [WARNING] protected org.eclipse.jnosql.communication.semistructured.DeleteQuery deleteQuery(Method method, Object[] args) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:173: warning: no comment [WARNING] protected Long executeCountByQuery(org.eclipse.jnosql.communication.semistructured.SelectQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:177: warning: no comment [WARNING] protected boolean executeExistsByQuery(org.eclipse.jnosql.communication.semistructured.SelectQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:141: warning: no comment [WARNING] protected Object executeFindByQuery(Method method, Object[] args, Class typeClass, org.eclipse.jnosql.communication.semistructured.SelectQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:184: warning: no comment [WARNING] protected Function> getPage(org.eclipse.jnosql.communication.semistructured.SelectQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:192: warning: no comment [WARNING] protected Function> getSingleResult(org.eclipse.jnosql.communication.semistructured.SelectQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:91: warning: no comment [WARNING] protected org.eclipse.jnosql.communication.semistructured.SelectQuery query(Method method, Object[] args) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:197: warning: no comment [WARNING] protected Function> streamPagination(org.eclipse.jnosql.communication.semistructured.SelectQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:202: warning: no comment [WARNING] protected org.eclipse.jnosql.communication.semistructured.SelectQuery updateQueryDynamically(Object[] args, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/EntityConverter.java:150: warning: no comment [WARNING] protected Consumer feedObject(T entity, List elements, Map fieldsGroupByName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/EntityConverter.java:145: warning: no comment [WARNING] protected AttributeFieldValue to(FieldMetadata field, Object entity) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/EntityConverter.java:165: warning: no comment [WARNING] protected T toEntity(Class type, List elements) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/RepositorySemiStructuredObserverParser.java:48: warning: no @param for entityMetadata [WARNING] public static CommunicationObserverParser of(EntityMetadata entityMetadata) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/SemiStructuredParameterBasedQuery.java:52: warning: no @param for sorts [WARNING] public org.eclipse.jnosql.communication.semistructured.SelectQuery toQuery(Map params, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/SemiStructuredParameterBasedQuery.java:82: warning: no @param for sorts [WARNING] public org.eclipse.jnosql.communication.semistructured.SelectQuery toQueryNative(Map params, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/SemiStructuredParameterBasedQuery.java:42: warning: no comment [WARNING] INSTANCE; [WARNING] ^ [WARNING] 19 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-semistructured --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-semistructured' with 31 classes [INFO] [INFO] ---------< org.eclipse.jnosql.mapping:jnosql-mapping-document >--------- [INFO] Building jnosql-mapping-document 1.1.1-SNAPSHOT [12/15] [INFO] from jnosql-mapping/jnosql-mapping-document/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-document --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-document --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 22 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 22 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-document --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-document --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-document --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/src/main/java/org/eclipse/jnosql/mapping/document/configuration/DocumentManagerSupplier.java: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/src/main/java/org/eclipse/jnosql/mapping/document/configuration/DocumentManagerSupplier.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/src/main/java/org/eclipse/jnosql/mapping/document/configuration/DocumentManagerSupplier.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-document --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-document --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-document --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-document --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest Apr 14, 2024 5:12:05 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) Apr 14, 2024 5:12:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:09 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:09 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6900384d-742f-47af-a713-b465cb90e63e initialized Apr 14, 2024 5:12:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6900384d-742f-47af-a713-b465cb90e63e shut down Apr 14, 2024 5:12:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:10 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:10 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7c999ec1-b7ad-4d41-aadf-8e4b2d6743f3 initialized Apr 14, 2024 5:12:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7c999ec1-b7ad-4d41-aadf-8e4b2d6743f3 shut down Apr 14, 2024 5:12:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:10 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:10 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 40ce1725-7c64-45d3-a3cd-e7a4aeb19f44 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended Apr 14, 2024 5:12:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 40ce1725-7c64-45d3-a3cd-e7a4aeb19f44 shut down Apr 14, 2024 5:12:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 761594ae-9de8-403e-8abf-3e529fad8c45 initialized Apr 14, 2024 5:12:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 761594ae-9de8-403e-8abf-3e529fad8c45 shut down Apr 14, 2024 5:12:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6e40fe60-a626-4f5a-be5e-b641539ff57a initialized Apr 14, 2024 5:12:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6e40fe60-a626-4f5a-be5e-b641539ff57a shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.612 s -- in org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest [INFO] Running org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest Apr 14, 2024 5:12:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9ccb51db-aa3f-48a5-b149-18ad26b20107 initialized Apr 14, 2024 5:12:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9ccb51db-aa3f-48a5-b149-18ad26b20107 shut down Apr 14, 2024 5:12:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:12 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ce17bd73-5c15-4863-8d22-5feadd257668 initialized Apr 14, 2024 5:12:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ce17bd73-5c15-4863-8d22-5feadd257668 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 s -- in org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest [INFO] Running org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest Apr 14, 2024 5:12:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 374a7564-a6e7-4a2a-b0af-34f923bee5a6 initialized Apr 14, 2024 5:12:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 374a7564-a6e7-4a2a-b0af-34f923bee5a6 shut down Apr 14, 2024 5:12:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e149ce7e-ea2f-44b6-9e28-8e7d35756d74 initialized Apr 14, 2024 5:12:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e149ce7e-ea2f-44b6-9e28-8e7d35756d74 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s -- in org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.document.spi.DocumentExtensionTest Apr 14, 2024 5:12:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0c786dc-6ead-43a3-97cd-316d3e2e0c33 initialized Apr 14, 2024 5:12:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0c786dc-6ead-43a3-97cd-316d3e2e0c33 shut down Apr 14, 2024 5:12:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8450e2c4-43b1-4803-852f-adaddedbec88 initialized Apr 14, 2024 5:12:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8450e2c4-43b1-4803-852f-adaddedbec88 shut down Apr 14, 2024 5:12:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a9240c8a-1029-4600-8ce8-768efa26533e initialized Apr 14, 2024 5:12:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a9240c8a-1029-4600-8ce8-768efa26533e shut down Apr 14, 2024 5:12:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:13 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 617374db-0510-47e5-b703-67e6d2111fe4 initialized Apr 14, 2024 5:12:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 617374db-0510-47e5-b703-67e6d2111fe4 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.550 s -- in org.eclipse.jnosql.mapping.document.spi.DocumentExtensionTest [INFO] Running org.eclipse.jnosql.mapping.document.DocumentTemplateTest Apr 14, 2024 5:12:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:14 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:14 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 68873556-c8f6-4f52-befe-25c1d57f5bbe initialized Apr 14, 2024 5:12:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 68873556-c8f6-4f52-befe-25c1d57f5bbe shut down Apr 14, 2024 5:12:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 14, 2024 5:12:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 14, 2024 5:12:14 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 14, 2024 5:12:14 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 14, 2024 5:12:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e989ca59-9ae0-4cb5-b122-64d47eddc31a initialized Apr 14, 2024 5:12:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e989ca59-9ae0-4cb5-b122-64d47eddc31a shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.eclipse.jnosql.mapping.document.DocumentTemplateTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-document --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-document >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-document --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 22 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 22 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-document --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-document <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-document --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-document --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-document --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-document' with 7 classes [INFO] [INFO] ----------< org.eclipse.jnosql.mapping:jnosql-mapping-column >---------- [INFO] Building jnosql-mapping-column 1.1.1-SNAPSHOT [13/15] [INFO] from jnosql-mapping/jnosql-mapping-column/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-column --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-column --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 24 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 24 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-column --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-column --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-column --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/src/main/java/org/eclipse/jnosql/mapping/column/configuration/ColumnManagerSupplier.java: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/src/main/java/org/eclipse/jnosql/mapping/column/configuration/ColumnManagerSupplier.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/src/main/java/org/eclipse/jnosql/mapping/column/configuration/ColumnManagerSupplier.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-column --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-column --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-column --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-column --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest Apr 14, 2024 5:12:17 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) Apr 14, 2024 5:12:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:22 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:22 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d7443e80-b3b9-4702-9fc2-585124492291 initialized Apr 14, 2024 5:12:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d7443e80-b3b9-4702-9fc2-585124492291 shut down Apr 14, 2024 5:12:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:23 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:23 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fc8b6283-674c-4369-89e7-d33a18b0e9ef initialized Apr 14, 2024 5:12:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fc8b6283-674c-4369-89e7-d33a18b0e9ef shut down Apr 14, 2024 5:12:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:23 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:23 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8b62e0ab-c2c7-466b-b280-4c0908cc1c04 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended Apr 14, 2024 5:12:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8b62e0ab-c2c7-466b-b280-4c0908cc1c04 shut down Apr 14, 2024 5:12:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:25 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:25 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 945ef5fd-8737-444b-81c2-203168b0720b initialized Apr 14, 2024 5:12:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 945ef5fd-8737-444b-81c2-203168b0720b shut down Apr 14, 2024 5:12:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:25 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:25 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9234595e-84ab-4440-af6c-41149e7327a4 initialized Apr 14, 2024 5:12:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9234595e-84ab-4440-af6c-41149e7327a4 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.213 s -- in org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest [INFO] Running org.eclipse.jnosql.mapping.column.DatabaseQualifierTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.jnosql.mapping.column.DatabaseQualifierTest [INFO] Running org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest Apr 14, 2024 5:12:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7472137c-baec-4f72-acbe-8f8cd80ece2b initialized Apr 14, 2024 5:12:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7472137c-baec-4f72-acbe-8f8cd80ece2b shut down Apr 14, 2024 5:12:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b8c562da-d42a-4f2f-803c-3a3df22306c9 initialized Apr 14, 2024 5:12:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b8c562da-d42a-4f2f-803c-3a3df22306c9 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 s -- in org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest [INFO] Running org.eclipse.jnosql.mapping.column.ColumnTemplateTest Apr 14, 2024 5:12:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b58b317b-8718-4cf6-87bd-57199186d55d initialized Apr 14, 2024 5:12:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b58b317b-8718-4cf6-87bd-57199186d55d shut down Apr 14, 2024 5:12:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:26 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ada488dd-6ffd-4cb5-951b-6451d2ca563b initialized Apr 14, 2024 5:12:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ada488dd-6ffd-4cb5-951b-6451d2ca563b shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s -- in org.eclipse.jnosql.mapping.column.ColumnTemplateTest [INFO] Running org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest Apr 14, 2024 5:12:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 04a095c5-5e5f-4027-8c5d-9234facf7d82 initialized Apr 14, 2024 5:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 04a095c5-5e5f-4027-8c5d-9234facf7d82 shut down Apr 14, 2024 5:12:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fc0773f8-782f-4b4a-bba2-56e7b4a8da32 initialized Apr 14, 2024 5:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fc0773f8-782f-4b4a-bba2-56e7b4a8da32 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s -- in org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.column.spi.ColumnExtensionTest Apr 14, 2024 5:12:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0fe8aba1-dcdc-4b2e-8d8d-7b66ea829e9b initialized Apr 14, 2024 5:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0fe8aba1-dcdc-4b2e-8d8d-7b66ea829e9b shut down Apr 14, 2024 5:12:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 88071fe1-8338-4561-b9a6-aee26c2f5c39 initialized Apr 14, 2024 5:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 88071fe1-8338-4561-b9a6-aee26c2f5c39 shut down Apr 14, 2024 5:12:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be7db0dd-7ae7-476a-8daa-c1aaa1cadd6e initialized Apr 14, 2024 5:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be7db0dd-7ae7-476a-8daa-c1aaa1cadd6e shut down Apr 14, 2024 5:12:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 14, 2024 5:12:27 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 14, 2024 5:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 62032290-be68-4ed8-8303-63289dc07e83 initialized Apr 14, 2024 5:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 62032290-be68-4ed8-8303-63289dc07e83 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 s -- in org.eclipse.jnosql.mapping.column.spi.ColumnExtensionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-column --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-column >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-column --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 24 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 24 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-column --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-column <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-column --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-column --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-column --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-column' with 7 classes [INFO] [INFO] --------< org.eclipse.jnosql.mapping:jnosql-mapping-key-value >--------- [INFO] Building jnosql-mapping-key-value 1.1.1-SNAPSHOT [14/15] [INFO] from jnosql-mapping/jnosql-mapping-key-value/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-key-value --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-key-value --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 56 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 56 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-key-value --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-key-value --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-key-value --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 22 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/RepositoryKeyValueBean.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/RepositoryKeyValueBean.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-key-value --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-key-value --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-key-value --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 31 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/test/java/org/eclipse/jnosql/mapping/keyvalue/query/KeyValueRepositoryProxyTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/test/java/org/eclipse/jnosql/mapping/keyvalue/query/KeyValueRepositoryProxyTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-key-value --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest Apr 14, 2024 5:12:31 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) Apr 14, 2024 5:12:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:36 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:36 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8276cb91-1a33-48c3-96bc-a464c1978ddb initialized Apr 14, 2024 5:12:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8276cb91-1a33-48c3-96bc-a464c1978ddb shut down Apr 14, 2024 5:12:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c3bfbcce-d992-4c9f-b005-5017eb22f95f initialized Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c3bfbcce-d992-4c9f-b005-5017eb22f95f shut down Apr 14, 2024 5:12:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72edaa4d-4ba7-4564-9053-c32d731b7bc0 initialized Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72edaa4d-4ba7-4564-9053-c32d731b7bc0 shut down Apr 14, 2024 5:12:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0c59a8ab-6e26-4a03-b65f-6c18d3215ccd initialized Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0c59a8ab-6e26-4a03-b65f-6c18d3215ccd shut down Apr 14, 2024 5:12:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4b79b46e-921f-4553-a224-6376d31cb3b7 initialized Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4b79b46e-921f-4553-a224-6376d31cb3b7 shut down Apr 14, 2024 5:12:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 78fbbe64-91de-4e2d-b941-2009b9780da5 initialized Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 78fbbe64-91de-4e2d-b941-2009b9780da5 shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.070 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest Apr 14, 2024 5:12:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 015421ac-bf9d-449d-8ea9-ee85a38ca4ad initialized Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 015421ac-bf9d-449d-8ea9-ee85a38ca4ad shut down Apr 14, 2024 5:12:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55b76e6c-f845-4f3b-bf09-2a3fa88177e3 initialized Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55b76e6c-f845-4f3b-bf09-2a3fa88177e3 shut down Apr 14, 2024 5:12:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2ad7b4b3-73d1-4ed8-b7dd-584b25c367f7 initialized Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2ad7b4b3-73d1-4ed8-b7dd-584b25c367f7 shut down Apr 14, 2024 5:12:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:37 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 000aab50-2762-474e-bd95-029ee27bd8aa initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended Apr 14, 2024 5:12:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 000aab50-2762-474e-bd95-029ee27bd8aa shut down Apr 14, 2024 5:12:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:39 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:39 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a433787b-5c2b-4716-89eb-946ca3f5d47b initialized Apr 14, 2024 5:12:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a433787b-5c2b-4716-89eb-946ca3f5d47b shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.332 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest Apr 14, 2024 5:12:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7c76c3da-8fc1-46e2-a5e4-5ba96bfb4250 initialized Apr 14, 2024 5:12:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7c76c3da-8fc1-46e2-a5e4-5ba96bfb4250 shut down Apr 14, 2024 5:12:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 29a333f1-1bb7-495d-a668-75b4632277dd initialized Apr 14, 2024 5:12:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 29a333f1-1bb7-495d-a668-75b4632277dd shut down Apr 14, 2024 5:12:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ae01b947-b910-4283-a52b-16a703c7ff37 initialized Apr 14, 2024 5:12:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ae01b947-b910-4283-a52b-16a703c7ff37 shut down Apr 14, 2024 5:12:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e5b3d666-05d4-4c80-bcc7-754c17a50f07 initialized Apr 14, 2024 5:12:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e5b3d666-05d4-4c80-bcc7-754c17a50f07 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.737 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtensionTest Apr 14, 2024 5:12:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:40 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 651dd70a-584a-413b-8a23-89c3e516bd55 initialized Apr 14, 2024 5:12:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 651dd70a-584a-413b-8a23-89c3e516bd55 shut down Apr 14, 2024 5:12:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 92f21cd0-dadd-4501-87f8-980ccea2aa90 initialized Apr 14, 2024 5:12:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 92f21cd0-dadd-4501-87f8-980ccea2aa90 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s -- in org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtensionTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest Apr 14, 2024 5:12:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0c260596-2be7-40c7-92d4-15d135c1a91a initialized Apr 14, 2024 5:12:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0c260596-2be7-40c7-92d4-15d135c1a91a shut down Apr 14, 2024 5:12:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6bfa10df-674a-48b8-a9ad-0d5c1004c8e9 initialized Apr 14, 2024 5:12:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6bfa10df-674a-48b8-a9ad-0d5c1004c8e9 shut down Apr 14, 2024 5:12:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d205792b-531d-4b9b-ba68-c292e322ec09 initialized Apr 14, 2024 5:12:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d205792b-531d-4b9b-ba68-c292e322ec09 shut down Apr 14, 2024 5:12:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c10113d3-1b67-4141-8348-477fcbdfc88e initialized Apr 14, 2024 5:12:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c10113d3-1b67-4141-8348-477fcbdfc88e shut down Apr 14, 2024 5:12:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:41 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 142fc2c8-0526-41f4-8307-44a5b2840b9d initialized Apr 14, 2024 5:12:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 142fc2c8-0526-41f4-8307-44a5b2840b9d shut down Apr 14, 2024 5:12:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2fcd5e65-4878-44ff-838c-9a7bd112f03b initialized Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2fcd5e65-4878-44ff-838c-9a7bd112f03b shut down Apr 14, 2024 5:12:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 79e30342-82d0-4519-ab7b-9ba7b07ef90f initialized Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 79e30342-82d0-4519-ab7b-9ba7b07ef90f shut down Apr 14, 2024 5:12:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cb36e094-bf23-4ab4-b3bc-1ecf342e6ca6 initialized Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cb36e094-bf23-4ab4-b3bc-1ecf342e6ca6 shut down Apr 14, 2024 5:12:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f37afe7-6b52-479c-a23e-36b5d0495517 initialized Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f37afe7-6b52-479c-a23e-36b5d0495517 shut down Apr 14, 2024 5:12:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72e65ded-aae3-454e-ad87-45b3f2ed7ba9 initialized Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72e65ded-aae3-454e-ad87-45b3f2ed7ba9 shut down Apr 14, 2024 5:12:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0b8d5fe9-87fc-472c-a177-b1c48debf724 initialized Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0b8d5fe9-87fc-472c-a177-b1c48debf724 shut down Apr 14, 2024 5:12:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 140faf20-cb1f-4e68-acc8-b90517b08e33 initialized Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 140faf20-cb1f-4e68-acc8-b90517b08e33 shut down Apr 14, 2024 5:12:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f1ffa64-09a8-49d3-b76e-20cda8bdfb02 initialized Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f1ffa64-09a8-49d3-b76e-20cda8bdfb02 shut down Apr 14, 2024 5:12:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e0909e97-da4b-4ffb-afc3-e7765a2983e1 initialized Apr 14, 2024 5:12:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e0909e97-da4b-4ffb-afc3-e7765a2983e1 shut down Apr 14, 2024 5:12:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:42 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 09c1b1e1-f7c4-4697-b587-7a853e9af028 initialized Apr 14, 2024 5:12:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 09c1b1e1-f7c4-4697-b587-7a853e9af028 shut down Apr 14, 2024 5:12:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:43 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:43 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 16bd8db4-8bfd-4643-add5-593ea91a4fc6 initialized Apr 14, 2024 5:12:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 16bd8db4-8bfd-4643-add5-593ea91a4fc6 shut down Apr 14, 2024 5:12:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:43 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:43 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2c68202b-ed6f-4832-bf87-5ac6bc3fde85 initialized Apr 14, 2024 5:12:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2c68202b-ed6f-4832-bf87-5ac6bc3fde85 shut down Apr 14, 2024 5:12:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:43 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:43 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 010457df-da05-46c0-a36b-b265e3adb2c6 initialized Apr 14, 2024 5:12:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 010457df-da05-46c0-a36b-b265e3adb2c6 shut down Apr 14, 2024 5:12:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:44 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:44 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c12afcdd-1671-4a65-b6cf-1e1b8621461c initialized Apr 14, 2024 5:12:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c12afcdd-1671-4a65-b6cf-1e1b8621461c shut down Apr 14, 2024 5:12:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:44 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:44 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2a3cdb87-6635-4437-989b-6691cd070ca8 initialized Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2a3cdb87-6635-4437-989b-6691cd070ca8 shut down Apr 14, 2024 5:12:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c0f25fe2-16ac-474e-b7e7-f43e2613d343 initialized Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c0f25fe2-16ac-474e-b7e7-f43e2613d343 shut down Apr 14, 2024 5:12:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 074ef7fb-f3ef-40a6-9e41-4228cc6f9bbb initialized Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 074ef7fb-f3ef-40a6-9e41-4228cc6f9bbb shut down Apr 14, 2024 5:12:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a652927c-891e-41b8-ac1c-998856f3f6ec initialized Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a652927c-891e-41b8-ac1c-998856f3f6ec shut down Apr 14, 2024 5:12:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6ff5c210-d362-4cda-9416-05b975354c45 initialized Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6ff5c210-d362-4cda-9416-05b975354c45 shut down Apr 14, 2024 5:12:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b0099800-abe2-49b7-94b4-393bee4c6a78 initialized Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b0099800-abe2-49b7-94b4-393bee4c6a78 shut down Apr 14, 2024 5:12:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f7162eca-b33b-40f6-bd34-7b2380c102b2 initialized Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f7162eca-b33b-40f6-bd34-7b2380c102b2 shut down Apr 14, 2024 5:12:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 92f17e71-308f-466c-a177-834813c5b808 initialized Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 92f17e71-308f-466c-a177-834813c5b808 shut down Apr 14, 2024 5:12:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1dc849bc-1b08-4b9e-9a6a-9a33e2991c36 initialized Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1dc849bc-1b08-4b9e-9a6a-9a33e2991c36 shut down [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.482 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest Apr 14, 2024 5:12:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3911fb99-76e1-46b5-a542-a892badf265d initialized Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3911fb99-76e1-46b5-a542-a892badf265d shut down Apr 14, 2024 5:12:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:45 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dbe29f60-592d-4994-bfbf-7c16777c7cdd initialized Apr 14, 2024 5:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dbe29f60-592d-4994-bfbf-7c16777c7cdd shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.DefaultKeyValueRepositoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.eclipse.jnosql.mapping.keyvalue.query.DefaultKeyValueRepositoryTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest Apr 14, 2024 5:12:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37a4724a-43a3-4aab-adbc-de5317d96efa initialized Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37a4724a-43a3-4aab-adbc-de5317d96efa shut down Apr 14, 2024 5:12:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c6c1f50-c383-4eed-806d-8951aa4002fe initialized Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c6c1f50-c383-4eed-806d-8951aa4002fe shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest Apr 14, 2024 5:12:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba2dfab0-6537-4db4-885b-185b25e2d748 initialized Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba2dfab0-6537-4db4-885b-185b25e2d748 shut down Apr 14, 2024 5:12:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 14f08985-6609-476a-9c4d-728f54614d62 initialized Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 14f08985-6609-476a-9c4d-728f54614d62 shut down Apr 14, 2024 5:12:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e5af9ce3-c0b2-42ae-b8c9-483d72da377f initialized Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e5af9ce3-c0b2-42ae-b8c9-483d72da377f shut down Apr 14, 2024 5:12:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba3f9825-5357-4a44-838f-ae3b5a99c2da initialized Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba3f9825-5357-4a44-838f-ae3b5a99c2da shut down Apr 14, 2024 5:12:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f826ec72-65ef-40a2-bbcc-c30fa135b0a8 initialized Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f826ec72-65ef-40a2-bbcc-c30fa135b0a8 shut down Apr 14, 2024 5:12:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fb59098b-ac6d-4216-a1b0-988075a3a7de initialized Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.keyvalue.entities.PlateConverter not found on CDI context, creating by constructor Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fb59098b-ac6d-4216-a1b0-988075a3a7de shut down Apr 14, 2024 5:12:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3bc567ae-bebc-42af-bd2d-ab1e0dbbf521 initialized Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3bc567ae-bebc-42af-bd2d-ab1e0dbbf521 shut down Apr 14, 2024 5:12:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd43a2ea-485f-4156-99a9-e117acd8f6df initialized Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd43a2ea-485f-4156-99a9-e117acd8f6df shut down Apr 14, 2024 5:12:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:46 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ec7cf6a5-bfb1-4d8b-8a74-facea5f23c56 initialized Apr 14, 2024 5:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ec7cf6a5-bfb1-4d8b-8a74-facea5f23c56 shut down Apr 14, 2024 5:12:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd8e295c-1d4b-48f7-bdf4-a4cef9b6b777 initialized Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd8e295c-1d4b-48f7-bdf4-a4cef9b6b777 shut down Apr 14, 2024 5:12:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c5c5bc8e-5f41-485d-98ab-bafa6a8eb917 initialized Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c5c5bc8e-5f41-485d-98ab-bafa6a8eb917 shut down Apr 14, 2024 5:12:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be53ebfe-dd11-41a0-8a0e-3578c4f675ae initialized Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be53ebfe-dd11-41a0-8a0e-3578c4f675ae shut down Apr 14, 2024 5:12:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4a709c2a-7983-4d2b-a4ad-b22364814a01 initialized Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4a709c2a-7983-4d2b-a4ad-b22364814a01 shut down Apr 14, 2024 5:12:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e8d8968-6a2e-4ea6-b1d0-872dcc7f646c initialized Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e8d8968-6a2e-4ea6-b1d0-872dcc7f646c shut down Apr 14, 2024 5:12:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 07bf5fb7-6d4e-4ac5-a3c6-8c48183a43cf initialized Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.keyvalue.entities.PlateConverter not found on CDI context, creating by constructor Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 07bf5fb7-6d4e-4ac5-a3c6-8c48183a43cf shut down [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.159 s -- in org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest Apr 14, 2024 5:12:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 707134fd-092a-45da-9f42-bd53fab6abf1 initialized Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 707134fd-092a-45da-9f42-bd53fab6abf1 shut down Apr 14, 2024 5:12:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0052ee8b-f401-4ad7-88e5-691d8f3cdc93 initialized Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0052ee8b-f401-4ad7-88e5-691d8f3cdc93 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueTemplateTest Apr 14, 2024 5:12:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 926114d9-2f43-4827-b06c-9505d6939e24 initialized Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 926114d9-2f43-4827-b06c-9505d6939e24 shut down Apr 14, 2024 5:12:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f1b1c77-b06c-4326-b429-16964661a726 initialized Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f1b1c77-b06c-4326-b429-16964661a726 shut down Apr 14, 2024 5:12:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5f37b584-b66a-406f-8e35-60c11555b4ea initialized Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5f37b584-b66a-406f-8e35-60c11555b4ea shut down Apr 14, 2024 5:12:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 567d92e0-e63b-405a-8a1e-ed7c56e4c53c initialized Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 567d92e0-e63b-405a-8a1e-ed7c56e4c53c shut down Apr 14, 2024 5:12:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d4bab34b-7cb6-4e36-9810-5c017e6e0bb0 initialized Apr 14, 2024 5:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d4bab34b-7cb6-4e36-9810-5c017e6e0bb0 shut down Apr 14, 2024 5:12:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 798dcda7-272e-4d5e-b4e9-a824b208a3a3 initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 798dcda7-272e-4d5e-b4e9-a824b208a3a3 shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 17c3dc68-4578-4ef0-95a9-fc98e8416ef9 initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 17c3dc68-4578-4ef0-95a9-fc98e8416ef9 shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5178fa64-1b47-4830-adce-f5f1ddb6217c initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5178fa64-1b47-4830-adce-f5f1ddb6217c shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e9e8b944-ff98-48cb-af5a-f3f33de4c407 initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e9e8b944-ff98-48cb-af5a-f3f33de4c407 shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9cbbbb96-88b7-481b-9c8b-563706db38c3 initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9cbbbb96-88b7-481b-9c8b-563706db38c3 shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e00b8d63-fd33-4ad3-a8f6-32dda1b4597d initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e00b8d63-fd33-4ad3-a8f6-32dda1b4597d shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bdb11f8a-d146-47a3-907a-77c9286da336 initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bdb11f8a-d146-47a3-907a-77c9286da336 shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 12caab25-610f-4137-926e-14b423f63251 initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 12caab25-610f-4137-926e-14b423f63251 shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 54fec97a-013d-412b-a0ee-ca195f903094 initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 54fec97a-013d-412b-a0ee-ca195f903094 shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7b6c6cc2-791b-4024-b5e8-477fecfcf1f2 initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7b6c6cc2-791b-4024-b5e8-477fecfcf1f2 shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e28adbe7-ef14-4aa3-b0d7-5b39577d4a55 initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e28adbe7-ef14-4aa3-b0d7-5b39577d4a55 shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 62a7f03a-c0a5-4415-98fd-c3840b04fc02 initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 62a7f03a-c0a5-4415-98fd-c3840b04fc02 shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3dfa15a-2149-4ec3-9341-13984072b2ef initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3dfa15a-2149-4ec3-9341-13984072b2ef shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0adf9345-7dea-47ba-a521-368ab53b739a initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0adf9345-7dea-47ba-a521-368ab53b739a shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5a73ccfd-e30e-420c-803b-7757e595a955 initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5a73ccfd-e30e-420c-803b-7757e595a955 shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 571dc5e4-5a64-4cd8-a4b2-21ab23cddd71 initialized Apr 14, 2024 5:12:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 571dc5e4-5a64-4cd8-a4b2-21ab23cddd71 shut down Apr 14, 2024 5:12:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bf2ad989-b70f-4755-86ab-fea353855314 initialized Apr 14, 2024 5:12:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bf2ad989-b70f-4755-86ab-fea353855314 shut down Apr 14, 2024 5:12:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e1fb5138-81d8-4f68-9c59-0b65d029e3f1 initialized Apr 14, 2024 5:12:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e1fb5138-81d8-4f68-9c59-0b65d029e3f1 shut down Apr 14, 2024 5:12:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 053a8329-4777-4e96-aab8-5b0758530468 initialized Apr 14, 2024 5:12:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 053a8329-4777-4e96-aab8-5b0758530468 shut down Apr 14, 2024 5:12:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6b37a50c-3854-4177-b344-ba8545baf633 initialized Apr 14, 2024 5:12:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6b37a50c-3854-4177-b344-ba8545baf633 shut down Apr 14, 2024 5:12:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8d79332e-50c5-4adb-b7db-411ef4c0a34f initialized Apr 14, 2024 5:12:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8d79332e-50c5-4adb-b7db-411ef4c0a34f shut down Apr 14, 2024 5:12:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43134cab-0a27-4a65-8f97-64993d025559 initialized Apr 14, 2024 5:12:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43134cab-0a27-4a65-8f97-64993d025559 shut down Apr 14, 2024 5:12:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:12:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 14, 2024 5:12:49 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] Apr 14, 2024 5:12:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3da17a59-d0d9-45ad-85bf-7a2c0f6a8994 initialized Apr 14, 2024 5:12:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3da17a59-d0d9-45ad-85bf-7a2c0f6a8994 shut down [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.875 s -- in org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueTemplateTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueEventPersistManagerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueEventPersistManagerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-key-value --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-key-value >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-key-value --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 56 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 56 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-key-value --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-key-value <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-key-value --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-key-value --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://www.jnosql.org/jnosql-communication/jnosql-communication-key-value/apidocs/ are in named modules. [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/AbstractKeyValueRepositoryProxy.java:23: warning: no comment [WARNING] public abstract class AbstractKeyValueRepositoryProxy extends AbstractRepositoryProxy { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/AbstractKeyValueRepositoryProxy.java:26: warning: no comment [WARNING] protected abstract KeyValueTemplate template(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/AbstractKeyValueRepositoryProxy.java:28: warning: no comment [WARNING] protected abstract Class type(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:43: warning: no comment [WARNING] protected abstract KeyValueEntityConverter getConverter(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:47: warning: no comment [WARNING] protected abstract KeyValueEventPersistManager getEventManager(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:45: warning: no comment [WARNING] protected abstract BucketManager getManager(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:188: warning: no comment [WARNING] protected T persist(T entity, Consumer persistAction) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:34: warning: no comment [WARNING] public class CollectionSupplier { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:43: warning: no comment [WARNING] public List getList(InjectionPoint injectionPoint) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:64: warning: no comment [WARNING] public Map getMap(InjectionPoint injectionPoint) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:50: warning: no comment [WARNING] public Queue getQueue(InjectionPoint injectionPoint) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:57: warning: no comment [WARNING] public Set getSet(InjectionPoint injectionPoint) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/KeyValueEntityConverter.java:37: warning: no comment [WARNING] protected abstract Converters getConverters(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/KeyValueEntityConverter.java:35: warning: no comment [WARNING] protected abstract EntitiesMetadata getEntities(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/KeyValueEventPersistManager.java:27: warning: no comment [WARNING] public class KeyValueEventPersistManager { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/spi/KeyValueExtension.java:35: warning: no comment [WARNING] public class KeyValueExtension implements Extension { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/KeyValueRepositoryProducer.java:30: warning: no comment [WARNING] public class KeyValueRepositoryProducer { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/KeyValueRepositoryProducer.java:38: warning: no comment [WARNING] public > R get(Class repositoryClass, BucketManager manager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/KeyValueRepositoryProducer.java:45: warning: no comment [WARNING] public > R get(Class repositoryClass, KeyValueTemplate template) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/KeyValueDatabaseQualifier.java:27: warning: no comment [WARNING] private final String value; [WARNING] ^ [WARNING] 21 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-key-value --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-key-value' with 23 classes [INFO] [INFO] ----------< org.eclipse.jnosql.mapping:jnosql-mapping-graph >----------- [INFO] Building jnosql-mapping-graph 1.1.1-SNAPSHOT [15/15] [INFO] from jnosql-mapping/jnosql-mapping-graph/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-graph --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-graph --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Finished adding exclusions from SCM ignore files. [INFO] 62 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 79 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 79 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-graph --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jacoco.exec --add-opens java.base/java.lang=ALL-UNNAMED --add-exports java.base/sun.nio.ch=ALL-UNNAMED [INFO] [INFO] --- antlr4:4.9.3:antlr4 (default) @ jnosql-mapping-graph --- [INFO] ANTLR 4: Processing source directory /home/jenkins/agent/workspace/jnosql-sonar/antlr4 [INFO] Processing grammar: org/eclipse/jnosql/query/grammar/method/Method.g4 [INFO] Processing grammar: org/eclipse/jnosql/query/grammar/Query.g4 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-graph --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-graph --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 58 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/main/java/org/eclipse/jnosql/mapping/graph/DefaultEdgeTraversal.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/main/java/org/eclipse/jnosql/mapping/graph/DefaultEdgeTraversal.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/main/java/org/eclipse/jnosql/mapping/graph/AbstractGraphTemplate.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/main/java/org/eclipse/jnosql/mapping/graph/AbstractGraphTemplate.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-graph --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-graph --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-graph --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 26 source files with javac [debug target 17] to target/test-classes [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.neo4j.kernel.impl.annotations.ServiceProcessor' less than -source '17' [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.neo4j.kernel.impl.annotations.DocumentationProcessor' less than -source '17' [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/DefaultEdgeTraversalTest.java:[61,84] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/DefaultVertexTraversalTest.java:[63,86] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/GraphProducer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/GraphProducer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/AbstractGraphTemplateTest.java: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/AbstractGraphTemplateTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/AbstractGraphTemplateTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-graph --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.mapping.graph.BookTemplateTest Apr 14, 2024 5:13:02 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) Apr 14, 2024 5:13:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a1fded7f-95d9-409d-951a-e6e155834508 initialized Apr 14, 2024 5:13:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071600813/ Apr 14, 2024 5:13:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071600813/ Apr 14, 2024 5:13:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a1fded7f-95d9-409d-951a-e6e155834508 shut down Apr 14, 2024 5:13:24 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 91abf4f7-ee3c-4971-8370-af01c70f7141 initialized Apr 14, 2024 5:13:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071604809/ Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071604809/ Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 91abf4f7-ee3c-4971-8370-af01c70f7141 shut down Apr 14, 2024 5:13:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 89b119da-00e1-45c7-9b74-cda0e56bf33b initialized Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071605329/ Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071605329/ Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 89b119da-00e1-45c7-9b74-cda0e56bf33b shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.66 s -- in org.eclipse.jnosql.mapping.graph.BookTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest Apr 14, 2024 5:13:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c387e63e-a136-448c-ab64-cc2abf7eb7e7 initialized Apr 14, 2024 5:13:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071605803/ Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071605803/ Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c387e63e-a136-448c-ab64-cc2abf7eb7e7 shut down Apr 14, 2024 5:13:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 54a34ad4-34fc-4fdd-967b-a45bf7cae04e initialized Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071606353/ Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071606353/ Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 54a34ad4-34fc-4fdd-967b-a45bf7cae04e shut down Apr 14, 2024 5:13:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d8ac1688-af27-49e0-be97-cd5d3c8edf28 initialized Apr 14, 2024 5:13:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071606828/ Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071606828/ Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d8ac1688-af27-49e0-be97-cd5d3c8edf28 shut down Apr 14, 2024 5:13:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 46ef24b2-90c3-4597-90f2-f771f5a3e761 initialized Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071607253/ Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071607253/ Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 46ef24b2-90c3-4597-90f2-f771f5a3e761 shut down Apr 14, 2024 5:13:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3426601e-9831-4f2f-9884-53d8b087a2d6 initialized Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071607712/ Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071607712/ Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3426601e-9831-4f2f-9884-53d8b087a2d6 shut down Apr 14, 2024 5:13:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 91922d93-aabc-4dc0-9d0e-abde920af054 initialized Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071608114/ Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071608114/ Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 91922d93-aabc-4dc0-9d0e-abde920af054 shut down Apr 14, 2024 5:13:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 58027723-2175-499f-83ed-66f8bc17ab36 initialized Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071608659/ Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071608659/ Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 58027723-2175-499f-83ed-66f8bc17ab36 shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.343 s -- in org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest Apr 14, 2024 5:13:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6a5ac87-18a6-412b-b020-816730c79da1 initialized Apr 14, 2024 5:13:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6a5ac87-18a6-412b-b020-816730c79da1 shut down Apr 14, 2024 5:13:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5cde1ec5-5545-49e7-aaa0-87afd1124b31 initialized Apr 14, 2024 5:13:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5cde1ec5-5545-49e7-aaa0-87afd1124b31 shut down Apr 14, 2024 5:13:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7afa2796-3383-437b-98a5-7451ea4de0c0 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended Apr 14, 2024 5:13:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7afa2796-3383-437b-98a5-7451ea4de0c0 shut down Apr 14, 2024 5:13:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 995abbcb-f65b-493b-8312-33fb72a1749d initialized Apr 14, 2024 5:13:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 995abbcb-f65b-493b-8312-33fb72a1749d shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.357 s -- in org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest Apr 14, 2024 5:13:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 024ebb34-84b4-497d-8b09-443ef352820a initialized Apr 14, 2024 5:13:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071611629/ Apr 14, 2024 5:13:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071611629/ Apr 14, 2024 5:13:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 024ebb34-84b4-497d-8b09-443ef352820a shut down Apr 14, 2024 5:13:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 45d96dc2-0627-4f34-b038-f5a2780c6bb7 initialized Apr 14, 2024 5:13:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071612507/ Apr 14, 2024 5:13:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071612507/ Apr 14, 2024 5:13:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 45d96dc2-0627-4f34-b038-f5a2780c6bb7 shut down Apr 14, 2024 5:13:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 707a7217-7886-436f-a137-02c6b069e846 initialized Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071613117/ Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071613117/ Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 707a7217-7886-436f-a137-02c6b069e846 shut down Apr 14, 2024 5:13:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a5f8bb4a-8cd0-4798-bc15-6aa0a9251c41 initialized Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071613714/ Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071613714/ Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a5f8bb4a-8cd0-4798-bc15-6aa0a9251c41 shut down Apr 14, 2024 5:13:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fe276c82-0af0-492c-a866-c626091d4ebf initialized Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071614188/ Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071614188/ Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fe276c82-0af0-492c-a866-c626091d4ebf shut down Apr 14, 2024 5:13:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 85bc0fb1-b6a0-4475-9e30-6ea5d752f961 initialized Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071614667/ Apr 14, 2024 5:13:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071614667/ Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 85bc0fb1-b6a0-4475-9e30-6ea5d752f961 shut down Apr 14, 2024 5:13:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e67c8189-510d-4f86-a0bf-2487bf0b87e7 initialized Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071615201/ Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071615201/ Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e67c8189-510d-4f86-a0bf-2487bf0b87e7 shut down Apr 14, 2024 5:13:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25b3d1f8-6b47-4d0e-83ef-aafcebc53f32 initialized Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071615667/ Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071615667/ Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25b3d1f8-6b47-4d0e-83ef-aafcebc53f32 shut down Apr 14, 2024 5:13:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7c7c7eaa-422c-4361-97c3-c78b11f05ed6 initialized Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071616116/ Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071616116/ Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7c7c7eaa-422c-4361-97c3-c78b11f05ed6 shut down Apr 14, 2024 5:13:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f2a15cad-d606-40ef-b93d-bbebfeff5d8d initialized Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071616519/ Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071616519/ Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f2a15cad-d606-40ef-b93d-bbebfeff5d8d shut down Apr 14, 2024 5:13:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7941c02c-0026-476d-be8c-0db7f45b501d initialized Apr 14, 2024 5:13:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071616889/ Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071616889/ Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7941c02c-0026-476d-be8c-0db7f45b501d shut down Apr 14, 2024 5:13:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa7ab8fa-87c0-44af-a934-5c174ff1e017 initialized Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071617257/ Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071617257/ Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aa7ab8fa-87c0-44af-a934-5c174ff1e017 shut down Apr 14, 2024 5:13:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 046c3135-3db5-4dd5-a14d-ee85d6a88112 initialized Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071617624/ Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071617624/ Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 046c3135-3db5-4dd5-a14d-ee85d6a88112 shut down Apr 14, 2024 5:13:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 73320be8-aebe-48d2-887c-4fdb1febeb4e initialized Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071618011/ Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071618011/ Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 73320be8-aebe-48d2-887c-4fdb1febeb4e shut down Apr 14, 2024 5:13:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef33614c-4821-4546-a476-64c0de65f523 initialized Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071618360/ Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071618360/ Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef33614c-4821-4546-a476-64c0de65f523 shut down Apr 14, 2024 5:13:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e09aba52-f521-477e-9c5b-cf8af8c12b9a initialized Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071618724/ Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071618724/ Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e09aba52-f521-477e-9c5b-cf8af8c12b9a shut down Apr 14, 2024 5:13:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 95cc626f-e2d5-4603-9fb6-7f64e5d53081 initialized Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071619069/ Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071619069/ Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 95cc626f-e2d5-4603-9fb6-7f64e5d53081 shut down Apr 14, 2024 5:13:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 33d52b3e-da78-4892-b774-3cb71b7e0ede initialized Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071619420/ Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071619420/ Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 33d52b3e-da78-4892-b774-3cb71b7e0ede shut down Apr 14, 2024 5:13:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7e1bf386-a430-4b9a-87f0-dc7bcc8f2a7f initialized Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071619762/ Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071619762/ Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7e1bf386-a430-4b9a-87f0-dc7bcc8f2a7f shut down Apr 14, 2024 5:13:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6b98014b-0a5f-4f0f-a2f8-bec3cdd4e948 initialized Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071620071/ Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071620071/ Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6b98014b-0a5f-4f0f-a2f8-bec3cdd4e948 shut down Apr 14, 2024 5:13:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7dad5d90-5bd6-4a34-a403-95268ce02347 initialized Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071620395/ Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071620395/ Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7dad5d90-5bd6-4a34-a403-95268ce02347 shut down Apr 14, 2024 5:13:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d189a88b-f903-487d-8d09-c0a94f26743b initialized Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071620694/ Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071620694/ Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d189a88b-f903-487d-8d09-c0a94f26743b shut down Apr 14, 2024 5:13:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9307a33e-85f8-453a-8561-7e248024c38e initialized Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071621001/ Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071621001/ Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9307a33e-85f8-453a-8561-7e248024c38e shut down Apr 14, 2024 5:13:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be0acfd7-6278-4c35-a33d-e9616f303b6f initialized Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071621286/ Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071621286/ Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be0acfd7-6278-4c35-a33d-e9616f303b6f shut down Apr 14, 2024 5:13:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8741c446-9efd-4a23-a148-90ba28c04994 initialized Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071621556/ Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071621556/ Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8741c446-9efd-4a23-a148-90ba28c04994 shut down Apr 14, 2024 5:13:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a6ff95cf-9966-4f91-9fca-202bf2dce2d1 initialized Apr 14, 2024 5:13:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071621853/ Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071621853/ Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a6ff95cf-9966-4f91-9fca-202bf2dce2d1 shut down Apr 14, 2024 5:13:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 22e4eb15-ab29-4ac8-8179-06a3ebc4ec68 initialized Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071622155/ Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071622155/ Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 22e4eb15-ab29-4ac8-8179-06a3ebc4ec68 shut down Apr 14, 2024 5:13:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bee74f17-f982-4a44-8bf3-157601994165 initialized Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071622426/ Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071622426/ Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bee74f17-f982-4a44-8bf3-157601994165 shut down Apr 14, 2024 5:13:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e81d436f-bf47-4a8b-828c-5db29666b033 initialized Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071622702/ Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071622702/ Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e81d436f-bf47-4a8b-828c-5db29666b033 shut down Apr 14, 2024 5:13:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e8fd56fb-4064-4b22-98d0-8259f1669900 initialized Apr 14, 2024 5:13:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071622967/ Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071622967/ Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e8fd56fb-4064-4b22-98d0-8259f1669900 shut down Apr 14, 2024 5:13:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9e440c70-f639-4cbd-bc42-c4a9d63a3446 initialized Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071623260/ Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071623260/ Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9e440c70-f639-4cbd-bc42-c4a9d63a3446 shut down Apr 14, 2024 5:13:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f14423d4-4dfe-4cc9-a93e-aaeadebde633 initialized Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071623509/ Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071623509/ Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f14423d4-4dfe-4cc9-a93e-aaeadebde633 shut down Apr 14, 2024 5:13:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2ed7dbbc-6182-4bbb-9127-6b81144171af initialized Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071623758/ Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071623758/ Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2ed7dbbc-6182-4bbb-9127-6b81144171af shut down Apr 14, 2024 5:13:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c33bbede-fb68-476e-a23e-293eddbd869d initialized Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071624028/ Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071624028/ Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c33bbede-fb68-476e-a23e-293eddbd869d shut down Apr 14, 2024 5:13:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f0e637f1-04ba-4866-9456-d7ed97ef175c initialized Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071624308/ Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071624308/ Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f0e637f1-04ba-4866-9456-d7ed97ef175c shut down Apr 14, 2024 5:13:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4121e02d-ccc2-4022-a8cd-b8d0a4312ed6 initialized Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071624571/ Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071624571/ Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4121e02d-ccc2-4022-a8cd-b8d0a4312ed6 shut down Apr 14, 2024 5:13:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd98c58a-c16e-4d56-8d44-8a511ef01ff9 initialized Apr 14, 2024 5:13:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071624848/ Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071624848/ Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd98c58a-c16e-4d56-8d44-8a511ef01ff9 shut down Apr 14, 2024 5:13:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7641c49c-4efe-4006-a6ff-0b82a452c9a4 initialized Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071625606/ Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071625606/ Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7641c49c-4efe-4006-a6ff-0b82a452c9a4 shut down Apr 14, 2024 5:13:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 89612ffd-98e6-4267-a070-8cf83b7de356 initialized Apr 14, 2024 5:13:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071625857/ Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071625857/ Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 89612ffd-98e6-4267-a070-8cf83b7de356 shut down Apr 14, 2024 5:13:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25df705e-bd87-4460-9c77-13ad5f3f0298 initialized Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071626126/ Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071626126/ Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25df705e-bd87-4460-9c77-13ad5f3f0298 shut down Apr 14, 2024 5:13:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4b8bde9d-42ac-42ec-885b-ee1ac74f57e8 initialized Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071626380/ Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071626380/ Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4b8bde9d-42ac-42ec-885b-ee1ac74f57e8 shut down Apr 14, 2024 5:13:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11463789-84ee-4261-ba4f-5d9952f1a80f initialized Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071626649/ Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071626649/ Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11463789-84ee-4261-ba4f-5d9952f1a80f shut down Apr 14, 2024 5:13:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aac13226-de2a-4669-be1b-46ad49f6c355 initialized Apr 14, 2024 5:13:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071626905/ Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071626905/ Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aac13226-de2a-4669-be1b-46ad49f6c355 shut down Apr 14, 2024 5:13:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6f07d02a-4b06-4ee8-9296-4d19fc668f7b initialized Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071627162/ Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071627162/ Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6f07d02a-4b06-4ee8-9296-4d19fc668f7b shut down Apr 14, 2024 5:13:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a07a9ab3-6621-4350-bc82-dbabdedc9b1b initialized Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071627414/ Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071627414/ Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a07a9ab3-6621-4350-bc82-dbabdedc9b1b shut down Apr 14, 2024 5:13:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72b76301-d97b-46b5-b0a8-e5d76f2d69c8 initialized Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071627669/ Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071627669/ Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72b76301-d97b-46b5-b0a8-e5d76f2d69c8 shut down Apr 14, 2024 5:13:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2cc70392-de0d-4902-a775-d5c3cada37cc initialized Apr 14, 2024 5:13:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071627935/ Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071627935/ Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2cc70392-de0d-4902-a775-d5c3cada37cc shut down [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.79 s -- in org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.spi.GraphExtensionTest Apr 14, 2024 5:13:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4f98b64c-4b6b-4910-a330-66bc04fc3217 initialized Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071628213/ Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071628213/ Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4f98b64c-4b6b-4910-a330-66bc04fc3217 shut down Apr 14, 2024 5:13:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a6e80228-394a-462a-938e-5f12d71dbb71 initialized Apr 14, 2024 5:13:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a6e80228-394a-462a-938e-5f12d71dbb71 shut down Apr 14, 2024 5:13:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1e9ea288-54da-4db6-ac82-b6860765e8fd initialized Apr 14, 2024 5:13:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1e9ea288-54da-4db6-ac82-b6860765e8fd shut down Apr 14, 2024 5:13:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8bf25955-b0f2-48e2-b6b6-30697e9197d3 initialized Apr 14, 2024 5:13:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8bf25955-b0f2-48e2-b6b6-30697e9197d3 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.460 s -- in org.eclipse.jnosql.mapping.graph.spi.GraphExtensionTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultVertexTraversalTest Apr 14, 2024 5:13:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c023406-e9d8-4176-8573-1a8f01141fd9 initialized Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071628642/ Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071628642/ Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5c023406-e9d8-4176-8573-1a8f01141fd9 shut down Apr 14, 2024 5:13:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f28d06b-7edd-4fa3-b5d3-b33f6f953c20 initialized Apr 14, 2024 5:13:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071628898/ Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071628898/ Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f28d06b-7edd-4fa3-b5d3-b33f6f953c20 shut down Apr 14, 2024 5:13:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0651cc7-e2de-4a8c-a5a9-370d902c6fb0 initialized Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071629137/ Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071629137/ Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0651cc7-e2de-4a8c-a5a9-370d902c6fb0 shut down Apr 14, 2024 5:13:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 42ac5807-15e4-4d64-a06e-51de460bd38c initialized Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071629375/ Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071629375/ Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 42ac5807-15e4-4d64-a06e-51de460bd38c shut down Apr 14, 2024 5:13:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7205a431-80af-44fb-8e8e-b4a6a9bf98af initialized Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071629608/ Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071629608/ Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7205a431-80af-44fb-8e8e-b4a6a9bf98af shut down Apr 14, 2024 5:13:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d6bd5faf-3f18-4d85-a7e5-d1dad2fc1030 initialized Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071629842/ Apr 14, 2024 5:13:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071629842/ Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d6bd5faf-3f18-4d85-a7e5-d1dad2fc1030 shut down Apr 14, 2024 5:13:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 90e97b44-97c9-4d7a-a6cd-286e4af1aa79 initialized Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071630086/ Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071630086/ Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 90e97b44-97c9-4d7a-a6cd-286e4af1aa79 shut down Apr 14, 2024 5:13:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa3e9519-ae72-4b3f-80ec-87502ff8e236 initialized Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071630338/ Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071630338/ Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aa3e9519-ae72-4b3f-80ec-87502ff8e236 shut down Apr 14, 2024 5:13:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86e22b7c-39a0-468f-8b5f-b2f3a7368949 initialized Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071630594/ Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071630594/ Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86e22b7c-39a0-468f-8b5f-b2f3a7368949 shut down Apr 14, 2024 5:13:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7c0df1b2-749d-4cbd-96b4-d2375ccebba7 initialized Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071630816/ Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071630816/ Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7c0df1b2-749d-4cbd-96b4-d2375ccebba7 shut down Apr 14, 2024 5:13:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f9f04a6-fedf-4ba1-890d-94a253d76f5b initialized Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071631058/ Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071631058/ Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f9f04a6-fedf-4ba1-890d-94a253d76f5b shut down Apr 14, 2024 5:13:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 83864333-2309-4739-b6b0-0d560dc3219b initialized Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071631283/ Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071631283/ Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 83864333-2309-4739-b6b0-0d560dc3219b shut down Apr 14, 2024 5:13:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a939e8d-f0ad-41ff-9620-c26359f72507 initialized Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071631514/ Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071631514/ Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a939e8d-f0ad-41ff-9620-c26359f72507 shut down Apr 14, 2024 5:13:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0c0f471b-90c0-4599-bea2-1f9a30b478f6 initialized Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071631745/ Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071631745/ Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0c0f471b-90c0-4599-bea2-1f9a30b478f6 shut down Apr 14, 2024 5:13:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6baa73f7-2eea-47cf-9a7d-552f8475c0d0 initialized Apr 14, 2024 5:13:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071631984/ Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071631984/ Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6baa73f7-2eea-47cf-9a7d-552f8475c0d0 shut down Apr 14, 2024 5:13:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 100e8814-4dae-41c1-ab28-b05afe975f91 initialized Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071632206/ Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071632206/ Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 100e8814-4dae-41c1-ab28-b05afe975f91 shut down Apr 14, 2024 5:13:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 940b561f-d98a-4e40-a48c-720cd02f8ae7 initialized Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071632425/ Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071632425/ Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 940b561f-d98a-4e40-a48c-720cd02f8ae7 shut down Apr 14, 2024 5:13:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a5d9d466-077a-4e2f-b308-cba3f8204b0e initialized Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071632652/ Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071632652/ Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a5d9d466-077a-4e2f-b308-cba3f8204b0e shut down Apr 14, 2024 5:13:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aad69677-36d0-4040-a6f4-402df31d1120 initialized Apr 14, 2024 5:13:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071632900/ Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071632900/ Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aad69677-36d0-4040-a6f4-402df31d1120 shut down Apr 14, 2024 5:13:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6dc10fb3-0735-45f9-bed3-0189ed3272ba initialized Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071633140/ Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071633140/ Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6dc10fb3-0735-45f9-bed3-0189ed3272ba shut down Apr 14, 2024 5:13:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3f18fc99-d998-4b22-a336-3e06f82ad832 initialized Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071633389/ Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071633389/ Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3f18fc99-d998-4b22-a336-3e06f82ad832 shut down Apr 14, 2024 5:13:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container edfda5d3-d8a0-41d0-8f9b-4acfd00c654c initialized Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071633626/ Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071633626/ Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container edfda5d3-d8a0-41d0-8f9b-4acfd00c654c shut down Apr 14, 2024 5:13:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 77d457d9-729d-4543-96b8-29bef409f144 initialized Apr 14, 2024 5:13:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071633902/ Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071633902/ Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 77d457d9-729d-4543-96b8-29bef409f144 shut down Apr 14, 2024 5:13:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 123a6fd9-2754-475a-bc8a-00a9f7dc3671 initialized Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071634139/ Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071634139/ Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 123a6fd9-2754-475a-bc8a-00a9f7dc3671 shut down Apr 14, 2024 5:13:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dc0279f0-d4ad-43de-b2c8-c000a9625f7f initialized Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071634398/ Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071634398/ Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dc0279f0-d4ad-43de-b2c8-c000a9625f7f shut down Apr 14, 2024 5:13:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d83bd96e-8dd1-4686-b480-bdf46932e5b3 initialized Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071634623/ Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071634623/ Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d83bd96e-8dd1-4686-b480-bdf46932e5b3 shut down Apr 14, 2024 5:13:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ca5d11e0-edc2-4c53-8252-44322258f40d initialized Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071634846/ Apr 14, 2024 5:13:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071634846/ Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ca5d11e0-edc2-4c53-8252-44322258f40d shut down Apr 14, 2024 5:13:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0352b5f8-2d5a-4e7a-b61d-ef7401248ec1 initialized Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071635085/ Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071635085/ Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0352b5f8-2d5a-4e7a-b61d-ef7401248ec1 shut down Apr 14, 2024 5:13:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9a070974-eee2-4a0f-b00b-b9c6937319fa initialized Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071635321/ Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071635321/ Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9a070974-eee2-4a0f-b00b-b9c6937319fa shut down Apr 14, 2024 5:13:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6eabcd97-66d6-4546-aa02-486e5d99137d initialized Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071635570/ Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071635570/ Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6eabcd97-66d6-4546-aa02-486e5d99137d shut down Apr 14, 2024 5:13:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2df13a35-de9d-45cc-bebd-4b14a8be3bde initialized Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071635801/ Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071635801/ Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2df13a35-de9d-45cc-bebd-4b14a8be3bde shut down Apr 14, 2024 5:13:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 919a5f81-4cea-4a84-a7fe-aa63716cad19 initialized Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071636032/ Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071636032/ Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 919a5f81-4cea-4a84-a7fe-aa63716cad19 shut down Apr 14, 2024 5:13:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 09599db4-955d-4acd-ac93-3221c3427715 initialized Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071636304/ Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071636304/ Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 09599db4-955d-4acd-ac93-3221c3427715 shut down Apr 14, 2024 5:13:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ac9a5749-6aed-473c-81e5-b98bf6e73991 initialized Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071636545/ Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071636545/ Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ac9a5749-6aed-473c-81e5-b98bf6e73991 shut down Apr 14, 2024 5:13:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c70c8318-ff01-49a7-9b14-caf1fb91e92e initialized Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071636768/ Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071636768/ Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c70c8318-ff01-49a7-9b14-caf1fb91e92e shut down Apr 14, 2024 5:13:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 63700025-3ebc-43a5-bddb-ed768604f7cc initialized Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071637019/ Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071637019/ Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 63700025-3ebc-43a5-bddb-ed768604f7cc shut down Apr 14, 2024 5:13:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8deab1e9-fadb-44c9-9012-3f5056f5f264 initialized Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071637244/ Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071637244/ Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8deab1e9-fadb-44c9-9012-3f5056f5f264 shut down Apr 14, 2024 5:13:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6904ed56-572b-43dd-8bda-cc8e8715192a initialized Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071637518/ Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071637518/ Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6904ed56-572b-43dd-8bda-cc8e8715192a shut down Apr 14, 2024 5:13:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aba5d585-5109-4cf2-80d3-cb655f655ec4 initialized Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071637796/ Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071637796/ Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aba5d585-5109-4cf2-80d3-cb655f655ec4 shut down Apr 14, 2024 5:13:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 13ed1515-732a-42a3-970f-02e410e5c6c0 initialized Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071638074/ Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071638074/ Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 13ed1515-732a-42a3-970f-02e410e5c6c0 shut down Apr 14, 2024 5:13:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 60bb1b44-dd62-44f0-adea-e5f541d01c14 initialized Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071638307/ Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071638307/ Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 60bb1b44-dd62-44f0-adea-e5f541d01c14 shut down Apr 14, 2024 5:13:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 35b73344-36e5-4be8-af71-83797a96884a initialized Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071638558/ Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071638558/ Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 35b73344-36e5-4be8-af71-83797a96884a shut down Apr 14, 2024 5:13:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cc67ad39-f42a-4ecc-9246-a545a15f566b initialized Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071638769/ Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071638769/ Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cc67ad39-f42a-4ecc-9246-a545a15f566b shut down Apr 14, 2024 5:13:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8d5ac8a9-efd4-46a1-97cc-708a345d4529 initialized Apr 14, 2024 5:13:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071638989/ Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071638989/ Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8d5ac8a9-efd4-46a1-97cc-708a345d4529 shut down Apr 14, 2024 5:13:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e3fb8c77-8c76-4a54-bbdc-1129cbcc85b7 initialized Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071639200/ Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071639200/ Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e3fb8c77-8c76-4a54-bbdc-1129cbcc85b7 shut down Apr 14, 2024 5:13:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7ae7f008-8906-40fb-b194-94b4a02a700e initialized Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071639433/ Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071639433/ Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7ae7f008-8906-40fb-b194-94b4a02a700e shut down Apr 14, 2024 5:13:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d8ca5187-6068-46af-b4be-38b103425630 initialized Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071639647/ Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071639647/ Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:13:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d8ca5187-6068-46af-b4be-38b103425630 shut down Apr 14, 2024 5:13:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:13:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:13:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ab4a3542-e833-4a08-b9b1-c9f824fd2465 initialized Apr 14, 2024 5:13:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071639874/ Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071639874/ Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ab4a3542-e833-4a08-b9b1-c9f824fd2465 shut down Apr 14, 2024 5:14:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a73a5fff-e5bb-4728-86b4-7e9ed46e8aca initialized Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071640111/ Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071640111/ Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a73a5fff-e5bb-4728-86b4-7e9ed46e8aca shut down Apr 14, 2024 5:14:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 203cb356-6314-4347-a89e-6823e6592cb5 initialized Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071640356/ Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071640356/ Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 203cb356-6314-4347-a89e-6823e6592cb5 shut down Apr 14, 2024 5:14:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 44e5dc6d-82ef-4258-8c84-c86038d58ef2 initialized Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071640582/ Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071640582/ Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 44e5dc6d-82ef-4258-8c84-c86038d58ef2 shut down Apr 14, 2024 5:14:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 93752714-2d1b-422f-8ce6-ee5e3dff1b96 initialized Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071640853/ Apr 14, 2024 5:14:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071640853/ Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 93752714-2d1b-422f-8ce6-ee5e3dff1b96 shut down Apr 14, 2024 5:14:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86db65b0-5911-4d39-847f-a0202b1a2820 initialized Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071641086/ Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071641086/ Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86db65b0-5911-4d39-847f-a0202b1a2820 shut down [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.70 s -- in org.eclipse.jnosql.mapping.graph.DefaultVertexTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest Apr 14, 2024 5:14:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 53d70b7a-ec4e-4cab-843f-d5b2dc8541a5 initialized Apr 14, 2024 5:14:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 53d70b7a-ec4e-4cab-843f-d5b2dc8541a5 shut down Apr 14, 2024 5:14:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1b646374-ce43-4780-b8ca-b8e6c2fd8893 initialized Apr 14, 2024 5:14:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1b646374-ce43-4780-b8ca-b8e6c2fd8893 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest Apr 14, 2024 5:14:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e9c41056-1b6b-44b4-9575-666cfd284432 initialized Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071641505/ Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071641505/ Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e9c41056-1b6b-44b4-9575-666cfd284432 shut down Apr 14, 2024 5:14:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 05e93781-901a-46c6-ae51-e43c4b9f4c5d initialized Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071641737/ Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071641737/ Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 05e93781-901a-46c6-ae51-e43c4b9f4c5d shut down Apr 14, 2024 5:14:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e9ee560b-10a2-45a1-bd82-81479a95360f initialized Apr 14, 2024 5:14:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071641942/ Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071641942/ Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e9ee560b-10a2-45a1-bd82-81479a95360f shut down Apr 14, 2024 5:14:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c847ca22-0c0a-4ee0-b360-831f9e6ddd5a initialized Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071642139/ Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071642139/ Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c847ca22-0c0a-4ee0-b360-831f9e6ddd5a shut down Apr 14, 2024 5:14:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 44a38ac4-56d3-44b9-9d5f-f6dd03985d5a initialized Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071642359/ Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071642359/ Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 44a38ac4-56d3-44b9-9d5f-f6dd03985d5a shut down Apr 14, 2024 5:14:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 02853e13-1e9a-4bfe-8cd8-d88744806ab1 initialized Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071642564/ Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071642564/ Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 02853e13-1e9a-4bfe-8cd8-d88744806ab1 shut down Apr 14, 2024 5:14:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ac5ff851-eea2-4509-8072-0c58b8ae3432 initialized Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071642775/ Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071642775/ Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ac5ff851-eea2-4509-8072-0c58b8ae3432 shut down Apr 14, 2024 5:14:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a5356fb9-979e-4acb-bc84-b949d20b3b7f initialized Apr 14, 2024 5:14:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071642984/ Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071642984/ Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a5356fb9-979e-4acb-bc84-b949d20b3b7f shut down Apr 14, 2024 5:14:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37560cd8-f6af-4b24-bb75-fea52a22c260 initialized Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071643189/ Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071643189/ Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37560cd8-f6af-4b24-bb75-fea52a22c260 shut down Apr 14, 2024 5:14:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa446e31-bc1c-4eae-8ccf-847b9e0f2715 initialized Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071643420/ Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071643420/ Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aa446e31-bc1c-4eae-8ccf-847b9e0f2715 shut down Apr 14, 2024 5:14:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a27ccdc9-312a-4fed-aa12-45e1df56ab4f initialized Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071643634/ Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071643634/ Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a27ccdc9-312a-4fed-aa12-45e1df56ab4f shut down Apr 14, 2024 5:14:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc9d4eaf-b8a1-4649-b852-4e23ba02847f initialized Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071643834/ Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071643834/ Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc9d4eaf-b8a1-4649-b852-4e23ba02847f shut down Apr 14, 2024 5:14:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bf1dae85-8d46-488a-b360-fcd405d3be71 initialized Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071644069/ Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071644069/ Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bf1dae85-8d46-488a-b360-fcd405d3be71 shut down Apr 14, 2024 5:14:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d897957c-9fad-4eb7-b020-fc5e3c407141 initialized Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071644294/ Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071644294/ Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d897957c-9fad-4eb7-b020-fc5e3c407141 shut down Apr 14, 2024 5:14:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 756322a9-daf8-42ea-b032-ead35df0fd44 initialized Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071645043/ Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071645043/ Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 756322a9-daf8-42ea-b032-ead35df0fd44 shut down Apr 14, 2024 5:14:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 47888f64-83de-433d-97e6-65ba7e727409 initialized Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071645748/ Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071645748/ Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 47888f64-83de-433d-97e6-65ba7e727409 shut down Apr 14, 2024 5:14:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4f037fee-34d9-4bb3-a643-60a5fb51769f initialized Apr 14, 2024 5:14:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071645994/ Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071645994/ Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4f037fee-34d9-4bb3-a643-60a5fb51769f shut down Apr 14, 2024 5:14:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2bb5a11d-4ce8-4b7b-941a-42df460a50f9 initialized Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071646252/ Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071646252/ Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2bb5a11d-4ce8-4b7b-941a-42df460a50f9 shut down Apr 14, 2024 5:14:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c65811f1-0087-4197-97d0-de84f9d273b6 initialized Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071646544/ Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071646544/ Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c65811f1-0087-4197-97d0-de84f9d273b6 shut down Apr 14, 2024 5:14:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a760b5b9-b0c8-4f4d-9b72-7624efcfa554 initialized Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071646750/ Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071646750/ Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a760b5b9-b0c8-4f4d-9b72-7624efcfa554 shut down Apr 14, 2024 5:14:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d630364a-e4e5-4014-9145-0b65d645c05b initialized Apr 14, 2024 5:14:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071646963/ Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071646963/ Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d630364a-e4e5-4014-9145-0b65d645c05b shut down Apr 14, 2024 5:14:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e590e0ec-c943-4856-9a74-7aaa68487613 initialized Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071647181/ Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071647181/ Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e590e0ec-c943-4856-9a74-7aaa68487613 shut down Apr 14, 2024 5:14:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 10d37412-1eb0-4a07-8b53-ac01b9191103 initialized Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071647385/ Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071647385/ Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 10d37412-1eb0-4a07-8b53-ac01b9191103 shut down Apr 14, 2024 5:14:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5409cace-a315-4040-a340-8fbcd8e10014 initialized Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071647587/ Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071647587/ Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5409cace-a315-4040-a340-8fbcd8e10014 shut down Apr 14, 2024 5:14:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dee0b5eb-bd37-4011-b697-fdecb0c8dcb9 initialized Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071647792/ Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071647792/ Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dee0b5eb-bd37-4011-b697-fdecb0c8dcb9 shut down Apr 14, 2024 5:14:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a025f26f-adc8-484d-b633-981806eacab3 initialized Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071648025/ Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071648025/ Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a025f26f-adc8-484d-b633-981806eacab3 shut down Apr 14, 2024 5:14:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 44139215-4b13-4efb-9bfc-26722ea404ae initialized Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071648230/ Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071648230/ Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 44139215-4b13-4efb-9bfc-26722ea404ae shut down Apr 14, 2024 5:14:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94c41f3c-00ac-42d2-b022-166db9fc3203 initialized Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071648427/ Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071648427/ Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94c41f3c-00ac-42d2-b022-166db9fc3203 shut down Apr 14, 2024 5:14:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1d4ec213-4667-46b1-9a34-37c73a549cc9 initialized Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071648630/ Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071648630/ Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1d4ec213-4667-46b1-9a34-37c73a549cc9 shut down Apr 14, 2024 5:14:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7120e9d1-135a-4761-869f-fa00f165cf7e initialized Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071648841/ Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071648841/ Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7120e9d1-135a-4761-869f-fa00f165cf7e shut down Apr 14, 2024 5:14:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7e05b482-53d7-4233-b164-bc4a56273379 initialized Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071649034/ Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071649034/ Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7e05b482-53d7-4233-b164-bc4a56273379 shut down Apr 14, 2024 5:14:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f8df6b95-1169-4c51-b6f7-7a1bd8d68ef0 initialized Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071649228/ Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071649228/ Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f8df6b95-1169-4c51-b6f7-7a1bd8d68ef0 shut down Apr 14, 2024 5:14:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container af256e46-c672-4f5b-8877-dfed123ee914 initialized Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071649427/ Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071649427/ Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container af256e46-c672-4f5b-8877-dfed123ee914 shut down Apr 14, 2024 5:14:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55d16bf2-dd0e-4f23-a30f-e8c878d19405 initialized Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071649638/ Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071649638/ Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55d16bf2-dd0e-4f23-a30f-e8c878d19405 shut down Apr 14, 2024 5:14:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f2e0c46e-6991-4535-afb6-003934871d6b initialized Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071649852/ Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071649852/ Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f2e0c46e-6991-4535-afb6-003934871d6b shut down Apr 14, 2024 5:14:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a04d0703-a043-4039-a90a-75c865a1065a initialized Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071650060/ Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071650060/ Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a04d0703-a043-4039-a90a-75c865a1065a shut down Apr 14, 2024 5:14:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 688e5846-8ac5-464e-80d1-8f81828d2a45 initialized Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071650280/ Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071650280/ Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 688e5846-8ac5-464e-80d1-8f81828d2a45 shut down Apr 14, 2024 5:14:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a859c893-59e6-46a9-bc13-5768c0127fc2 initialized Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071650465/ Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071650465/ Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a859c893-59e6-46a9-bc13-5768c0127fc2 shut down Apr 14, 2024 5:14:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 98d030ca-7285-40d6-a44f-7ea1db9ec0b4 initialized Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071650677/ Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071650677/ Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 98d030ca-7285-40d6-a44f-7ea1db9ec0b4 shut down Apr 14, 2024 5:14:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b100b706-ca1c-41d5-b6b3-cfb426aacdb2 initialized Apr 14, 2024 5:14:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071650888/ Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071650888/ Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b100b706-ca1c-41d5-b6b3-cfb426aacdb2 shut down Apr 14, 2024 5:14:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 878d0878-0329-44c3-b765-10a0ef78dd09 initialized Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071651084/ Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071651084/ Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 878d0878-0329-44c3-b765-10a0ef78dd09 shut down Apr 14, 2024 5:14:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5bbd632e-8fbe-4457-9c42-e59c6acfd84a initialized Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071651288/ Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071651288/ Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5bbd632e-8fbe-4457-9c42-e59c6acfd84a shut down Apr 14, 2024 5:14:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 74a20c05-c07e-4005-aaa8-21d6bd5b8e10 initialized Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071651485/ Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071651485/ Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 74a20c05-c07e-4005-aaa8-21d6bd5b8e10 shut down Apr 14, 2024 5:14:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e360bc00-47c2-4f8e-8ab2-9030f43fd5ae initialized Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071651686/ Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071651686/ Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e360bc00-47c2-4f8e-8ab2-9030f43fd5ae shut down Apr 14, 2024 5:14:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4f2e256c-28a1-47d5-b3e8-d90fc9d1480c initialized Apr 14, 2024 5:14:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071651881/ Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071651881/ Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4f2e256c-28a1-47d5-b3e8-d90fc9d1480c shut down [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.62 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateTest Apr 14, 2024 5:14:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3afe6dca-5183-4373-8419-76b486d0a029 initialized Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3afe6dca-5183-4373-8419-76b486d0a029 shut down Apr 14, 2024 5:14:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4e828cb1-d7b9-45dd-94c2-3d7684f909f3 initialized Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4e828cb1-d7b9-45dd-94c2-3d7684f909f3 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest Apr 14, 2024 5:14:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e15a1ea0-2a99-4f2b-adfe-73fb67a4ac3d initialized Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e15a1ea0-2a99-4f2b-adfe-73fb67a4ac3d shut down Apr 14, 2024 5:14:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 28b64369-b690-4a9f-a5c1-e6b7d0686528 initialized Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 28b64369-b690-4a9f-a5c1-e6b7d0686528 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.graph.EdgeEntityTest Apr 14, 2024 5:14:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5b463713-e44e-4718-8b3d-223b484c6a83 initialized Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071652228/ Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071652228/ Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5b463713-e44e-4718-8b3d-223b484c6a83 shut down Apr 14, 2024 5:14:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 696d1e26-ca2a-4523-938d-6b77e8b82ed7 initialized Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 696d1e26-ca2a-4523-938d-6b77e8b82ed7 shut down Apr 14, 2024 5:14:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d4820f37-e61f-4f8b-a1d1-7e666f3eff0f initialized Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071652489/ Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071652489/ Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d4820f37-e61f-4f8b-a1d1-7e666f3eff0f shut down Apr 14, 2024 5:14:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e4f51140-e536-4357-b1e8-4b033a00c136 initialized Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071652685/ Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071652685/ Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e4f51140-e536-4357-b1e8-4b033a00c136 shut down Apr 14, 2024 5:14:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 20d62207-898e-42c2-aac4-228d90eec39e initialized Apr 14, 2024 5:14:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071652902/ Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071652902/ Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 20d62207-898e-42c2-aac4-228d90eec39e shut down Apr 14, 2024 5:14:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e1d6cd19-50b9-46dd-bdbc-db787282a2bb initialized Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071653111/ Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071653111/ Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e1d6cd19-50b9-46dd-bdbc-db787282a2bb shut down Apr 14, 2024 5:14:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 09253a2f-8d3c-45cf-9e9f-e01981bca59a initialized Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071653305/ Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071653305/ Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 09253a2f-8d3c-45cf-9e9f-e01981bca59a shut down Apr 14, 2024 5:14:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e1810b59-bbc2-4c16-9aab-022b1cc5f278 initialized Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071653506/ Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071653506/ Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e1810b59-bbc2-4c16-9aab-022b1cc5f278 shut down Apr 14, 2024 5:14:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 79995e92-48fe-4f03-af0f-91b0a683a040 initialized Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071653726/ Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071653726/ Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 79995e92-48fe-4f03-af0f-91b0a683a040 shut down Apr 14, 2024 5:14:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aec618ed-d748-420c-861a-89b0bffc8d51 initialized Apr 14, 2024 5:14:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aec618ed-d748-420c-861a-89b0bffc8d51 shut down Apr 14, 2024 5:14:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 76391156-784d-4c72-9c42-6d47c8d07082 initialized Apr 14, 2024 5:14:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 76391156-784d-4c72-9c42-6d47c8d07082 shut down Apr 14, 2024 5:14:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c7363bb8-fe88-4268-8776-f5d698eb5ad3 initialized Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071654018/ Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071654018/ Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c7363bb8-fe88-4268-8776-f5d698eb5ad3 shut down Apr 14, 2024 5:14:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 17b1b033-b529-40de-97d8-b4e125e6a12d initialized Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071654235/ Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071654235/ Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 17b1b033-b529-40de-97d8-b4e125e6a12d shut down Apr 14, 2024 5:14:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c46a4204-caf8-415b-922f-60a6af28bf58 initialized Apr 14, 2024 5:14:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c46a4204-caf8-415b-922f-60a6af28bf58 shut down Apr 14, 2024 5:14:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 88146a52-22d2-443e-817c-1f6bc903aa75 initialized Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071654468/ Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071654468/ Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 88146a52-22d2-443e-817c-1f6bc903aa75 shut down Apr 14, 2024 5:14:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f29bafd6-853d-40cd-a9a4-b2f1f9f5984a initialized Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071654684/ Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071654684/ Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f29bafd6-853d-40cd-a9a4-b2f1f9f5984a shut down Apr 14, 2024 5:14:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eae14451-aa90-4d12-948b-2f2cf028ce5c initialized Apr 14, 2024 5:14:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071654876/ Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071654876/ Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eae14451-aa90-4d12-948b-2f2cf028ce5c shut down Apr 14, 2024 5:14:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 659c5cdf-2c17-42d1-b6b0-04450ab8b03d initialized Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071655079/ Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071655079/ Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 659c5cdf-2c17-42d1-b6b0-04450ab8b03d shut down Apr 14, 2024 5:14:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7dd160b0-7e5f-4c1e-81a8-2baaa6113314 initialized Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071655259/ Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071655259/ Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7dd160b0-7e5f-4c1e-81a8-2baaa6113314 shut down Apr 14, 2024 5:14:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fade070d-eb67-46bb-81cb-f22622aaa81f initialized Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071655460/ Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071655460/ Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fade070d-eb67-46bb-81cb-f22622aaa81f shut down Apr 14, 2024 5:14:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 19b7c591-2d8b-414e-9979-af3c615df8e2 initialized Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071655670/ Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071655670/ Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 19b7c591-2d8b-414e-9979-af3c615df8e2 shut down Apr 14, 2024 5:14:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8fcdd9b0-1031-46ac-bf4b-0386f14ed897 initialized Apr 14, 2024 5:14:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071655885/ Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071655885/ Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8fcdd9b0-1031-46ac-bf4b-0386f14ed897 shut down Apr 14, 2024 5:14:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba3af063-c676-4fe2-a704-8f6eb4e5fb49 initialized Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071656076/ Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071656076/ Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba3af063-c676-4fe2-a704-8f6eb4e5fb49 shut down Apr 14, 2024 5:14:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4f7c67fa-0129-4b9f-b80a-98550a600bd2 initialized Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071656289/ Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071656289/ Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4f7c67fa-0129-4b9f-b80a-98550a600bd2 shut down Apr 14, 2024 5:14:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 04001e08-ac4e-4d1e-b921-8d675909ce19 initialized Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071656497/ Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713071656497/ Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 14, 2024 5:14:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 04001e08-ac4e-4d1e-b921-8d675909ce19 shut down Apr 14, 2024 5:14:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 14, 2024 5:14:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] Apr 14, 2024 5:14:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 340694f7-1393-4a4d-8354-ebe0948bc912 initialized Apr 14, 2024 5:14:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 340694f7-1393-4a4d-8354-ebe0948bc912 shut down [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.528 s -- in org.eclipse.jnosql.mapping.graph.EdgeEntityTest [INFO] Running org.eclipse.jnosql.communication.graph.DefaultGraphDatabaseManagerTest Apr 14, 2024 5:14:16 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ Apr 14, 2024 5:14:17 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1713071656742/ [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 s -- in org.eclipse.jnosql.communication.graph.DefaultGraphDatabaseManagerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 216, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-graph --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-mapping-graph-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-graph >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-graph --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Finished adding exclusions from SCM ignore files. [INFO] 62 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 79 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 79 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-graph --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jacoco.exec --add-opens java.base/java.lang=ALL-UNNAMED --add-exports java.base/sun.nio.ch=ALL-UNNAMED [INFO] [INFO] --- antlr4:4.9.3:antlr4 (default) @ jnosql-mapping-graph --- [INFO] No grammars to process [INFO] ANTLR 4: Processing source directory /home/jenkins/agent/workspace/jnosql-sonar/antlr4 [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-graph <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-graph --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-mapping-graph-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-graph --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/main/java/org/eclipse/jnosql/communication/graph/CommunicationEntityConverter.java:22: warning: no comment [WARNING] public enum CommunicationEntityConverter implements Function{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/main/java/org/eclipse/jnosql/communication/graph/CommunicationEntityConverter.java:23: warning: no comment [WARNING] INSTANCE; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/main/java/org/eclipse/jnosql/communication/graph/DefaultGraphDatabaseManager.java:49: warning: no comment [WARNING] public static final String ID_PROPERTY = "_id"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:13: warning: no comment [WARNING] public class MethodLexer extends Lexer { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:181: warning: no comment [WARNING] public static final ATN _ATN = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:16: warning: no comment [WARNING] protected static final DFA[] _decisionToDFA; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:113: warning: no comment [WARNING] public static final String _serializedATN = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:17: warning: no comment [WARNING] protected static final PredictionContextCache _sharedContextCache = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:23: warning: no comment [WARNING] public static String[] channelNames = { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:27: warning: no comment [WARNING] public static String[] modeNames = { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:38: warning: no comment [WARNING] public static final String[] ruleNames = makeRuleNames(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:56: warning: no comment [WARNING] public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodLexer.java:90: warning: no comment [WARNING] public MethodLexer(CharStream input) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:13: warning: no comment [WARNING] public class MethodParser extends Parser { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:621: warning: no comment [WARNING] public static class AndContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:693: warning: no comment [WARNING] public static class AscContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1144: warning: no comment [WARNING] public static class BetweenContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:358: warning: no comment [WARNING] public static class ConditionContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:173: warning: no comment [WARNING] public static class DeleteByContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:729: warning: no comment [WARNING] public static class DescContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:847: warning: no comment [WARNING] public static class EqContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:924: warning: no comment [WARNING] public static class GtContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:979: warning: no comment [WARNING] public static class GteContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1199: warning: no comment [WARNING] public static class InContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1254: warning: no comment [WARNING] public static class LikeContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1034: warning: no comment [WARNING] public static class LtContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1089: warning: no comment [WARNING] public static class LteContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1309: warning: no comment [WARNING] public static class NotContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:657: warning: no comment [WARNING] public static class OrContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:493: warning: no comment [WARNING] public static class OrderContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:552: warning: no comment [WARNING] public static class OrderNameContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:104: warning: no comment [WARNING] public static class SelectContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:226: warning: no comment [WARNING] public static class SelectStartContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:765: warning: no comment [WARNING] public static class TruthContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:806: warning: no comment [WARNING] public static class UntruthContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1345: warning: no comment [WARNING] public static class VariableContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:271: warning: no comment [WARNING] public static class WhereContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1434: warning: no comment [WARNING] public static final ATN _ATN = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:16: warning: no comment [WARNING] protected static final DFA[] _decisionToDFA; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:1382: warning: no comment [WARNING] public static final String _serializedATN = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:17: warning: no comment [WARNING] protected static final PredictionContextCache _sharedContextCache = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment [WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment [WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment [WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment [WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment [WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment [WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment [WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment [WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment [WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment [WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment [WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment [WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:27: warning: no comment [WARNING] RULE_eq = 13, RULE_gt = 14, RULE_gte = 15, RULE_lt = 16, RULE_lte = 17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment [WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment [WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment [WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:25: warning: no comment [WARNING] RULE_condition = 4, RULE_order = 5, RULE_orderName = 6, RULE_and = 7, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment [WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment [WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment [WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:26: warning: no comment [WARNING] RULE_or = 8, RULE_asc = 9, RULE_desc = 10, RULE_truth = 11, RULE_untruth = 12, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:28: warning: no comment [WARNING] RULE_between = 18, RULE_in = 19, RULE_like = 20, RULE_not = 21, RULE_variable = 22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:24: warning: no comment [WARNING] RULE_select = 0, RULE_deleteBy = 1, RULE_selectStart = 2, RULE_where = 3, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:36: warning: no comment [WARNING] public static final String[] ruleNames = makeRuleNames(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:20: warning: no comment [WARNING] T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, T__6=7, T__7=8, T__8=9, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, T__14=15, T__15=16, T__16=17, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/method/MethodParser.java:22: warning: no comment [WARNING] T__17=18, T__18=19, T__19=20, ANY_NAME=21, WS=22; [WARNING] ^ [WARNING] 100 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-mapping-graph-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-graph --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-graph' with 125 classes [INFO] [INFO] ------------------< org.eclipse.jnosql:jnosql-parent >------------------ [INFO] Building Eclipse JNoSQL 1.1.1-SNAPSHOT [16/15] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- sonar:3.10.0.2594:sonar (default-cli) @ jnosql-parent --- [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 8.0.0.53773 [INFO] Default locale: "en_US", source code encoding: "UTF-8" [INFO] Load global settings [INFO] Load global settings (done) | time=467ms [INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] User cache: /home/jenkins/.sonar/cache [INFO] Loading required plugins [INFO] Load plugins index [INFO] Load plugins index (done) | time=454ms [INFO] Load/download plugins [INFO] Load/download plugins (done) | time=723ms [INFO] Found an active CI vendor: 'Jenkins' [INFO] Load project settings for component key: 'org.eclipse.jnosql:jakarta-nosql-parent' [INFO] Load project settings for component key: 'org.eclipse.jnosql:jakarta-nosql-parent' (done) | time=434ms [INFO] Process project properties [INFO] Project key: org.eclipse.jnosql:jakarta-nosql-parent [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar [INFO] Working dir: /home/jenkins/agent/workspace/jnosql-sonar/target/sonar [INFO] Load project branches [INFO] Load project branches (done) | time=421ms [INFO] Check ALM binding of project 'org.eclipse.jnosql:jakarta-nosql-parent' [INFO] Detected project binding: NOT_BOUND [INFO] Check ALM binding of project 'org.eclipse.jnosql:jakarta-nosql-parent' (done) | time=419ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=440ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=1ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=490ms [INFO] Load active rules [INFO] Load active rules (done) | time=6695ms [INFO] Organization key: eclipse [WARNING] The property 'sonar.login' is deprecated and will be removed in the future. Please use the 'sonar.token' property instead when passing a token. [INFO] Preprocessing files... [INFO] 2 languages detected in 841 preprocessed files [INFO] 0 files ignored because of inclusion/exclusion patterns [INFO] 0 files ignored because of scm ignore settings [INFO] Loading plugins for detected languages [INFO] Load/download plugins [INFO] Load/download plugins (done) | time=623ms [INFO] Load project repositories [INFO] Load project repositories (done) | time=970ms [INFO] Indexing files... [INFO] Project configuration: [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'jnosql-communication-core' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'jnosql-communication-key-value' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'jnosql-communication-query' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'jnosql-communication-semistructured' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'jnosql-communication' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'jnosql-mapping-api-core' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'jnosql-mapping-column' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'jnosql-mapping-core' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'jnosql-mapping-document' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'jnosql-mapping-graph' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'jnosql-mapping-key-value' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'jnosql-mapping-reflection' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'jnosql-mapping-semistructured' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'jnosql-mapping-parent' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Eclipse JNoSQL' [INFO] Base dir: /home/jenkins/agent/workspace/jnosql-sonar [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] 841 files indexed [INFO] Quality profile for java: Sonar way [INFO] Quality profile for xml: Sonar way [INFO] ------------- Run sensors on module jnosql-mapping-api-core [INFO] Load metrics repository [INFO] Load metrics repository (done) | time=420ms [INFO] Sensor cache enabled [INFO] Load sensor cache [INFO] Load sensor cache (1 MB) | time=2032ms [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 33 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 33 files. [INFO] Using ECJ batch to parse 27 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 27 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=3168ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-api-core/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=98ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=190ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=60ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=110ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=3ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module jnosql-mapping-core [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 35 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 35 files. [INFO] Using ECJ batch to parse 73 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 73 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=4541ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=76ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=16ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=60ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module jnosql-mapping-document [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 8 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] Using ECJ batch to parse 11 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 11 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=676ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=6ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=20ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module jnosql-mapping-key-value [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 22 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 22 files. [INFO] Using ECJ batch to parse 31 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 31 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1266ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=29ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=43ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=7ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module jnosql-mapping-column [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 8 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] Using ECJ batch to parse 13 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 13 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=610ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=5ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=52ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module jnosql-mapping-semistructured [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 25 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 25 files. [INFO] Using ECJ batch to parse 74 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 74 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=4879ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=23ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=10ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=33ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module jnosql-mapping-graph [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 50 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 50 files. [INFO] Using ECJ batch to parse 26 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 26 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=3796ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=60ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=13ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=34ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=44ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module jnosql-mapping-reflection [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 33 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 33 files. [INFO] Using ECJ batch to parse 72 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 72 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=2104ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=15ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=8ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=7ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module jnosql-mapping-parent [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=10ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module jnosql-communication-key-value [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 13 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 13 files. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] Using ECJ batch to parse 6 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=541ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-key-value/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=5ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module jnosql-communication-core [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 61 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 61 files. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] Using ECJ batch to parse 50 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 50 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=3286ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-core/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=32ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=16ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=11ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module jnosql-communication-semistructured [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 34 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 34 files. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] Using ECJ batch to parse 20 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 20 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=2431ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-semistructured/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=20ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=8ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=11ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module jnosql-communication-query [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 52 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 52 files. [INFO] Using ECJ batch to parse 49 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 49 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=3488ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=155ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=8ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=20ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module jnosql-communication [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Eclipse JNoSQL [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=94ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=11ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] Sensor javabugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/jnosql-sonar/target/sonar/ir/java [INFO] Analyzing 2182 functions to detect bugs. [INFO] Sensor javabugs [dbd] (done) | time=2400ms [INFO] Sensor pythonbugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/jnosql-sonar/target/sonar/ir/python [INFO] No IR files have been included for analysis. [INFO] Sensor pythonbugs [dbd] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Available processors: 2 [INFO] Using 2 threads for analysis. [INFO] 841 source files to be analyzed [INFO] 841/841 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=3463ms [INFO] Sensor JavaSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/jnosql-sonar/target/sonar/ucfg2/java [INFO] Read 1817 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.221 [INFO] Load UCFGs: Starting [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/jnosql-sonar/target/sonar/ucfg2/java [INFO] Load UCFGs: Time spent was 00:00:00.642 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.864 [INFO] Analyzing 2066 UCFGs to detect vulnerabilities. [INFO] Check cache: Starting [INFO] Load cache: Starting [INFO] Load cache: Time spent was 00:00:00.000 [INFO] Check cache: Time spent was 00:00:00.000 [INFO] Create runtime call graph: Starting [INFO] Variable Type Analysis #1: Starting [INFO] Create runtime type propagation graph: Starting [INFO] Create runtime type propagation graph: Time spent was 00:00:00.085 [INFO] Run SCC (Tarjan) on 11409 nodes: Starting [INFO] Run SCC (Tarjan) on 11409 nodes: Time spent was 00:00:00.022 [INFO] Tarjan found 11294 strongly connected components [INFO] Propagate runtime types to strongly connected components: Starting [INFO] Propagate runtime types to strongly connected components: Time spent was 00:00:00.026 [INFO] Variable Type Analysis #1: Time spent was 00:00:00.136 [INFO] Variable Type Analysis #2: Starting [INFO] Create runtime type propagation graph: Starting [INFO] Create runtime type propagation graph: Time spent was 00:00:00.075 [INFO] Run SCC (Tarjan) on 11372 nodes: Starting [INFO] Run SCC (Tarjan) on 11372 nodes: Time spent was 00:00:00.011 [INFO] Tarjan found 11264 strongly connected components [INFO] Propagate runtime types to strongly connected components: Starting [INFO] Propagate runtime types to strongly connected components: Time spent was 00:00:00.018 [INFO] Variable Type Analysis #2: Time spent was 00:00:00.105 [INFO] Create runtime call graph: Time spent was 00:00:00.249 [INFO] Load config: Starting [INFO] Load config: Time spent was 00:00:01.849 [INFO] Compute entry points: Starting [INFO] Compute entry points: Time spent was 00:00:03.727 [INFO] No entry points found. [INFO] java security sensor: Time spent was 00:00:06.693 [INFO] java security sensor: Begin: 2024-04-14T05:15:24.605811535Z, End: 2024-04-14T05:15:31.299481168Z, Duration: 00:00:06.693 Load type hierarchy and UCFGs: Begin: 2024-04-14T05:15:24.607540151Z, End: 2024-04-14T05:15:25.472413992Z, Duration: 00:00:00.864 Load type hierarchy: Begin: 2024-04-14T05:15:24.607589947Z, End: 2024-04-14T05:15:24.829324684Z, Duration: 00:00:00.221 Load UCFGs: Begin: 2024-04-14T05:15:24.829541379Z, End: 2024-04-14T05:15:25.472347150Z, Duration: 00:00:00.642 Check cache: Begin: 2024-04-14T05:15:25.472449928Z, End: 2024-04-14T05:15:25.472724797Z, Duration: 00:00:00.000 Load cache: Begin: 2024-04-14T05:15:25.472462287Z, End: 2024-04-14T05:15:25.472482533Z, Duration: 00:00:00.000 Create runtime call graph: Begin: 2024-04-14T05:15:25.472759600Z, End: 2024-04-14T05:15:25.722072906Z, Duration: 00:00:00.249 Variable Type Analysis #1: Begin: 2024-04-14T05:15:25.473492585Z, End: 2024-04-14T05:15:25.609903886Z, Duration: 00:00:00.136 Create runtime type propagation graph: Begin: 2024-04-14T05:15:25.474350746Z, End: 2024-04-14T05:15:25.560048781Z, Duration: 00:00:00.085 Run SCC (Tarjan) on 11409 nodes: Begin: 2024-04-14T05:15:25.560425437Z, End: 2024-04-14T05:15:25.583286658Z, Duration: 00:00:00.022 Propagate runtime types to strongly connected components: Begin: 2024-04-14T05:15:25.583433712Z, End: 2024-04-14T05:15:25.609836080Z, Duration: 00:00:00.026 Variable Type Analysis #2: Begin: 2024-04-14T05:15:25.614134301Z, End: 2024-04-14T05:15:25.719951751Z, Duration: 00:00:00.105 Create runtime type propagation graph: Begin: 2024-04-14T05:15:25.614158249Z, End: 2024-04-14T05:15:25.689494648Z, Duration: 00:00:00.075 Run SCC (Tarjan) on 11372 nodes: Begin: 2024-04-14T05:15:25.689593661Z, End: 2024-04-14T05:15:25.700888282Z, Duration: 00:00:00.011 Propagate runtime types to strongly connected components: Begin: 2024-04-14T05:15:25.700950718Z, End: 2024-04-14T05:15:25.719901286Z, Duration: 00:00:00.018 Load config: Begin: 2024-04-14T05:15:25.722136979Z, End: 2024-04-14T05:15:27.572070525Z, Duration: 00:00:01.849 Compute entry points: Begin: 2024-04-14T05:15:27.572187418Z, End: 2024-04-14T05:15:31.299188572Z, Duration: 00:00:03.727 [INFO] java security sensor peak memory: 962 MB [INFO] Sensor JavaSecuritySensor [security] (done) | time=6708ms [INFO] Sensor CSharpSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/jnosql-sonar/target/ucfg2/cs [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] csharp security sensor: Time spent was 00:00:00.000 [INFO] Sensor CSharpSecuritySensor [security] (done) | time=1ms [INFO] Sensor PhpSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/jnosql-sonar/target/sonar/ucfg2/php [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] php security sensor: Time spent was 00:00:00.000 [INFO] Sensor PhpSecuritySensor [security] (done) | time=0ms [INFO] Sensor PythonSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/jnosql-sonar/target/sonar/ucfg2/python [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] python security sensor: Time spent was 00:00:00.000 [INFO] Sensor PythonSecuritySensor [security] (done) | time=0ms [INFO] Sensor JsSecuritySensor [security] [INFO] Enabled taint analysis rules: S5131, S6096, S6105, S5883, S6287, S5144, S5334, S2631, S5146, S5147, S6350, S3649, S5696, S2076, S2083 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/jnosql-sonar/target/sonar/ucfg2/js [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] js security sensor: Time spent was 00:00:00.000 [INFO] Sensor JsSecuritySensor [security] (done) | time=1ms [INFO] ------------- Run sensors on project [INFO] Sensor Zero Coverage Sensor [INFO] Sensor Zero Coverage Sensor (done) | time=5ms [INFO] Sensor Java CPD Block Indexer [INFO] Sensor Java CPD Block Indexer (done) | time=582ms [INFO] SCM Publisher SCM provider for this project is: git [INFO] SCM Publisher 11 source files to be analyzed [INFO] SCM Publisher 10/11 source files have been analyzed (done) | time=1012ms [WARNING] Missing blame information for the following files: [WARNING] * jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/core/repository/DynamicReturnTest.java [WARNING] This may lead to missing/broken features in SonarCloud [INFO] CPD Executor 122 files had no CPD blocks [INFO] CPD Executor Calculating CPD for 252 files [INFO] CPD Executor CPD calculation finished (done) | time=75ms [INFO] Analysis report generated in 523ms, dir size=4 MB [INFO] Analysis report compressed in 1561ms, zip size=2 MB [INFO] Analysis report uploaded in 2688ms [INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=org.eclipse.jnosql%3Ajakarta-nosql-parent [INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AY7bCEt_hSnuPTZPeIeb [INFO] Sensor cache published successfully [INFO] Analysis total time: 1:10.097 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse JNoSQL 1.1.1-SNAPSHOT: [INFO] [INFO] Eclipse JNoSQL ..................................... SUCCESS [01:16 min] [INFO] jnosql-communication ............................... SUCCESS [ 0.184 s] [INFO] jnosql-communication-core .......................... SUCCESS [ 20.716 s] [INFO] jnosql-communication-query ......................... SUCCESS [ 13.051 s] [INFO] jnosql-communication-key-value ..................... SUCCESS [ 9.096 s] [INFO] jnosql-communication-semistructured ................ SUCCESS [ 13.676 s] [INFO] jnosql-mapping-parent .............................. SUCCESS [ 0.596 s] [INFO] jnosql-mapping-api-core ............................ SUCCESS [ 9.128 s] [INFO] jnosql-mapping-reflection .......................... SUCCESS [ 17.544 s] [INFO] jnosql-mapping-core ................................ SUCCESS [ 20.170 s] [INFO] jnosql-mapping-semistructured ...................... SUCCESS [ 36.780 s] [INFO] jnosql-mapping-document ............................ SUCCESS [ 13.096 s] [INFO] jnosql-mapping-column .............................. SUCCESS [ 13.356 s] [INFO] jnosql-mapping-key-value ........................... SUCCESS [ 22.816 s] [INFO] jnosql-mapping-graph ............................... SUCCESS [01:31 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:12 min [INFO] Finished at: 2024-04-14T05:15:40Z [INFO] ------------------------------------------------------------------------ Triggering a new build of jnosql-databases Finished: SUCCESS