Started by upstream project "jnosql" build number 2221 originally caused by: Started by timer Running as SYSTEM Agent basic-59373 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-59373" 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-59373" - 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-59373" - 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-59373 (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 f4b9a91ada02947d1ccdf80af4b036f232b573bd (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f f4b9a91ada02947d1ccdf80af4b036f232b573bd # timeout=10 Commit message: "feat: update structure" > git rev-list --no-walk f4b9a91ada02947d1ccdf80af4b036f232b573bd # 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.293 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.035 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.004 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.011 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.091 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.307 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.158 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.109 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.109 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.017 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.219 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.109 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.126 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.137 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.108 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.119 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.076 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.010 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.017 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.002 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.035 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.003 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.193 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.002 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.103 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.130 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.179 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.078 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.107 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.084 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.256 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.056 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.175 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.003 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.109 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.110 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.105 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.026 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.003 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.121 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.010 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.010 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.006 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.015 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.024 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.002 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenAddMethodIsCalledTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.004 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenAddMethodIsCalledTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 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.003 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.245 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.278 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.097 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.022 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.309 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.012 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.123 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.007 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.044 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.007 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.007 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.198 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.005 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.114 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.008 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.012 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.085 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.002 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.031 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.026 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.010 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.007 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.066 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.021 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.003 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.066 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.003 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: 2.702 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.202 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.109 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.047 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.763 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: 0.915 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.601 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.154 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.018 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.084 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.008 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.033 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: 1.671 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.018 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.001 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.006 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.034 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.055 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.020 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.078 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.013 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.055 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.041 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.021 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: 1.965 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.344 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.269 s -- in org.eclipse.jnosql.mapping.metadata.InheritanceMetadataTest [INFO] Running org.eclipse.jnosql.mapping.DatabasesTest May 01, 2024 5:06:30 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.138 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.006 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.006 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.320 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: 4.242 s -- in org.eclipse.jnosql.mapping.reflection.ClassGraphClassScannerTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest May 01, 2024 5:06:39 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55312ddc-80a3-429b-964b-b9d9a835dcdc initialized May 01, 2024 5:06:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55312ddc-80a3-429b-964b-b9d9a835dcdc shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6f0bed9b-0b11-4f17-bf55-49fb04655474 initialized May 01, 2024 5:06:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6f0bed9b-0b11-4f17-bf55-49fb04655474 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e8c2bb11-697f-47b2-9e58-aaff9c55e6d6 initialized May 01, 2024 5:06:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e8c2bb11-697f-47b2-9e58-aaff9c55e6d6 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 874ef176-9811-44ff-91f7-2d8ed4eab6b6 initialized May 01, 2024 5:06:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 874ef176-9811-44ff-91f7-2d8ed4eab6b6 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a1b2e2dc-069f-4f0c-b7d5-4364dcad3281 initialized May 01, 2024 5:06:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a1b2e2dc-069f-4f0c-b7d5-4364dcad3281 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c9d03af8-d2b1-4044-9253-256b8441c690 initialized May 01, 2024 5:06:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c9d03af8-d2b1-4044-9253-256b8441c690 shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.383 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.018 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.007 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.010 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.002 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.002 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 May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a2ee66dc-726a-40f8-a6e4-b7925516382b initialized May 01, 2024 5:06:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a2ee66dc-726a-40f8-a6e4-b7925516382b shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2419fb68-dc00-4257-8f0d-c72118095c66 initialized May 01, 2024 5:06:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2419fb68-dc00-4257-8f0d-c72118095c66 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b0af167c-52ad-4c5f-8c6e-6407faf6e22b initialized May 01, 2024 5:06:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b0af167c-52ad-4c5f-8c6e-6407faf6e22b shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 857531aa-2168-4716-80cc-613f6db7b132 initialized May 01, 2024 5:06:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 857531aa-2168-4716-80cc-613f6db7b132 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 390589d8-710c-42d6-b30f-fccb8905d996 initialized May 01, 2024 5:06:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 390589d8-710c-42d6-b30f-fccb8905d996 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.800 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.002 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.005 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.010 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.825 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.649 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.005 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.013 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.314 s -- in org.eclipse.jnosql.mapping.reflection.DefaultEntityMetadataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 98d58de2-ae7d-4d63-a7eb-dc8ee781618c initialized May 01, 2024 5:06:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 98d58de2-ae7d-4d63-a7eb-dc8ee781618c shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0de4973c-5b38-49b4-b44b-c5e9d0f8c422 initialized May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0de4973c-5b38-49b4-b44b-c5e9d0f8c422 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 125338ab-2232-41e7-8e51-85a1e598a5ac initialized May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 125338ab-2232-41e7-8e51-85a1e598a5ac shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 59eee101-0ae3-4b0d-a433-5fd4914762a4 initialized May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 59eee101-0ae3-4b0d-a433-5fd4914762a4 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2f79867e-07dc-4671-874a-df5f87996cf2 initialized May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2f79867e-07dc-4671-874a-df5f87996cf2 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 05bb75ad-f1b1-4351-92bb-d9fe84b4fc6b initialized May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 05bb75ad-f1b1-4351-92bb-d9fe84b4fc6b shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e4fcf17d-37d4-47cc-9c18-6aea37cc6db6 initialized May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e4fcf17d-37d4-47cc-9c18-6aea37cc6db6 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5bb85570-8fd1-4521-8c07-e61b2cca1817 initialized May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5bb85570-8fd1-4521-8c07-e61b2cca1817 shut down [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.870 s -- in org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionsTest May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e429b4bf-e650-4364-8a6c-b126b677cf64 initialized May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e429b4bf-e650-4364-8a6c-b126b677cf64 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fdfc4474-f471-4c9c-84c6-00b1a2d93c87 initialized May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fdfc4474-f471-4c9c-84c6-00b1a2d93c87 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6b09a7be-325f-402b-bfe1-81ab8874f545 initialized May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6b09a7be-325f-402b-bfe1-81ab8874f545 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fae0ad85-f6ab-493a-b0a7-73ac1220adcb initialized May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fae0ad85-f6ab-493a-b0a7-73ac1220adcb shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a6c0ed2-ca25-4528-a0fb-b359feb75a69 initialized May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a6c0ed2-ca25-4528-a0fb-b359feb75a69 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72072650-3749-4ae6-bb54-a9fc28e213f5 initialized May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72072650-3749-4ae6-bb54-a9fc28e213f5 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container df1fd075-f5f4-4e63-a860-d9d44512623e initialized May 01, 2024 5:06:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container df1fd075-f5f4-4e63-a860-d9d44512623e shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9df9c97f-e3b9-4acf-9bf1-ce7e0be431d4 initialized May 01, 2024 5:06:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9df9c97f-e3b9-4acf-9bf1-ce7e0be431d4 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 21b34289-ba26-4e1f-a03d-8952756deee7 initialized May 01, 2024 5:06:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 21b34289-ba26-4e1f-a03d-8952756deee7 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c040b41-b4e1-4397-a4e6-cb54706688d0 initialized May 01, 2024 5:06:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c040b41-b4e1-4397-a4e6-cb54706688d0 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7ee62833-f660-4847-ac4f-37d93f280a3e initialized May 01, 2024 5:06:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7ee62833-f660-4847-ac4f-37d93f280a3e shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 606d832f-58b7-440c-8120-d092cda6d3ff initialized May 01, 2024 5:06:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 606d832f-58b7-440c-8120-d092cda6d3ff shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 98cc5f4e-d9f1-4744-856e-02fc0a19874f initialized May 01, 2024 5:06:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 98cc5f4e-d9f1-4744-856e-02fc0a19874f shut down [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.040 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.028 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.039 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.007 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.079 s -- in org.eclipse.jnosql.mapping.core.util.AnnotationLiteralUtilTest [INFO] Running org.eclipse.jnosql.mapping.core.util.ConverterUtilTest May 01, 2024 5:06:51 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f196e657-a1ef-4bf4-be3f-dd81bc0181d2 initialized May 01, 2024 5:06:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f196e657-a1ef-4bf4-be3f-dd81bc0181d2 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 619778fb-1157-4172-8e19-99a1d9948805 initialized May 01, 2024 5:06:55 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 May 01, 2024 5:06:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 619778fb-1157-4172-8e19-99a1d9948805 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container af6a694b-8b56-4bb2-b7df-64dedd20b3b8 initialized May 01, 2024 5:06:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container af6a694b-8b56-4bb2-b7df-64dedd20b3b8 shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.148 s -- in org.eclipse.jnosql.mapping.core.util.ConverterUtilTest [INFO] Running org.eclipse.jnosql.mapping.core.util.ParamsBinderTest May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 77ded6ad-3fe0-40ab-9612-3b67a7f3d050 initialized May 01, 2024 5:06:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 77ded6ad-3fe0-40ab-9612-3b67a7f3d050 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5d905732-699a-45c4-81fb-08c7993e7246 initialized May 01, 2024 5:06:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5d905732-699a-45c4-81fb-08c7993e7246 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 850ab834-e602-4e9d-a210-ce47b8821162 initialized May 01, 2024 5:06:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 850ab834-e602-4e9d-a210-ce47b8821162 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 44c9bcd1-bec0-49a8-b2da-cb3e862e41cc initialized May 01, 2024 5:06:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 44c9bcd1-bec0-49a8-b2da-cb3e862e41cc shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd99323a-7814-4b0d-926c-87467816c5e2 initialized May 01, 2024 5:06:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd99323a-7814-4b0d-926c-87467816c5e2 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5b2b7bdb-7291-4187-b4f1-fdcd47cade3a initialized May 01, 2024 5:06:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5b2b7bdb-7291-4187-b4f1-fdcd47cade3a shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f2e04e6-27c1-4d7e-85c1-4450e9d21fcd initialized May 01, 2024 5:06:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f2e04e6-27c1-4d7e-85c1-4450e9d21fcd shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 14e5bb84-936b-4d51-bd22-284d04430eda initialized May 01, 2024 5:06:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 14e5bb84-936b-4d51-bd22-284d04430eda shut down [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 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.366 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.275 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.010 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.052 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.014 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.015 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.008 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.045 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.012 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.190 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.330 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.063 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 May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 41be8843-e2ca-4ea5-83c0-f116b4427f01 initialized May 01, 2024 5:06:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 41be8843-e2ca-4ea5-83c0-f116b4427f01 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b1642e4b-4fef-43ce-9acf-3936ee6051d6 initialized May 01, 2024 5:06:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b1642e4b-4fef-43ce-9acf-3936ee6051d6 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ee782cd4-31f5-4783-938f-dee5bdfcf160 initialized May 01, 2024 5:06:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ee782cd4-31f5-4783-938f-dee5bdfcf160 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 98d550a8-3639-485a-820c-b36af27bcd22 initialized May 01, 2024 5:06:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 98d550a8-3639-485a-820c-b36af27bcd22 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a586c48-6a91-4867-8cac-2fb05f1fc0f6 initialized May 01, 2024 5:06:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a586c48-6a91-4867-8cac-2fb05f1fc0f6 shut down May 01, 2024 5:06: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. May 01, 2024 5:06: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. May 01, 2024 5:06:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c1c8ba90-467e-4e4a-95de-c72c07af11a7 initialized May 01, 2024 5:06:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c1c8ba90-467e-4e4a-95de-c72c07af11a7 shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 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.029 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.088 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.479 s -- in org.eclipse.jnosql.mapping.core.query.RepositoryTypeTest [INFO] Running org.eclipse.jnosql.mapping.core.query.AbstractRepositoryTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7c042adf-440d-4623-a68b-6b4b798c9c6f initialized May 01, 2024 5:07:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7c042adf-440d-4623-a68b-6b4b798c9c6f shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5186b2c1-e7c0-4277-b376-eaeabe019d1d initialized May 01, 2024 5:07:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5186b2c1-e7c0-4277-b376-eaeabe019d1d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e1797031-9fcf-4ba3-aa7d-744ef90faed9 initialized May 01, 2024 5:07:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e1797031-9fcf-4ba3-aa7d-744ef90faed9 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dae06c4a-3cb2-44a2-9985-f4035026729a initialized May 01, 2024 5:07:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dae06c4a-3cb2-44a2-9985-f4035026729a shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container daf25e90-97c9-489a-8b0f-5f2ed3ecb2c4 initialized May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container daf25e90-97c9-489a-8b0f-5f2ed3ecb2c4 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 87b1bd72-3759-4796-89f7-0c46ff81f6d6 initialized May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 87b1bd72-3759-4796-89f7-0c46ff81f6d6 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 281f119f-f76f-4cda-8293-17dc452a1565 initialized May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 281f119f-f76f-4cda-8293-17dc452a1565 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa0decaa-61b2-4bf0-aab0-a048700ed881 initialized May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aa0decaa-61b2-4bf0-aab0-a048700ed881 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6618cb37-df78-4fc1-a4dc-993ca26ae781 initialized May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6618cb37-df78-4fc1-a4dc-993ca26ae781 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 62f16bd8-b95d-4e25-a0c1-4c5660721041 initialized May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 62f16bd8-b95d-4e25-a0c1-4c5660721041 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b629dbfa-a59a-48f0-953b-30ed56f25615 initialized May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b629dbfa-a59a-48f0-953b-30ed56f25615 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1110ed21-35fc-4e7e-ab11-ee0cb351fadf initialized May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1110ed21-35fc-4e7e-ab11-ee0cb351fadf shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bf86ff39-80b6-4a92-bbb7-11a1eee017a3 initialized May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bf86ff39-80b6-4a92-bbb7-11a1eee017a3 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7e5ae9db-6a76-445a-8aa1-5353fd6c6bc9 initialized May 01, 2024 5:07:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7e5ae9db-6a76-445a-8aa1-5353fd6c6bc9 shut down [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.417 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.276 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.011 s -- in org.eclipse.jnosql.mapping.core.DatabaseQualifierTest [INFO] Running org.eclipse.jnosql.mapping.core.ConvertersTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61f9a72c-be2f-44b0-88ce-81da3d4684fb initialized May 01, 2024 5:07:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 61f9a72c-be2f-44b0-88ce-81da3d4684fb shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3dbad81a-a581-4cec-9ab2-9f7363cec0be initialized May 01, 2024 5:07:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3dbad81a-a581-4cec-9ab2-9f7363cec0be shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b3f83b6a-8134-49bc-829f-89c42f9c08cb initialized May 01, 2024 5:07:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b3f83b6a-8134-49bc-829f-89c42f9c08cb shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 97280884-7c16-400b-ac76-4806c6d47e10 initialized May 01, 2024 5:07:02 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 May 01, 2024 5:07:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 97280884-7c16-400b-ac76-4806c6d47e10 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 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.006 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.187 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.004 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: 0.867 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 May 01, 2024 5:07:10 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 228f2b73-9ed9-48d8-a643-f9431c65130d initialized May 01, 2024 5:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 228f2b73-9ed9-48d8-a643-f9431c65130d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4f7a83d6-95eb-460d-a986-51ce45b707e4 initialized May 01, 2024 5:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4f7a83d6-95eb-460d-a986-51ce45b707e4 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1887497f-ce7e-49ff-81bf-eb0bfbdaf8fa initialized May 01, 2024 5:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1887497f-ce7e-49ff-81bf-eb0bfbdaf8fa shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 381cfe38-8d6c-49e8-b6c3-97ed0fa8c998 initialized May 01, 2024 5:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 381cfe38-8d6c-49e8-b6c3-97ed0fa8c998 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 10c5d310-c328-422d-af8f-3ac28f1af5ec initialized May 01, 2024 5:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 10c5d310-c328-422d-af8f-3ac28f1af5ec shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c08b4f79-d3d5-431e-b77c-4bfaa9b11a30 initialized May 01, 2024 5:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c08b4f79-d3d5-431e-b77c-4bfaa9b11a30 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4b36c815-d534-4ce6-b93d-7ed270cfcf80 initialized May 01, 2024 5:07:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4b36c815-d534-4ce6-b93d-7ed270cfcf80 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 22c3f4c1-ecf9-47c4-b347-5b5d5a003ee2 initialized May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 22c3f4c1-ecf9-47c4-b347-5b5d5a003ee2 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 52f569e0-c212-4db1-8759-167d67387266 initialized May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 52f569e0-c212-4db1-8759-167d67387266 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 48fc8e6d-10a6-4bd7-a2df-1ca441cf1010 initialized May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 48fc8e6d-10a6-4bd7-a2df-1ca441cf1010 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c3df1de4-1a43-41cc-86c4-3d9965edd8ee initialized May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c3df1de4-1a43-41cc-86c4-3d9965edd8ee shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa625810-44c6-4416-ba2a-bda792e5571c initialized May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aa625810-44c6-4416-ba2a-bda792e5571c shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ded4ccad-d3db-4e0f-9c50-ecf05e2347ef initialized May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ded4ccad-d3db-4e0f-9c50-ecf05e2347ef shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 555d75e3-99bd-4119-a208-33453bef00a1 initialized May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 555d75e3-99bd-4119-a208-33453bef00a1 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b4920e32-fbc3-4eeb-b568-8fd28a094eb4 initialized May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b4920e32-fbc3-4eeb-b568-8fd28a094eb4 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c41cb7ff-f32c-4103-ba51-2fbe3a37bc1b initialized May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c41cb7ff-f32c-4103-ba51-2fbe3a37bc1b shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 07684e81-d6c1-486f-8a0e-ba3b58d19f7d initialized May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 07684e81-d6c1-486f-8a0e-ba3b58d19f7d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb3d4f1b-fb7f-4b06-ae98-becb710135f6 initialized May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb3d4f1b-fb7f-4b06-ae98-becb710135f6 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container daae11fc-2082-4b41-b621-bf1ee7777952 initialized May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container daae11fc-2082-4b41-b621-bf1ee7777952 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e1386d62-9f23-483f-9c20-a51fbbadb30c initialized May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e1386d62-9f23-483f-9c20-a51fbbadb30c shut down [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.014 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cdfd6977-472e-4b32-a439-255511db56f9 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 01, 2024 5:07:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cdfd6977-472e-4b32-a439-255511db56f9 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ab16a210-8450-4b04-8bfd-dc1ae61ef5a0 initialized May 01, 2024 5:07:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ab16a210-8450-4b04-8bfd-dc1ae61ef5a0 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 03a7c3ae-f2e4-4535-8e1f-2e0f1b86ba1a initialized May 01, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 03a7c3ae-f2e4-4535-8e1f-2e0f1b86ba1a shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7736350c-7946-4a88-9084-8aa9baf1d01e initialized May 01, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7736350c-7946-4a88-9084-8aa9baf1d01e shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 26b397b9-6396-422e-a583-2e96d36bfe63 initialized May 01, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 26b397b9-6396-422e-a583-2e96d36bfe63 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 47490183-389e-48a1-9ea9-3a0ca8963bf1 initialized May 01, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 47490183-389e-48a1-9ea9-3a0ca8963bf1 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container adeb6c87-1d90-434d-923d-cd99a691ae6d initialized May 01, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container adeb6c87-1d90-434d-923d-cd99a691ae6d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 151391ca-37bf-4bec-b99b-3fe74446e2d9 initialized May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 151391ca-37bf-4bec-b99b-3fe74446e2d9 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ccd6871c-c036-4920-8571-f0758574a1db initialized May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ccd6871c-c036-4920-8571-f0758574a1db shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 430e7d46-772e-4e24-bb40-ab8ce27a22b4 initialized May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 430e7d46-772e-4e24-bb40-ab8ce27a22b4 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 257801f7-b2a3-412e-804d-b7bba6869856 initialized May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 257801f7-b2a3-412e-804d-b7bba6869856 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 05e28b67-90f4-47de-8932-2279d61b11b3 initialized May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 05e28b67-90f4-47de-8932-2279d61b11b3 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e82b033-9ad0-4f1e-9e9b-282127e9fe5f initialized May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e82b033-9ad0-4f1e-9e9b-282127e9fe5f shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 803880c8-2a85-43f0-9511-f623e9003b79 initialized May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 803880c8-2a85-43f0-9511-f623e9003b79 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a7f19a04-d35c-4075-b0c3-178b2f8a7dab initialized May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a7f19a04-d35c-4075-b0c3-178b2f8a7dab shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f123853e-95d3-4674-b37f-64ad788da90f initialized May 01, 2024 5:07:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f123853e-95d3-4674-b37f-64ad788da90f shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bff8310e-69a2-491e-9efa-dbcff7d31bcc initialized May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bff8310e-69a2-491e-9efa-dbcff7d31bcc shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8d955a23-6a08-4b66-a008-cda1e95c71cc initialized May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8d955a23-6a08-4b66-a008-cda1e95c71cc shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e8a6297-e6ef-455a-b3a3-2250cdf95527 initialized May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e8a6297-e6ef-455a-b3a3-2250cdf95527 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3c8d7d28-112a-4ffb-9e44-9ff1f8ba5480 initialized May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3c8d7d28-112a-4ffb-9e44-9ff1f8ba5480 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8634c629-1710-47de-b6e3-1f551225fb61 initialized May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8634c629-1710-47de-b6e3-1f551225fb61 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a006dfdf-b3a4-4ba7-80c4-30186c62e489 initialized May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a006dfdf-b3a4-4ba7-80c4-30186c62e489 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1b165509-9c1b-46e1-9c6a-d4c16a06ba25 initialized May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1b165509-9c1b-46e1-9c6a-d4c16a06ba25 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2f6e8410-5c3a-400a-994a-be84b0e0b0e1 initialized May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2f6e8410-5c3a-400a-994a-be84b0e0b0e1 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container add1bb3d-05e8-43e2-80ea-e66f727bdea2 initialized May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container add1bb3d-05e8-43e2-80ea-e66f727bdea2 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f270279f-2f80-4cbf-a9a5-6dfa6d02cdc2 initialized May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f270279f-2f80-4cbf-a9a5-6dfa6d02cdc2 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 69048bc8-68c9-4fe5-880b-32036a669747 initialized May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 69048bc8-68c9-4fe5-880b-32036a669747 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dc00c6f0-4297-4fb6-9ad6-4a68c2df04b9 initialized May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dc00c6f0-4297-4fb6-9ad6-4a68c2df04b9 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 210ed50a-f749-4357-90d3-7784676d77b6 initialized May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 210ed50a-f749-4357-90d3-7784676d77b6 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61718bb7-cec1-4b79-acda-9a60c0efbbcc initialized May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 61718bb7-cec1-4b79-acda-9a60c0efbbcc shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 50b91dae-c49d-45e5-b108-cdaac25e8880 initialized May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 50b91dae-c49d-45e5-b108-cdaac25e8880 shut down [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.211 s -- in org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c73bb231-baba-4213-8aea-16de2c1a4a5e initialized May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c73bb231-baba-4213-8aea-16de2c1a4a5e shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ddc26f78-bda0-406c-a3f8-0a44ea453ef2 initialized May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ddc26f78-bda0-406c-a3f8-0a44ea453ef2 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6f75ffb6-a516-4305-a58d-db7b3959b910 initialized May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6f75ffb6-a516-4305-a58d-db7b3959b910 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c48b2f47-1ff6-4eae-8440-fd7b27538a28 initialized May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c48b2f47-1ff6-4eae-8440-fd7b27538a28 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3861d755-8bdc-487a-9864-6f43cd791453 initialized May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3861d755-8bdc-487a-9864-6f43cd791453 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 57436856-0c7b-4e6a-9fc1-0a2a6df3554e initialized May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 57436856-0c7b-4e6a-9fc1-0a2a6df3554e shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5b2e539e-ab02-469d-8398-46f4cb06bf0b initialized May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5b2e539e-ab02-469d-8398-46f4cb06bf0b shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c31b963e-a4b5-4c68-bbcc-be1422b38e41 initialized May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c31b963e-a4b5-4c68-bbcc-be1422b38e41 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0ca951a4-8fc3-43a2-9d40-35e82452b6e9 initialized May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0ca951a4-8fc3-43a2-9d40-35e82452b6e9 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f66fb696-a46f-40d9-9bae-5700e8121c97 initialized May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f66fb696-a46f-40d9-9bae-5700e8121c97 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1a500228-0cd8-4a1d-935c-942083e85d5c initialized May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1a500228-0cd8-4a1d-935c-942083e85d5c shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b9f5b1fe-ef0b-4913-819b-77597c46d059 initialized May 01, 2024 5:07:25 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 May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b9f5b1fe-ef0b-4913-819b-77597c46d059 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c1879186-8bde-4ec5-8465-fb0799113e7d initialized May 01, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c1879186-8bde-4ec5-8465-fb0799113e7d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 67a568c1-3c6a-49f6-aba8-e493a9132b8e initialized May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 67a568c1-3c6a-49f6-aba8-e493a9132b8e shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 54512379-afb6-419a-b4c5-3b257be591d2 initialized May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 54512379-afb6-419a-b4c5-3b257be591d2 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0f6faac9-1abc-4ddf-b90f-459c251aa8fd initialized May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0f6faac9-1abc-4ddf-b90f-459c251aa8fd shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 01e19a5b-f00c-424a-ae3d-08b5aa527925 initialized May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 01e19a5b-f00c-424a-ae3d-08b5aa527925 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 40d2e168-7873-4e2f-bbfe-afea2dbea511 initialized May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 40d2e168-7873-4e2f-bbfe-afea2dbea511 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa8bee1a-d19a-4d80-be60-9ccd80a259a0 initialized May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aa8bee1a-d19a-4d80-be60-9ccd80a259a0 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 950b78cb-9cdf-42df-b9d9-7052f972b609 initialized May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 950b78cb-9cdf-42df-b9d9-7052f972b609 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a14d5b5e-170d-4299-adc9-7b66e343ac1f initialized May 01, 2024 5:07:26 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 May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a14d5b5e-170d-4299-adc9-7b66e343ac1f shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cce8970c-c283-49e3-962c-3f685a3720e4 initialized May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cce8970c-c283-49e3-962c-3f685a3720e4 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9ed260cd-e60f-4b9c-b5fe-497ba968bdd5 initialized May 01, 2024 5:07:26 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 May 01, 2024 5:07:26 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 May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9ed260cd-e60f-4b9c-b5fe-497ba968bdd5 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0ec812da-badd-42cb-868c-e08065950bdc initialized May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0ec812da-badd-42cb-868c-e08065950bdc shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b5a3c394-3239-4c49-8d90-825f0801bc05 initialized May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b5a3c394-3239-4c49-8d90-825f0801bc05 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 12ff7835-d31f-4572-82df-0ad22428749e initialized May 01, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 12ff7835-d31f-4572-82df-0ad22428749e shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b7ddb03-f511-4fdb-beba-8cfe7502c35d initialized May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b7ddb03-f511-4fdb-beba-8cfe7502c35d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2046cfc1-6df7-42fc-b1d8-043e02a778d6 initialized May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2046cfc1-6df7-42fc-b1d8-043e02a778d6 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 74115896-ff2a-4dd7-880d-d1dc4e881db1 initialized May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 74115896-ff2a-4dd7-880d-d1dc4e881db1 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1365865b-a2e3-40d1-aeed-c079cda9b1d4 initialized May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1365865b-a2e3-40d1-aeed-c079cda9b1d4 shut down [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.166 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.SemiStructuredParameterBasedQueryTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37a402a2-97b5-4165-83cd-f3ca97bdd07b initialized May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37a402a2-97b5-4165-83cd-f3ca97bdd07b shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 36857a01-74a7-4ac3-8252-62e597853728 initialized May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 36857a01-74a7-4ac3-8252-62e597853728 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 00819d57-e339-4f03-80c9-cf14d54f9c2a initialized May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 00819d57-e339-4f03-80c9-cf14d54f9c2a shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0fc045e3-0540-4f60-92f4-aa22a61b02ac initialized May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0fc045e3-0540-4f60-92f4-aa22a61b02ac shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b051de0c-6f87-4127-be52-923345888846 initialized May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b051de0c-6f87-4127-be52-923345888846 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 978d171c-05d0-4468-ab9c-a40d3a1ba51f initialized May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 978d171c-05d0-4468-ab9c-a40d3a1ba51f shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0a021be4-ece4-44a0-b8a1-e83c598cd8dc initialized May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0a021be4-ece4-44a0-b8a1-e83c598cd8dc shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5557213f-f5fb-42e8-b3bb-41af6d047eb2 initialized May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5557213f-f5fb-42e8-b3bb-41af6d047eb2 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0114bb92-9b26-43b1-931f-d6ad5b342f40 initialized May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0114bb92-9b26-43b1-931f-d6ad5b342f40 shut down [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 s -- in org.eclipse.jnosql.mapping.semistructured.query.SemiStructuredParameterBasedQueryTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f73afff5-8b1e-431a-9b51-1493ed645d06 initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f73afff5-8b1e-431a-9b51-1493ed645d06 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ce845f56-1b53-4fd7-9ce0-4fbb3469ae1c initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ce845f56-1b53-4fd7-9ce0-4fbb3469ae1c shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9946e97d-3b03-4cb4-ba2d-83e286b202ef initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9946e97d-3b03-4cb4-ba2d-83e286b202ef shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e8b3565e-02b0-4d1a-b2d4-cb31427b6b42 initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e8b3565e-02b0-4d1a-b2d4-cb31427b6b42 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 124db63a-3591-427f-801c-9da8ff327834 initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 124db63a-3591-427f-801c-9da8ff327834 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 01f985ed-453a-474f-bf17-e5bb320e57f4 initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 01f985ed-453a-474f-bf17-e5bb320e57f4 shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 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.286 s -- in org.eclipse.jnosql.mapping.semistructured.query.DynamicQueryTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9ff1bae8-45e2-4d3e-bf4e-7ef19345d65f initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9ff1bae8-45e2-4d3e-bf4e-7ef19345d65f shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c5b927f6-eba5-4234-803d-b2424459db39 initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c5b927f6-eba5-4234-803d-b2424459db39 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 26174f36-020c-4d76-b033-00c2e91cdcc4 initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 26174f36-020c-4d76-b033-00c2e91cdcc4 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c0897eaf-5a59-4208-92b3-aa67b12ee52a initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c0897eaf-5a59-4208-92b3-aa67b12ee52a shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2268c350-bbde-4647-aea5-ab6bf37fe726 initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2268c350-bbde-4647-aea5-ab6bf37fe726 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5fe1fac4-a482-4f61-b512-dc4c1ae48681 initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5fe1fac4-a482-4f61-b512-dc4c1ae48681 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d93a08ab-0967-440b-852a-4ff9cc861381 initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d93a08ab-0967-440b-852a-4ff9cc861381 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bca52239-6a33-4d22-b6b5-e43d72faf68f initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bca52239-6a33-4d22-b6b5-e43d72faf68f shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 866a6725-897a-4662-9297-d70228d7fa00 initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 866a6725-897a-4662-9297-d70228d7fa00 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94acda5b-9ab6-4212-98bc-7541996ea1c4 initialized May 01, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94acda5b-9ab6-4212-98bc-7541996ea1c4 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2da11fc8-10ce-4f48-90d7-236812f86c0f initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2da11fc8-10ce-4f48-90d7-236812f86c0f shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e6083506-549f-44a9-8379-a7e265b0f223 initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e6083506-549f-44a9-8379-a7e265b0f223 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 169f3e78-bdd5-43da-9389-c378a18e487e initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 169f3e78-bdd5-43da-9389-c378a18e487e shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a199e50f-3cf9-4f4c-bd0c-1fa02e7d1673 initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a199e50f-3cf9-4f4c-bd0c-1fa02e7d1673 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fab6b548-43c5-4b69-a19d-e2c468a3816c initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fab6b548-43c5-4b69-a19d-e2c468a3816c shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container caa2805d-a2cf-43bb-b4f1-2b5a05a5769e initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container caa2805d-a2cf-43bb-b4f1-2b5a05a5769e shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 76bbc1f0-4e93-4c17-85f0-430688068970 initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 76bbc1f0-4e93-4c17-85f0-430688068970 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 31405a60-adbf-400b-9922-1e398c7f606f initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 31405a60-adbf-400b-9922-1e398c7f606f shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b8446241-aff9-4da5-aa91-ee73e857d0dd initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b8446241-aff9-4da5-aa91-ee73e857d0dd shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86bd77a5-63bd-406d-8668-73c30aa33734 initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86bd77a5-63bd-406d-8668-73c30aa33734 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bcfebbf3-7c64-483d-a865-b8d56436a946 initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bcfebbf3-7c64-483d-a865-b8d56436a946 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8007a2af-f611-4c2c-8b5d-d6c17785c934 initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8007a2af-f611-4c2c-8b5d-d6c17785c934 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4e079998-125c-4bde-a914-5235aad09839 initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4e079998-125c-4bde-a914-5235aad09839 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 448bceb2-11fa-45fa-94ec-a38be3c885f5 initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 448bceb2-11fa-45fa-94ec-a38be3c885f5 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 65cf9e10-3e7b-4e70-89a8-5b1170e2bdbb initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 65cf9e10-3e7b-4e70-89a8-5b1170e2bdbb shut down [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 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.056 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositorySemiStructuredObserverParserTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 44545b5a-e3a4-477b-ac5a-7295a6ac3345 initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 44545b5a-e3a4-477b-ac5a-7295a6ac3345 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9418649c-03a1-42d9-9dda-5eb0fca4a40e initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9418649c-03a1-42d9-9dda-5eb0fca4a40e shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c44edc6e-69b0-48a9-950b-5bfe23a8590d initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c44edc6e-69b0-48a9-950b-5bfe23a8590d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b283c054-7270-46fd-8615-49d49e30c051 initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b283c054-7270-46fd-8615-49d49e30c051 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb8b5fd4-f4b9-475f-9ae8-a9cef167a3e0 initialized May 01, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb8b5fd4-f4b9-475f-9ae8-a9cef167a3e0 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a6261c8e-8452-47f2-b976-49a623f27ff2 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a6261c8e-8452-47f2-b976-49a623f27ff2 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d9e13894-13e8-47c5-9230-548877fce1d7 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d9e13894-13e8-47c5-9230-548877fce1d7 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 13660e1e-a139-45ef-b443-774ec5420758 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 13660e1e-a139-45ef-b443-774ec5420758 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d5c122b7-ba26-4dfd-a5b6-dcd7b3e5fa20 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d5c122b7-ba26-4dfd-a5b6-dcd7b3e5fa20 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container efdbd9d1-6868-4826-a9f4-7364933c9f48 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container efdbd9d1-6868-4826-a9f4-7364933c9f48 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 82212eec-82c5-43aa-b8fd-1100545ce086 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 82212eec-82c5-43aa-b8fd-1100545ce086 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3d2a15ed-10a5-4ced-abeb-6706ff4321fc initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3d2a15ed-10a5-4ced-abeb-6706ff4321fc shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4e17e336-1b79-4491-9933-927e8741ac93 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4e17e336-1b79-4491-9933-927e8741ac93 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6724fef-1d08-4c1d-bc90-42bffc645275 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6724fef-1d08-4c1d-bc90-42bffc645275 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd59cc05-66a5-48af-8130-e97e391ab3fc initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd59cc05-66a5-48af-8130-e97e391ab3fc shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25a9b19b-95e1-42f8-bc73-b5e5b84d8ec2 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25a9b19b-95e1-42f8-bc73-b5e5b84d8ec2 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 78de5433-34bc-44bd-a419-5194e10672e5 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 78de5433-34bc-44bd-a419-5194e10672e5 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37d8434d-cb39-4b2e-ba87-0588f3d25925 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37d8434d-cb39-4b2e-ba87-0588f3d25925 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fa39dbef-1772-49bf-9df9-d2897712cfbf initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fa39dbef-1772-49bf-9df9-d2897712cfbf shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b5941f19-af53-4aa4-b0af-05e620f990b8 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b5941f19-af53-4aa4-b0af-05e620f990b8 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ff162186-49f7-4bd4-a4a4-4aaf412fe463 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ff162186-49f7-4bd4-a4a4-4aaf412fe463 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ee9abc49-7d6f-4202-9fe2-10bee17f32d4 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ee9abc49-7d6f-4202-9fe2-10bee17f32d4 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fae538ef-e85d-4d1b-ab2f-2fa722aebd68 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fae538ef-e85d-4d1b-ab2f-2fa722aebd68 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8edbc885-2271-40e7-86ad-a28f869914b2 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8edbc885-2271-40e7-86ad-a28f869914b2 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 40d7ac9d-29d1-42ab-9a0b-9749427c4c54 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 40d7ac9d-29d1-42ab-9a0b-9749427c4c54 shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a92fd059-405f-4945-b111-6612d89cbe2e initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a92fd059-405f-4945-b111-6612d89cbe2e shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 74b8ad7a-288f-44d2-9e1a-dbf5cfd2edcc initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 74b8ad7a-288f-44d2-9e1a-dbf5cfd2edcc shut down May 01, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 06b5a7df-f653-4cfa-b82b-28f46ef7b124 initialized May 01, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 06b5a7df-f653-4cfa-b82b-28f46ef7b124 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e841ebd4-f0dd-440f-bf96-75e457cd88e5 initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e841ebd4-f0dd-440f-bf96-75e457cd88e5 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 20f80d47-b79e-4ee4-9ee8-5d1857266ea9 initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 20f80d47-b79e-4ee4-9ee8-5d1857266ea9 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 768118b5-db32-4334-9b71-283b5aa1b5e0 initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 768118b5-db32-4334-9b71-283b5aa1b5e0 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 93e6b6c8-3ac8-49dd-89e4-9351ba326acf initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 93e6b6c8-3ac8-49dd-89e4-9351ba326acf shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be28bc94-3560-4e1f-ad63-d475e753d173 initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be28bc94-3560-4e1f-ad63-d475e753d173 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 83fb2aad-0c42-422f-b08d-97d004fa6b06 initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 83fb2aad-0c42-422f-b08d-97d004fa6b06 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b113dbc4-dfcc-4c64-ba3b-bd5459f2c0ab initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b113dbc4-dfcc-4c64-ba3b-bd5459f2c0ab shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e63ee785-e272-4ccd-b612-34c962f22d3a initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e63ee785-e272-4ccd-b612-34c962f22d3a shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1329c5c9-2449-4c4a-8ce8-d536f64c712c initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1329c5c9-2449-4c4a-8ce8-d536f64c712c shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d58d39c9-f34a-4d69-9cef-bf85a8e18eb9 initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d58d39c9-f34a-4d69-9cef-bf85a8e18eb9 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 287856af-ccc5-4221-9d74-5e5ec0ff0d07 initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 287856af-ccc5-4221-9d74-5e5ec0ff0d07 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d234f876-7208-481e-8ca3-fc214c424de0 initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d234f876-7208-481e-8ca3-fc214c424de0 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5ecde76a-f537-4fa9-b1ed-3b35f9519f66 initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5ecde76a-f537-4fa9-b1ed-3b35f9519f66 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d775f338-15a0-4179-b640-b5263908c95e initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d775f338-15a0-4179-b640-b5263908c95e shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f33b0f12-af4e-4eb2-a04f-bb65c5c03d8c initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f33b0f12-af4e-4eb2-a04f-bb65c5c03d8c shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 77f82fb8-0252-4a9d-a1f9-146fe1be8e3d initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 77f82fb8-0252-4a9d-a1f9-146fe1be8e3d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 62e13373-a3b9-43b1-9929-b760d3522a18 initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 62e13373-a3b9-43b1-9929-b760d3522a18 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 34c4b2c8-d60f-4fcd-822f-3ad7e5be8f5d initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 34c4b2c8-d60f-4fcd-822f-3ad7e5be8f5d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e9b26af-f44f-450a-8ad1-7b293acbb834 initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e9b26af-f44f-450a-8ad1-7b293acbb834 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 322cd159-724a-4a94-a547-11b72e4dedb0 initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 322cd159-724a-4a94-a547-11b72e4dedb0 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0f36486d-bea9-4c71-b8c9-b94933e63355 initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0f36486d-bea9-4c71-b8c9-b94933e63355 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1e379947-b72a-43a9-91e9-280ba949139f initialized May 01, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1e379947-b72a-43a9-91e9-280ba949139f shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd301d75-975d-4e5f-80e7-5a038647cb66 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd301d75-975d-4e5f-80e7-5a038647cb66 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 05aab43e-6ec8-4cb6-9262-b342deb81838 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 05aab43e-6ec8-4cb6-9262-b342deb81838 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f27a471f-dcaf-4499-900c-6d08b4c502c4 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f27a471f-dcaf-4499-900c-6d08b4c502c4 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 815c763f-fb52-4968-b4fd-d1e940fe2ed2 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 815c763f-fb52-4968-b4fd-d1e940fe2ed2 shut down [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.406 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25664a5b-d24e-47e4-9480-0005e11842bd initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25664a5b-d24e-47e4-9480-0005e11842bd shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 96a7dd79-a264-4321-bb40-14d88a0504a8 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 96a7dd79-a264-4321-bb40-14d88a0504a8 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7d73b3b3-1c6f-40b2-985b-0a21a0e0d2d1 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7d73b3b3-1c6f-40b2-985b-0a21a0e0d2d1 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d4eb3857-a97b-4a6d-b161-94fc10b3acce initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d4eb3857-a97b-4a6d-b161-94fc10b3acce shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e4efc142-95f9-4ab9-8f2d-ce08a2f368e4 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e4efc142-95f9-4ab9-8f2d-ce08a2f368e4 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a6817a28-1170-4ec2-a52a-9acdc6c700a6 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a6817a28-1170-4ec2-a52a-9acdc6c700a6 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cca3541d-5d40-4b24-9c9b-4a8e7112f6a1 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cca3541d-5d40-4b24-9c9b-4a8e7112f6a1 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 27f51af2-f22a-44bd-9c81-de692c0d06c6 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 27f51af2-f22a-44bd-9c81-de692c0d06c6 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 898e32b7-df58-41ac-87f6-b7b303c53fae initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 898e32b7-df58-41ac-87f6-b7b303c53fae shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f17a84ac-d2f5-44e6-955b-b6ba7b3919a0 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f17a84ac-d2f5-44e6-955b-b6ba7b3919a0 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0f670b8f-e212-44fb-9694-4b5862c4295d initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0f670b8f-e212-44fb-9694-4b5862c4295d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 56633c9c-46a3-48c0-a632-ae6294fab8a2 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 56633c9c-46a3-48c0-a632-ae6294fab8a2 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 960e319a-0087-40fd-b704-00967b7ab5f3 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 960e319a-0087-40fd-b704-00967b7ab5f3 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4f6acbc6-b369-4134-9297-8cf72e256bce initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4f6acbc6-b369-4134-9297-8cf72e256bce shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 995c9f41-75b1-439e-a107-b53f03045550 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 995c9f41-75b1-439e-a107-b53f03045550 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 289bf125-bc34-4e8f-8267-ecf3520be14a initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 289bf125-bc34-4e8f-8267-ecf3520be14a shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d095dca7-5143-435c-8fe1-b6bb083fe607 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d095dca7-5143-435c-8fe1-b6bb083fe607 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55186f82-b626-4e33-85fc-c975be94c585 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55186f82-b626-4e33-85fc-c975be94c585 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 03088868-65a8-43bf-987f-9def02be9920 initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 03088868-65a8-43bf-987f-9def02be9920 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 54aaf293-6ba4-4181-8d9e-c3243792381b initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 54aaf293-6ba4-4181-8d9e-c3243792381b shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 65df960a-3492-41b1-80bc-df47b843d96d initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 65df960a-3492-41b1-80bc-df47b843d96d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5330ab2c-91fc-4999-968f-dc8309b3927a initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5330ab2c-91fc-4999-968f-dc8309b3927a shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4ee99ca5-c95e-4b2f-b4c3-a5f37306efee initialized May 01, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4ee99ca5-c95e-4b2f-b4c3-a5f37306efee shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ed13d7e0-bb69-4b1d-9d5f-3da7f168b6b4 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ed13d7e0-bb69-4b1d-9d5f-3da7f168b6b4 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eaffb9b0-12be-40b0-aa89-b6b7430cbbe9 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eaffb9b0-12be-40b0-aa89-b6b7430cbbe9 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0174c911-3d88-4188-8ebd-986af452bc28 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0174c911-3d88-4188-8ebd-986af452bc28 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container adad05b0-8913-4ac8-b1bb-02e0896faa77 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container adad05b0-8913-4ac8-b1bb-02e0896faa77 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a25623f9-102f-411f-9678-fcf7f1696a31 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a25623f9-102f-411f-9678-fcf7f1696a31 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 592048fc-7674-414f-b470-38ffc6c7af3e initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 592048fc-7674-414f-b470-38ffc6c7af3e shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fb6837cf-8387-4068-a1b5-ee31b953a8e3 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fb6837cf-8387-4068-a1b5-ee31b953a8e3 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f96e476-8327-4d7f-82db-f7241c079abb initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f96e476-8327-4d7f-82db-f7241c079abb shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c76140c6-9fe5-4191-a39f-1c20f96ec513 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c76140c6-9fe5-4191-a39f-1c20f96ec513 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aab251df-b9a1-40c4-9004-2ec9e8745f6b initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aab251df-b9a1-40c4-9004-2ec9e8745f6b shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 99de2310-00e4-4c35-9d1d-2d68864bb6d5 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 99de2310-00e4-4c35-9d1d-2d68864bb6d5 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c336b41f-43fa-46e5-bc6c-b888b654e6f6 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c336b41f-43fa-46e5-bc6c-b888b654e6f6 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef6caf35-9669-41d0-ace0-10298c2aeb5d initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef6caf35-9669-41d0-ace0-10298c2aeb5d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6652f1e0-aed0-44c6-a507-49acd0755193 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6652f1e0-aed0-44c6-a507-49acd0755193 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f53b5c45-eadb-4c4f-9da2-9ae883c33319 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f53b5c45-eadb-4c4f-9da2-9ae883c33319 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6429c53e-4eac-4624-b9b9-531b11c14e90 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6429c53e-4eac-4624-b9b9-531b11c14e90 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 89c5a779-481b-411b-b401-97d629b03841 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 89c5a779-481b-411b-b401-97d629b03841 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11e1f450-2b7a-4206-816e-a582c7412c9d initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11e1f450-2b7a-4206-816e-a582c7412c9d shut down [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.389 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c1d72e69-2fcd-4f7d-97a5-c3152cb4a0c4 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c1d72e69-2fcd-4f7d-97a5-c3152cb4a0c4 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 57e79cd6-5cf3-4d0e-b9c2-d0521f98dd2d initialized May 01, 2024 5:07:33 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 May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 57e79cd6-5cf3-4d0e-b9c2-d0521f98dd2d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 31e37a99-442e-437a-be60-4d326d4d9dd0 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 31e37a99-442e-437a-be60-4d326d4d9dd0 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b769de00-c40b-49ea-be91-b66581d287b5 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b769de00-c40b-49ea-be91-b66581d287b5 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9c698a3e-83cb-4008-b926-b65286ccc555 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9c698a3e-83cb-4008-b926-b65286ccc555 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d65844e7-eebd-429d-81c7-3071ddf4c2e8 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d65844e7-eebd-429d-81c7-3071ddf4c2e8 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4c9ee8a3-6241-434a-9bb9-6d22952de5ae initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4c9ee8a3-6241-434a-9bb9-6d22952de5ae shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ff2132ac-f3ea-4806-9fdc-e510e1e7aecc initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ff2132ac-f3ea-4806-9fdc-e510e1e7aecc shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5e67cfcf-7632-4cd3-bb80-5c448ca99e88 initialized May 01, 2024 5:07:33 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 May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5e67cfcf-7632-4cd3-bb80-5c448ca99e88 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 887cc912-fa68-4f50-909b-2602a9e29307 initialized May 01, 2024 5:07:33 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 May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 887cc912-fa68-4f50-909b-2602a9e29307 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8be8b634-3046-45b4-98e7-38615237b5d1 initialized May 01, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8be8b634-3046-45b4-98e7-38615237b5d1 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 679e1072-1066-4ce8-a6e1-1265d1e47456 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 679e1072-1066-4ce8-a6e1-1265d1e47456 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1d4841b0-4b0f-4491-a90c-b3c6943d132b initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1d4841b0-4b0f-4491-a90c-b3c6943d132b shut down [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperSelectTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 847393ea-0f15-49c7-90ae-152514f4ac67 initialized May 01, 2024 5:07:34 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 May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 847393ea-0f15-49c7-90ae-152514f4ac67 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6cccbbf6-fd69-4574-87a1-efc69caf5177 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6cccbbf6-fd69-4574-87a1-efc69caf5177 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6f9b3856-0b26-4c81-8b79-178da5f1d5b5 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6f9b3856-0b26-4c81-8b79-178da5f1d5b5 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ae6b6e8b-6a99-4444-8dfb-da3f3d74216b initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ae6b6e8b-6a99-4444-8dfb-da3f3d74216b shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b7fa226-e0e1-4699-9b0f-7ada2c4b8251 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b7fa226-e0e1-4699-9b0f-7ada2c4b8251 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9834614f-588f-44a9-a179-14245af57316 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9834614f-588f-44a9-a179-14245af57316 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7b78d233-3231-4c91-8b56-45a4bbc10832 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7b78d233-3231-4c91-8b56-45a4bbc10832 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a324acf4-dbb1-48d5-afd6-2d1204620df3 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a324acf4-dbb1-48d5-afd6-2d1204620df3 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e231cdd0-b07a-4b48-a5a9-ea613b2a409e initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e231cdd0-b07a-4b48-a5a9-ea613b2a409e shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 745e795c-d117-4388-a390-acb1693db241 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 745e795c-d117-4388-a390-acb1693db241 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 41714d09-41b5-48b5-8635-c2f2977d7834 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 41714d09-41b5-48b5-8635-c2f2977d7834 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 00401f78-0d51-42e2-952b-272b25d282ec initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 00401f78-0d51-42e2-952b-272b25d282ec shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 98100470-d60c-4ac4-b456-43de98f81342 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 98100470-d60c-4ac4-b456-43de98f81342 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0908c099-ceee-4837-8018-99d8ee8c3d4b initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0908c099-ceee-4837-8018-99d8ee8c3d4b shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0cb9d1f5-e63a-44d8-aa4f-cea89704034e initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0cb9d1f5-e63a-44d8-aa4f-cea89704034e shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c8fda3a8-2e4e-4239-ae75-5ae2e6efbd32 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c8fda3a8-2e4e-4239-ae75-5ae2e6efbd32 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 87fbce90-13c8-4e22-b03a-e0abef0bd642 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 87fbce90-13c8-4e22-b03a-e0abef0bd642 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94eb8d04-4f0f-46e7-a0e6-beded5eaaba5 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94eb8d04-4f0f-46e7-a0e6-beded5eaaba5 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f5d4529c-e8c7-4ddd-b124-9b2bc8dbd749 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f5d4529c-e8c7-4ddd-b124-9b2bc8dbd749 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 82835134-5e8d-4bea-8a97-2c984514167d initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 82835134-5e8d-4bea-8a97-2c984514167d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a73627d-8488-4d7c-83dd-7d5138a136c0 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a73627d-8488-4d7c-83dd-7d5138a136c0 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4799ec08-4bd1-4a63-9f9d-0cd2e9349f5e initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4799ec08-4bd1-4a63-9f9d-0cd2e9349f5e shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ab571d8e-77c0-4d26-944e-932106c3ec89 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ab571d8e-77c0-4d26-944e-932106c3ec89 shut down [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.758 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.007 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.071 s -- in org.eclipse.jnosql.mapping.semistructured.EventPersistManagerTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0bb81001-5554-457f-ba96-a00849609a9e initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0bb81001-5554-457f-ba96-a00849609a9e shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 80fe1600-7906-4a73-b597-bdba5e97ccc1 initialized May 01, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 80fe1600-7906-4a73-b597-bdba5e97ccc1 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25beea2e-34a8-47e8-980e-ce36602751e2 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25beea2e-34a8-47e8-980e-ce36602751e2 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2d7ad95d-3456-4c5b-9811-1625efb5a22f initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2d7ad95d-3456-4c5b-9811-1625efb5a22f shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9b39086f-1094-459a-ba39-024b73818754 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9b39086f-1094-459a-ba39-024b73818754 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ab691cda-9ee1-4541-96c3-a3813d71145a initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ab691cda-9ee1-4541-96c3-a3813d71145a shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9bf9e3b5-080e-44f1-9e80-5b9daf5c2714 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9bf9e3b5-080e-44f1-9e80-5b9daf5c2714 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5295c8a4-a1ba-4c58-bf27-3308bca5c280 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5295c8a4-a1ba-4c58-bf27-3308bca5c280 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 88b828d4-b692-4401-ade9-3b5f15308730 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 88b828d4-b692-4401-ade9-3b5f15308730 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6128eb03-74ce-4513-b254-2d581d67b4f4 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6128eb03-74ce-4513-b254-2d581d67b4f4 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3b3ea525-683a-433d-8708-a2f3296027ce initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3b3ea525-683a-433d-8708-a2f3296027ce shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8249dbd1-004d-4889-b9d4-082629e9a039 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8249dbd1-004d-4889-b9d4-082629e9a039 shut down [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 s -- in org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ebaba6fe-2a59-40ce-b4b6-be2af8e21833 initialized May 01, 2024 5:07:35 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 May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ebaba6fe-2a59-40ce-b4b6-be2af8e21833 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 916079f1-dd09-4f04-b020-32e4920524db initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 916079f1-dd09-4f04-b020-32e4920524db shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4504cd9e-f4b9-4429-83c8-68a3ed39535b initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4504cd9e-f4b9-4429-83c8-68a3ed39535b shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5ec06f42-4d2d-4813-b85d-1643ff76fca7 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5ec06f42-4d2d-4813-b85d-1643ff76fca7 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 654f2eef-eb2c-46ab-aecd-3fabfb6748bc initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 654f2eef-eb2c-46ab-aecd-3fabfb6748bc shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3e9cbb1f-cb00-43bf-bbaf-9f2cd1c4272b initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3e9cbb1f-cb00-43bf-bbaf-9f2cd1c4272b shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1a599299-0969-4049-9a54-eab295c94a78 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1a599299-0969-4049-9a54-eab295c94a78 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0764f2dc-5811-41cb-b499-342303e32034 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0764f2dc-5811-41cb-b499-342303e32034 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 03d7730e-8975-4740-acf3-c8d95b69a4a5 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 03d7730e-8975-4740-acf3-c8d95b69a4a5 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dd5f4e6d-942f-4f6d-841f-0a7960d89a78 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dd5f4e6d-942f-4f6d-841f-0a7960d89a78 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4992a06e-99f3-42f9-9006-88cb3f5c7720 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4992a06e-99f3-42f9-9006-88cb3f5c7720 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e41c7403-c2d1-483b-aedb-f13a269e4639 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e41c7403-c2d1-483b-aedb-f13a269e4639 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a50d22db-92c3-4062-a8a6-2d459f355da1 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a50d22db-92c3-4062-a8a6-2d459f355da1 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 970a722a-8253-4f58-965c-ca88e22a772f initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 970a722a-8253-4f58-965c-ca88e22a772f shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d27fe296-ff08-44a5-9e2a-a8ed9adbb6a8 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d27fe296-ff08-44a5-9e2a-a8ed9adbb6a8 shut down [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.481 s -- in org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperObserverTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b29e4b20-825b-4a64-86f5-3a82b2cdb47b initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b29e4b20-825b-4a64-86f5-3a82b2cdb47b shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6f3e1288-f415-43ac-896f-bb5cad49ed00 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6f3e1288-f415-43ac-896f-bb5cad49ed00 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e2434df8-5135-4417-98de-4165967514c6 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e2434df8-5135-4417-98de-4165967514c6 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f77e2d29-7266-41bf-b233-c7e28f19bc95 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f77e2d29-7266-41bf-b233-c7e28f19bc95 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fa7c30e5-0ed2-45ef-a475-94f40fbe03e1 initialized May 01, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fa7c30e5-0ed2-45ef-a475-94f40fbe03e1 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4a426e95-8cd5-4bb4-b87a-dde58746de74 initialized May 01, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4a426e95-8cd5-4bb4-b87a-dde58746de74 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c16607f3-35c5-4df4-90b3-07e1f658f811 initialized May 01, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c16607f3-35c5-4df4-90b3-07e1f658f811 shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.eclipse.jnosql.mapping.semistructured.MapperObserverTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityImmutableTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f035fabf-5885-469b-9f6c-5033d3a14dad initialized May 01, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f035fabf-5885-469b-9f6c-5033d3a14dad shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ad74c04c-9fcd-4898-8288-532cc80eaab5 initialized May 01, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ad74c04c-9fcd-4898-8288-532cc80eaab5 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bebaf353-6e2b-431e-a738-cf3d97cbff81 initialized May 01, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bebaf353-6e2b-431e-a738-cf3d97cbff81 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 470f16cc-8193-4167-82e6-8579dfec003d initialized May 01, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 470f16cc-8193-4167-82e6-8579dfec003d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d837ac91-ccf0-4aa1-8886-54ac26c13306 initialized May 01, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d837ac91-ccf0-4aa1-8886-54ac26c13306 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 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 May 01, 2024 5:07:39 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:44 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:44 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c56b3f49-e23a-4c9f-94f7-987fa994d261 initialized May 01, 2024 5:07:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c56b3f49-e23a-4c9f-94f7-987fa994d261 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:45 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:45 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e077e411-8665-499a-9c3a-bb04207c6bc6 initialized May 01, 2024 5:07:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e077e411-8665-499a-9c3a-bb04207c6bc6 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:45 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:45 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 21ac19a8-8b23-4631-b31e-d4d0eed63446 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 01, 2024 5:07:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 21ac19a8-8b23-4631-b31e-d4d0eed63446 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:46 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:46 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 455e8992-da76-40e1-b459-b9219447e4c5 initialized May 01, 2024 5:07:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 455e8992-da76-40e1-b459-b9219447e4c5 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e92a91c-b4e5-4842-9679-967968788508 initialized May 01, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e92a91c-b4e5-4842-9679-967968788508 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.362 s -- in org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest [INFO] Running org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b8a07e87-8c77-43cf-bdac-0a1851097ec1 initialized May 01, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b8a07e87-8c77-43cf-bdac-0a1851097ec1 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 08af7f86-6904-406e-93b1-71dd6ee23221 initialized May 01, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 08af7f86-6904-406e-93b1-71dd6ee23221 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.532 s -- in org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest [INFO] Running org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bf299a89-ff7a-4a39-9267-689502cac74a initialized May 01, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bf299a89-ff7a-4a39-9267-689502cac74a shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a81e0b0e-51a1-44cf-a261-3ef14f824d94 initialized May 01, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a81e0b0e-51a1-44cf-a261-3ef14f824d94 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s -- in org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.document.spi.DocumentExtensionTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:47 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 88fb0245-3e6a-4c36-ae0e-7c595552a986 initialized May 01, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 88fb0245-3e6a-4c36-ae0e-7c595552a986 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a8788b14-575f-4a1b-b80e-a7a95c3407b0 initialized May 01, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a8788b14-575f-4a1b-b80e-a7a95c3407b0 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container adfcde73-9f47-4746-b3a2-fa8904c14760 initialized May 01, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container adfcde73-9f47-4746-b3a2-fa8904c14760 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 32440440-15ea-4fc0-ab34-06a7d9be9043 initialized May 01, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 32440440-15ea-4fc0-ab34-06a7d9be9043 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 s -- in org.eclipse.jnosql.mapping.document.spi.DocumentExtensionTest [INFO] Running org.eclipse.jnosql.mapping.document.DocumentTemplateTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bf1a5b22-0616-49a5-9212-30955c5c3474 initialized May 01, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bf1a5b22-0616-49a5-9212-30955c5c3474 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 01, 2024 5:07:48 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 01, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e17c863-aae0-45b8-b742-f3c25cbba1c1 initialized May 01, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e17c863-aae0-45b8-b742-f3c25cbba1c1 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 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 May 01, 2024 5:07:51 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 65f4400a-fe29-4d0b-ae31-e5e7fb4aa0e8 initialized May 01, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 65f4400a-fe29-4d0b-ae31-e5e7fb4aa0e8 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 27772e09-94a7-41d5-a7db-da6cd2c65680 initialized May 01, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 27772e09-94a7-41d5-a7db-da6cd2c65680 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:07:56 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8064d47b-2c08-4c06-b90f-79d3b42c7cf4 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 01, 2024 5:07:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8064d47b-2c08-4c06-b90f-79d3b42c7cf4 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:07:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5ea23df3-7fb9-4fd8-831b-27eb2e6049d3 initialized May 01, 2024 5:07:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5ea23df3-7fb9-4fd8-831b-27eb2e6049d3 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:07:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cf207d89-b9ec-455e-9422-11abb010ab14 initialized May 01, 2024 5:07:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cf207d89-b9ec-455e-9422-11abb010ab14 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.085 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.021 s -- in org.eclipse.jnosql.mapping.column.DatabaseQualifierTest [INFO] Running org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:07:58 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:07:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4728d769-d85f-451a-9690-897dd3e78690 initialized May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4728d769-d85f-451a-9690-897dd3e78690 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ca5e6cfd-2343-47a8-beec-b00581c387e4 initialized May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ca5e6cfd-2343-47a8-beec-b00581c387e4 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 s -- in org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest [INFO] Running org.eclipse.jnosql.mapping.column.ColumnTemplateTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b470dc7-abe5-4c47-ae77-c65564f18a7d initialized May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b470dc7-abe5-4c47-ae77-c65564f18a7d shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fc26df73-02bd-48ed-a81f-e5ecf286a9a0 initialized May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fc26df73-02bd-48ed-a81f-e5ecf286a9a0 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in org.eclipse.jnosql.mapping.column.ColumnTemplateTest [INFO] Running org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f65d7a15-5fb4-48ab-adf7-fc4108d23f7c initialized May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f65d7a15-5fb4-48ab-adf7-fc4108d23f7c shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2cf6efa4-ce92-4eab-bee3-05c6addeeb4d initialized May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2cf6efa4-ce92-4eab-bee3-05c6addeeb4d shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.column.spi.ColumnExtensionTest May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0733bc8f-c4e6-40b2-8ebd-e0acf55338d6 initialized May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0733bc8f-c4e6-40b2-8ebd-e0acf55338d6 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8f94a2df-e659-45b7-96ae-8e69efedaa86 initialized May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8f94a2df-e659-45b7-96ae-8e69efedaa86 shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:07:59 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 307610a5-b01e-4bfa-ade5-cad58615bf3a initialized May 01, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 307610a5-b01e-4bfa-ade5-cad58615bf3a shut down May 01, 2024 5:07: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. May 01, 2024 5:07: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. May 01, 2024 5:08:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:08:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 01, 2024 5:08:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 01, 2024 5:08:00 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 01, 2024 5:08:00 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 01, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 42ea4807-f7c1-42c7-9e65-0386633ebcb2 initialized May 01, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 42ea4807-f7c1-42c7-9e65-0386633ebcb2 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 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 May 01, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0b80c9ef-47e8-41aa-9dc8-70ab95166a0a initialized May 01, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0b80c9ef-47e8-41aa-9dc8-70ab95166a0a shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 636c10b3-4c33-450c-8695-cac7813903ce initialized May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 636c10b3-4c33-450c-8695-cac7813903ce shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3cf7b724-4a9b-4212-84f6-992cdfa4e41c initialized May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3cf7b724-4a9b-4212-84f6-992cdfa4e41c shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5eeee3b3-7ddd-45c1-8543-f24fbbabb56d initialized May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5eeee3b3-7ddd-45c1-8543-f24fbbabb56d shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aef8a59f-7317-4111-beb4-c8c220b17680 initialized May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aef8a59f-7317-4111-beb4-c8c220b17680 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a1c0f54-6e11-4d7a-8870-f8a787983dfd initialized May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a1c0f54-6e11-4d7a-8870-f8a787983dfd shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.794 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d0fd8006-6359-40b3-a397-d9c38faafc90 initialized May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d0fd8006-6359-40b3-a397-d9c38faafc90 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 62145fca-c977-449d-b1b1-b978fc86ec46 initialized May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 62145fca-c977-449d-b1b1-b978fc86ec46 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9285ecd3-573b-4863-a3ca-6c4ec711cdb0 initialized May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9285ecd3-573b-4863-a3ca-6c4ec711cdb0 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 644530af-e11b-44a2-89c4-505a43e39ef8 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 01, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 644530af-e11b-44a2-89c4-505a43e39ef8 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:11 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:11 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 53daf4cf-a571-482c-b527-adbdd079e19e initialized May 01, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 53daf4cf-a571-482c-b527-adbdd079e19e shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.036 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:11 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:11 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container de248158-eef6-4c63-8f17-24d1a2ba526c initialized May 01, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container de248158-eef6-4c63-8f17-24d1a2ba526c shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:11 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:11 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4b621506-6fcc-4bac-99c4-bcca6cf40837 initialized May 01, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4b621506-6fcc-4bac-99c4-bcca6cf40837 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:11 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:11 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8ab47be4-9aef-4382-b7d0-92a3dce7818a initialized May 01, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8ab47be4-9aef-4382-b7d0-92a3dce7818a shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a497c8fb-b0ac-41cb-8c69-3b40b0b88089 initialized May 01, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a497c8fb-b0ac-41cb-8c69-3b40b0b88089 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtensionTest May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 54d4e224-f5bb-4a05-ae61-10862d7d277a initialized May 01, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 54d4e224-f5bb-4a05-ae61-10862d7d277a shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5a72a9be-bc95-430f-a2a5-1a69d3c3423b initialized May 01, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5a72a9be-bc95-430f-a2a5-1a69d3c3423b shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 s -- in org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtensionTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef9135f5-388b-4612-8f22-b528b5ef0d41 initialized May 01, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef9135f5-388b-4612-8f22-b528b5ef0d41 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 105b8dcd-4ca0-42ec-80c2-ff9f654bcae3 initialized May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 105b8dcd-4ca0-42ec-80c2-ff9f654bcae3 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4fbd536e-3444-4543-a944-6b177fe0f332 initialized May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4fbd536e-3444-4543-a944-6b177fe0f332 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9aa6d43f-7c2c-4166-ab39-91163a3a5bf1 initialized May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9aa6d43f-7c2c-4166-ab39-91163a3a5bf1 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 70ee3c06-8e27-4093-b3d4-86b3381d9813 initialized May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 70ee3c06-8e27-4093-b3d4-86b3381d9813 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 649dfbde-cffb-4328-916b-1037ee3a1dd3 initialized May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 649dfbde-cffb-4328-916b-1037ee3a1dd3 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 46eebcb4-05a4-4858-b7ea-23249139d200 initialized May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 46eebcb4-05a4-4858-b7ea-23249139d200 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b9848449-68c0-4505-a4fb-24dac8ebbcf8 initialized May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b9848449-68c0-4505-a4fb-24dac8ebbcf8 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cf18b5f3-b019-4a30-908d-f721e7cc0a1c initialized May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cf18b5f3-b019-4a30-908d-f721e7cc0a1c shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4a0bbe8f-5eed-42a8-b316-03097f255ddb initialized May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4a0bbe8f-5eed-42a8-b316-03097f255ddb shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 45664c5a-aefb-4de3-8d39-923940d97d46 initialized May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 45664c5a-aefb-4de3-8d39-923940d97d46 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 484fa8a4-a667-46a2-b343-71ff8245366f initialized May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 484fa8a4-a667-46a2-b343-71ff8245366f shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 341ce731-1cc5-4ffa-add0-b0c6ff6de894 initialized May 01, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 341ce731-1cc5-4ffa-add0-b0c6ff6de894 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4a300020-a5ef-482e-bd7e-4afc6dac76ab initialized May 01, 2024 5:08:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4a300020-a5ef-482e-bd7e-4afc6dac76ab shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d86dd2ae-732f-483b-b392-a2b45324805c initialized May 01, 2024 5:08:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d86dd2ae-732f-483b-b392-a2b45324805c shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0c856bca-a909-472d-a8a6-83c42d3f412f initialized May 01, 2024 5:08:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0c856bca-a909-472d-a8a6-83c42d3f412f shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4875fc48-ecfc-4f6e-9d5a-2a0337d9fec5 initialized May 01, 2024 5:08:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4875fc48-ecfc-4f6e-9d5a-2a0337d9fec5 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:14 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 033d2df7-2457-4852-be49-0095c2a578ec initialized May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 033d2df7-2457-4852-be49-0095c2a578ec shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9588a85a-815a-4442-8438-e867b165be6d initialized May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9588a85a-815a-4442-8438-e867b165be6d shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4aafed87-466f-4328-9642-1c7790d42eb9 initialized May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4aafed87-466f-4328-9642-1c7790d42eb9 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 24bdf25a-dfc6-4aa0-a7bb-b74a4dd1060a initialized May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 24bdf25a-dfc6-4aa0-a7bb-b74a4dd1060a shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 87ded527-c02f-4c13-9217-967b9986a949 initialized May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 87ded527-c02f-4c13-9217-967b9986a949 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 31a8cd9f-47a3-4f0c-bee3-3278a661dac4 initialized May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 31a8cd9f-47a3-4f0c-bee3-3278a661dac4 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e240e1af-3ac8-4426-aa15-8e8f44ab03e0 initialized May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e240e1af-3ac8-4426-aa15-8e8f44ab03e0 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ca972982-fbcc-4b93-90d9-5132d3b3c79d initialized May 01, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ca972982-fbcc-4b93-90d9-5132d3b3c79d shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a5cacb4e-19b4-4949-bef6-2d6cae35a105 initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a5cacb4e-19b4-4949-bef6-2d6cae35a105 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9e522a72-fb38-4c6e-815f-93941e9ee84a initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9e522a72-fb38-4c6e-815f-93941e9ee84a shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9337867f-0bab-4a1b-8e7f-b098fb11029a initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9337867f-0bab-4a1b-8e7f-b098fb11029a shut down [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.429 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 571e728e-f6cd-45b0-9c67-83b7b606b54c initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 571e728e-f6cd-45b0-9c67-83b7b606b54c shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container adb9769b-527e-4258-89e5-ecc07404e2e9 initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container adb9769b-527e-4258-89e5-ecc07404e2e9 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 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.098 s -- in org.eclipse.jnosql.mapping.keyvalue.query.DefaultKeyValueRepositoryTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f81a847f-3645-4272-80eb-d0c29e5dffab initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f81a847f-3645-4272-80eb-d0c29e5dffab shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 70d5a870-c981-4641-9d3e-7b585ee533a2 initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 70d5a870-c981-4641-9d3e-7b585ee533a2 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8d4b9864-9ad6-4622-8f18-3ff1d42e9aef initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8d4b9864-9ad6-4622-8f18-3ff1d42e9aef shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7acf290a-d259-4e91-bbed-365a57d81854 initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7acf290a-d259-4e91-bbed-365a57d81854 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 704bab34-cf2f-4dd7-baf7-8e36c3110336 initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 704bab34-cf2f-4dd7-baf7-8e36c3110336 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3587c9ff-a917-4aea-9833-6dc7bc479227 initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3587c9ff-a917-4aea-9833-6dc7bc479227 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4916207f-0d96-4c0e-97ef-9206937cdff2 initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4916207f-0d96-4c0e-97ef-9206937cdff2 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 341e6681-56ca-45a2-a625-82f117109f67 initialized May 01, 2024 5:08:16 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 May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 341e6681-56ca-45a2-a625-82f117109f67 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 20ff276b-7b36-44c2-93a8-a4ef34446aa1 initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 20ff276b-7b36-44c2-93a8-a4ef34446aa1 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f854ef80-ff0c-46ef-bbc3-70629d3d763a initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f854ef80-ff0c-46ef-bbc3-70629d3d763a shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 27d8bf68-d018-4a31-8831-3f2fae8e26b6 initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 27d8bf68-d018-4a31-8831-3f2fae8e26b6 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 99b1d34c-b7f3-44da-b171-6b5ccde033f8 initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 99b1d34c-b7f3-44da-b171-6b5ccde033f8 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d6fee056-4e34-47db-9118-4e5922904df4 initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d6fee056-4e34-47db-9118-4e5922904df4 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5d62bc5d-94f7-4c19-9d21-b558a013cef8 initialized May 01, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5d62bc5d-94f7-4c19-9d21-b558a013cef8 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 002fed83-ce54-4f11-940e-a8af8e9c1152 initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 002fed83-ce54-4f11-940e-a8af8e9c1152 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd5a2b16-e58f-4b32-a32c-ba35b86ae53d initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd5a2b16-e58f-4b32-a32c-ba35b86ae53d shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 17745c1b-149b-4020-91dc-827b8aca86e5 initialized May 01, 2024 5:08:17 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 May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 17745c1b-149b-4020-91dc-827b8aca86e5 shut down [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.742 s -- in org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5381fd10-3dba-4b91-9ef0-7a4b5ecb629a initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5381fd10-3dba-4b91-9ef0-7a4b5ecb629a shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d5559f0c-c06d-4bed-8ff0-dbe02f266981 initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d5559f0c-c06d-4bed-8ff0-dbe02f266981 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueTemplateTest May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7d6ca825-3ea4-4f9c-8e89-6d7703085c5c initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7d6ca825-3ea4-4f9c-8e89-6d7703085c5c shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b8934161-f326-4e22-8b7b-97504ae56f1a initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b8934161-f326-4e22-8b7b-97504ae56f1a shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 899eb73f-195c-4587-a43c-fc644e3bbad2 initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 899eb73f-195c-4587-a43c-fc644e3bbad2 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5bfebaf5-9f56-4dc2-9ca9-9fdcd9f899af initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5bfebaf5-9f56-4dc2-9ca9-9fdcd9f899af shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 48b7ccc9-8df2-49f9-96bc-faaa5645a5b9 initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 48b7ccc9-8df2-49f9-96bc-faaa5645a5b9 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 85769d71-588b-4307-a297-1b7dd58424aa initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 85769d71-588b-4307-a297-1b7dd58424aa shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 97afce35-09be-4be0-b21d-561f4ad20551 initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 97afce35-09be-4be0-b21d-561f4ad20551 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 57ad4476-5b80-46d3-94b8-443400aabad7 initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 57ad4476-5b80-46d3-94b8-443400aabad7 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5840cbed-c6cd-47a7-9393-f67bced0a2c6 initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5840cbed-c6cd-47a7-9393-f67bced0a2c6 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 616085a7-cbc2-4cae-a40f-d5396bb678d6 initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 616085a7-cbc2-4cae-a40f-d5396bb678d6 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:17 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 68e403ba-2a0c-4c2f-a6b2-439808a4e250 initialized May 01, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 68e403ba-2a0c-4c2f-a6b2-439808a4e250 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2710d2bb-9873-441c-83a2-49a735cd9bd6 initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2710d2bb-9873-441c-83a2-49a735cd9bd6 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 48b6fdef-205c-459e-8ae1-4808ee23b366 initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 48b6fdef-205c-459e-8ae1-4808ee23b366 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 03c11385-da98-45b8-94d6-ba9794757165 initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 03c11385-da98-45b8-94d6-ba9794757165 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f501c47f-d234-478b-a54f-4701fb7d5973 initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f501c47f-d234-478b-a54f-4701fb7d5973 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e948f29-c596-40c9-b60c-fdb46d150445 initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e948f29-c596-40c9-b60c-fdb46d150445 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container afa09a89-eeb1-4c3b-a6d3-ba96a3cf075a initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container afa09a89-eeb1-4c3b-a6d3-ba96a3cf075a shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5a209f48-b20f-44d1-bd78-052e6741b585 initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5a209f48-b20f-44d1-bd78-052e6741b585 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1821a5cc-ccd7-4e37-9771-8d2d651ee061 initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1821a5cc-ccd7-4e37-9771-8d2d651ee061 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 099c5203-adaf-46f6-9ca1-57eac2b2edac initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 099c5203-adaf-46f6-9ca1-57eac2b2edac shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e6a10d86-abd4-4460-9c2d-1ed4d11c790a initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e6a10d86-abd4-4460-9c2d-1ed4d11c790a shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 57981207-c20d-43f3-b2b0-f332f1affd7c initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 57981207-c20d-43f3-b2b0-f332f1affd7c shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f4047b59-1aba-4ec6-8772-1d8772f3cfe1 initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f4047b59-1aba-4ec6-8772-1d8772f3cfe1 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c7a27bf4-d547-4728-b652-fcfdd8e43830 initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c7a27bf4-d547-4728-b652-fcfdd8e43830 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b8ad6ef0-12ad-42fa-917c-a71a8401818e initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b8ad6ef0-12ad-42fa-917c-a71a8401818e shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 67b52662-1c43-4a67-bce9-828f432e51dd initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 67b52662-1c43-4a67-bce9-828f432e51dd shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4944b958-4e41-4aee-9f7a-cb42cad05c87 initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4944b958-4e41-4aee-9f7a-cb42cad05c87 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 01, 2024 5:08:18 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository, interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository] May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7615de34-2a41-4862-bb75-b26009eb6e4f initialized May 01, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7615de34-2a41-4862-bb75-b26009eb6e4f shut down [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.593 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.063 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 May 01, 2024 5:08:27 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4be83160-a7ee-42e4-93ee-c6a4deae4140 initialized May 01, 2024 5:08: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/1714540126246/ May 01, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540126246/ May 01, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4be83160-a7ee-42e4-93ee-c6a4deae4140 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 184d8d76-52c0-432f-bd5b-d3e0fdac1e30 initialized May 01, 2024 5:08: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/1714540129879/ May 01, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540129879/ May 01, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 184d8d76-52c0-432f-bd5b-d3e0fdac1e30 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6c6feee1-7a65-42a8-a6f6-40d3b447c524 initialized May 01, 2024 5:08: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/1714540130293/ May 01, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540130293/ May 01, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6c6feee1-7a65-42a8-a6f6-40d3b447c524 shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.55 s -- in org.eclipse.jnosql.mapping.graph.BookTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 907bce2b-483b-4b03-a2ff-a39797f8456d initialized May 01, 2024 5:08: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/1714540130659/ May 01, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540130659/ May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 907bce2b-483b-4b03-a2ff-a39797f8456d shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 294666fe-ccfa-40c6-9d44-b81ba1ffbc1e initialized May 01, 2024 5:08: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/1714540131130/ May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540131130/ May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 294666fe-ccfa-40c6-9d44-b81ba1ffbc1e shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5be62055-d1a2-44c1-bbc1-33cd473a92ed initialized May 01, 2024 5:08: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/1714540131443/ May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540131443/ May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5be62055-d1a2-44c1-bbc1-33cd473a92ed shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a32c1834-ac83-4090-b820-17c7b68e5828 initialized May 01, 2024 5:08: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/1714540131764/ May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540131764/ May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a32c1834-ac83-4090-b820-17c7b68e5828 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 65e52070-3d74-48eb-9782-98d8dcabd8d7 initialized May 01, 2024 5:08: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/1714540132063/ May 01, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540132063/ May 01, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 65e52070-3d74-48eb-9782-98d8dcabd8d7 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 226068a6-dfbd-4dbb-bd96-fb7dea5ffff3 initialized May 01, 2024 5:08: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/1714540132396/ May 01, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540132396/ May 01, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 226068a6-dfbd-4dbb-bd96-fb7dea5ffff3 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 961d26ce-dfda-4b6a-99d2-54f9510f55cc initialized May 01, 2024 5:08: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/1714540132962/ May 01, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540132962/ May 01, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 961d26ce-dfda-4b6a-99d2-54f9510f55cc shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.601 s -- in org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 71e3ad27-ac33-43da-9f1f-94edd3f6b4ba initialized May 01, 2024 5:08:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 71e3ad27-ac33-43da-9f1f-94edd3f6b4ba shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3bbb5c1e-86b7-4de3-bbe2-454a85ccec3d initialized May 01, 2024 5:08:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3bbb5c1e-86b7-4de3-bbe2-454a85ccec3d shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 021665fd-2895-4197-85d8-28994c71bca9 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 01, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 021665fd-2895-4197-85d8-28994c71bca9 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd37c214-d113-47d7-a7ad-f5bd13b2f84b initialized May 01, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd37c214-d113-47d7-a7ad-f5bd13b2f84b shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.074 s -- in org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 301c7e9a-51ed-4b65-b619-6f882cd82043 initialized May 01, 2024 5:08: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/1714540135477/ May 01, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540135477/ May 01, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 301c7e9a-51ed-4b65-b619-6f882cd82043 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6cc96d19-41f9-48b4-9bbf-87072708e926 initialized May 01, 2024 5:08: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/1714540136192/ May 01, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540136192/ May 01, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6cc96d19-41f9-48b4-9bbf-87072708e926 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7ba84a86-f59c-4ce6-b1a6-d369487b94ca initialized May 01, 2024 5:08: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/1714540136684/ May 01, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540136684/ May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7ba84a86-f59c-4ce6-b1a6-d369487b94ca shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 60bd2018-4b61-4426-a941-c8b4c5b79586 initialized May 01, 2024 5:08: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/1714540137180/ May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540137180/ May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 60bd2018-4b61-4426-a941-c8b4c5b79586 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b4efd17-fc20-434d-a910-eec954617b82 initialized May 01, 2024 5:08: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/1714540137597/ May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540137597/ May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b4efd17-fc20-434d-a910-eec954617b82 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6d626399-5499-425d-9c18-1cbe45f0eced initialized May 01, 2024 5:08: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/1714540137988/ May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540137988/ May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6d626399-5499-425d-9c18-1cbe45f0eced shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 22f95dfa-f85d-462e-bd83-cef847277cd1 initialized May 01, 2024 5:08: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/1714540138422/ May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540138422/ May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 22f95dfa-f85d-462e-bd83-cef847277cd1 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 04b69b24-6f8b-4bbf-822d-d75bc7babb44 initialized May 01, 2024 5:08: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/1714540138769/ May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540138769/ May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 04b69b24-6f8b-4bbf-822d-d75bc7babb44 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cc72a250-5e61-42f2-be30-6285508f4e07 initialized May 01, 2024 5:08: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/1714540139097/ May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540139097/ May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cc72a250-5e61-42f2-be30-6285508f4e07 shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9a259821-8c81-416d-8718-829a1356c30e initialized May 01, 2024 5:08: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/1714540139438/ May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540139438/ May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9a259821-8c81-416d-8718-829a1356c30e shut down May 01, 2024 5:08: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. May 01, 2024 5:08: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. May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:08: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] May 01, 2024 5:08:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7dadc78f-806a-4690-9ed9-bd8647eaa68e initialized May 01, 2024 5:08: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/1714540139769/ May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:08: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/1714540139769/ May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:08:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7dadc78f-806a-4690-9ed9-bd8647eaa68e shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 73b4b2b2-8bef-4a7a-a830-6ce491151191 initialized May 01, 2024 5:09: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/1714540140119/ May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540140119/ May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 73b4b2b2-8bef-4a7a-a830-6ce491151191 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1a67de41-e66d-4c11-9171-acff98e3c47a initialized May 01, 2024 5:09: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/1714540140457/ May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540140457/ May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1a67de41-e66d-4c11-9171-acff98e3c47a shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f84ac80a-ce2c-4bfb-847f-b9fd6bb76572 initialized May 01, 2024 5:09: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/1714540140784/ May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540140784/ May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f84ac80a-ce2c-4bfb-847f-b9fd6bb76572 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db7eaea7-0007-4378-aeb2-7b32a02b3170 initialized May 01, 2024 5:09: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/1714540141090/ May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540141090/ May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db7eaea7-0007-4378-aeb2-7b32a02b3170 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bf01f276-5f93-4849-a6e4-9ce2a6882e7f initialized May 01, 2024 5:09: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/1714540141444/ May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540141444/ May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bf01f276-5f93-4849-a6e4-9ce2a6882e7f shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ee2dfcef-db0f-431e-b15e-31308395e99e initialized May 01, 2024 5:09: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/1714540141727/ May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540141727/ May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ee2dfcef-db0f-431e-b15e-31308395e99e shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 85af847e-7696-4607-94eb-c233f93b854b initialized May 01, 2024 5:09: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/1714540142029/ May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540142029/ May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 85af847e-7696-4607-94eb-c233f93b854b shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 06c798aa-64b2-44bd-9609-366e296def7a initialized May 01, 2024 5:09: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/1714540142270/ May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540142270/ May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 06c798aa-64b2-44bd-9609-366e296def7a shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e049e6de-45e5-4f7f-a240-1a7cbd3e974e initialized May 01, 2024 5:09: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/1714540142547/ May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540142547/ May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e049e6de-45e5-4f7f-a240-1a7cbd3e974e shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 026e663d-1682-4b7d-9426-a24d423b9483 initialized May 01, 2024 5:09: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/1714540142781/ May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540142781/ May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 026e663d-1682-4b7d-9426-a24d423b9483 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f880f3a-2875-40ae-9a55-5817cbf53abe initialized May 01, 2024 5:09: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/1714540143007/ May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540143007/ May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f880f3a-2875-40ae-9a55-5817cbf53abe shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8aa9bc36-5b9c-4364-b0d0-4c940177a4b7 initialized May 01, 2024 5:09: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/1714540143243/ May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540143243/ May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8aa9bc36-5b9c-4364-b0d0-4c940177a4b7 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd525730-9030-4f1d-ab58-259444d21206 initialized May 01, 2024 5:09: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/1714540143470/ May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540143470/ May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd525730-9030-4f1d-ab58-259444d21206 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e1098883-0398-4aa4-aa27-25c667ee6aa2 initialized May 01, 2024 5:09: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/1714540143702/ May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540143702/ May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e1098883-0398-4aa4-aa27-25c667ee6aa2 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ea52728e-4f72-4b1b-9e13-7f6b70c81ce1 initialized May 01, 2024 5:09: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/1714540143923/ May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540143923/ May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ea52728e-4f72-4b1b-9e13-7f6b70c81ce1 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 08bfdd71-6850-4c05-bf83-e145277a3851 initialized May 01, 2024 5:09: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/1714540144173/ May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540144173/ May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 08bfdd71-6850-4c05-bf83-e145277a3851 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 96712818-dfd6-4734-9b0e-9d2731e5f508 initialized May 01, 2024 5:09: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/1714540144401/ May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540144401/ May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 96712818-dfd6-4734-9b0e-9d2731e5f508 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a4bcfc6e-d5bc-4cac-968d-d544d7db715c initialized May 01, 2024 5:09: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/1714540144636/ May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540144636/ May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a4bcfc6e-d5bc-4cac-968d-d544d7db715c shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9036b73f-2c49-4700-b5b9-4073c66aa365 initialized May 01, 2024 5:09: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/1714540144881/ May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540144881/ May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9036b73f-2c49-4700-b5b9-4073c66aa365 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cf77489c-88d7-45be-887f-d09a16df3347 initialized May 01, 2024 5:09: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/1714540145107/ May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540145107/ May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cf77489c-88d7-45be-887f-d09a16df3347 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 848996b5-658e-452c-838d-1e5f8f276db8 initialized May 01, 2024 5:09: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/1714540145317/ May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540145317/ May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 848996b5-658e-452c-838d-1e5f8f276db8 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bccf75ec-ae20-444e-9da2-d480f497ee6e initialized May 01, 2024 5:09: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/1714540145556/ May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540145556/ May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bccf75ec-ae20-444e-9da2-d480f497ee6e shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 39e28c06-5fe6-431f-a1be-7ed4d0b6a2b7 initialized May 01, 2024 5:09: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/1714540145776/ May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540145776/ May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 39e28c06-5fe6-431f-a1be-7ed4d0b6a2b7 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a16db875-dcfc-4c7e-a033-797518f66ec3 initialized May 01, 2024 5:09: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/1714540146007/ May 01, 2024 5:09:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540146007/ May 01, 2024 5:09:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a16db875-dcfc-4c7e-a033-797518f66ec3 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bcc3353f-79d8-4425-a6f7-a831a04885ee initialized May 01, 2024 5:09: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/1714540146242/ May 01, 2024 5:09:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540146242/ May 01, 2024 5:09:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bcc3353f-79d8-4425-a6f7-a831a04885ee shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3da84683-66ae-4844-b98f-1534f7953352 initialized May 01, 2024 5:09: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/1714540146471/ May 01, 2024 5:09:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540146471/ May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3da84683-66ae-4844-b98f-1534f7953352 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a3702549-cf15-4989-8ed3-46985400baa1 initialized May 01, 2024 5:09: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/1714540147145/ May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540147145/ May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a3702549-cf15-4989-8ed3-46985400baa1 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 46c3941c-88be-4d8a-8391-98f8c5036c63 initialized May 01, 2024 5:09: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/1714540147358/ May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540147358/ May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 46c3941c-88be-4d8a-8391-98f8c5036c63 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 943bd277-2d30-4fb6-b5fb-034cefc79c26 initialized May 01, 2024 5:09: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/1714540147574/ May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540147574/ May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 943bd277-2d30-4fb6-b5fb-034cefc79c26 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1d22cbef-2b3e-42c1-a112-e41dc993f42d initialized May 01, 2024 5:09: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/1714540147786/ May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540147786/ May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1d22cbef-2b3e-42c1-a112-e41dc993f42d shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 69c51b9f-13c1-47bf-9990-c027ee9d0e7c initialized May 01, 2024 5:09: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/1714540148031/ May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540148031/ May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 69c51b9f-13c1-47bf-9990-c027ee9d0e7c shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d5c9848c-3d16-49c6-ba78-ec289f405f71 initialized May 01, 2024 5:09: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/1714540148238/ May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540148238/ May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d5c9848c-3d16-49c6-ba78-ec289f405f71 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 870b1e3b-3151-4ac7-b20f-be1646a4d9c1 initialized May 01, 2024 5:09: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/1714540148456/ May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540148456/ May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 870b1e3b-3151-4ac7-b20f-be1646a4d9c1 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container da6cbf63-c4ee-4924-b8c5-3087b2df04e2 initialized May 01, 2024 5:09: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/1714540148646/ May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540148646/ May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container da6cbf63-c4ee-4924-b8c5-3087b2df04e2 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5d9d67e9-4d86-46cf-8947-737929a52453 initialized May 01, 2024 5:09: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/1714540148854/ May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540148854/ May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5d9d67e9-4d86-46cf-8947-737929a52453 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container faa188b7-051d-4177-b320-65e33e907bef initialized May 01, 2024 5:09: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/1714540149048/ May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540149048/ May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container faa188b7-051d-4177-b320-65e33e907bef shut down [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.95 s -- in org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.spi.GraphExtensionTest May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a7252176-2a57-4240-a087-86d538407d75 initialized May 01, 2024 5:09: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/1714540149286/ May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540149286/ May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a7252176-2a57-4240-a087-86d538407d75 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ae20e35a-ff11-4449-9951-71fb88405966 initialized May 01, 2024 5:09:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ae20e35a-ff11-4449-9951-71fb88405966 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37a02dc9-24c1-4d65-aed4-995a039c0584 initialized May 01, 2024 5:09:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37a02dc9-24c1-4d65-aed4-995a039c0584 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 898f3710-3e5a-4879-b677-07f8ca9877d9 initialized May 01, 2024 5:09:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 898f3710-3e5a-4879-b677-07f8ca9877d9 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s -- in org.eclipse.jnosql.mapping.graph.spi.GraphExtensionTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultVertexTraversalTest May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 09faeb75-c9a6-4400-b6e5-a8dea8511444 initialized May 01, 2024 5:09: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/1714540149657/ May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540149657/ May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 09faeb75-c9a6-4400-b6e5-a8dea8511444 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11ef56c7-ac75-418b-a865-cfc3b864cd94 initialized May 01, 2024 5:09: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/1714540149865/ May 01, 2024 5:09:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540149865/ May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11ef56c7-ac75-418b-a865-cfc3b864cd94 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 54d768c3-be5b-4378-b682-4adb42de6159 initialized May 01, 2024 5:09: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/1714540150068/ May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540150068/ May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 54d768c3-be5b-4378-b682-4adb42de6159 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4037cf33-ec8b-46a4-b657-57181f983c51 initialized May 01, 2024 5:09: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/1714540150285/ May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540150285/ May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4037cf33-ec8b-46a4-b657-57181f983c51 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a99e3897-fde7-4abd-bdba-400b746d3a42 initialized May 01, 2024 5:09: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/1714540150493/ May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540150493/ May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a99e3897-fde7-4abd-bdba-400b746d3a42 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e8636985-ebc6-4a19-991d-6ea12b8e8aa6 initialized May 01, 2024 5:09: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/1714540150709/ May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540150709/ May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e8636985-ebc6-4a19-991d-6ea12b8e8aa6 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 45efed3c-1dd2-43df-9199-101220684107 initialized May 01, 2024 5:09: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/1714540150944/ May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540150944/ May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 45efed3c-1dd2-43df-9199-101220684107 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 35aad205-bc83-4ca7-b717-2687e7c3ae1d initialized May 01, 2024 5:09: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/1714540151131/ May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540151131/ May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 35aad205-bc83-4ca7-b717-2687e7c3ae1d shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 75134100-88cb-44fc-ab71-9a543ad64428 initialized May 01, 2024 5:09: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/1714540151332/ May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540151332/ May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 75134100-88cb-44fc-ab71-9a543ad64428 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9cd6be2a-585f-470e-84c4-675656c5ad19 initialized May 01, 2024 5:09: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/1714540151535/ May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540151535/ May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9cd6be2a-585f-470e-84c4-675656c5ad19 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4b57096e-1086-4e9d-9408-0dbfe59cdb1f initialized May 01, 2024 5:09: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/1714540151747/ May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540151747/ May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4b57096e-1086-4e9d-9408-0dbfe59cdb1f shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fa7fc74b-efc2-4744-bd3a-883183ebeebe initialized May 01, 2024 5:09: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/1714540151954/ May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540151954/ May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fa7fc74b-efc2-4744-bd3a-883183ebeebe shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1d213f75-a43a-432b-8f53-e75c0d2f203f initialized May 01, 2024 5:09: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/1714540152154/ May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540152154/ May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1d213f75-a43a-432b-8f53-e75c0d2f203f shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be2c116f-e0b2-450f-b8ce-0e981ce4c2a5 initialized May 01, 2024 5:09: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/1714540152357/ May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540152357/ May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be2c116f-e0b2-450f-b8ce-0e981ce4c2a5 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11cc99f7-0c06-47c6-b259-8901ed141e6f initialized May 01, 2024 5:09: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/1714540152573/ May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540152573/ May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11cc99f7-0c06-47c6-b259-8901ed141e6f shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e94455a-6ebb-4937-b495-d7e3b70f39e8 initialized May 01, 2024 5:09: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/1714540152770/ May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540152770/ May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e94455a-6ebb-4937-b495-d7e3b70f39e8 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2f45cc7a-a781-4e9d-9bb2-3bc1802af3e5 initialized May 01, 2024 5:09: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/1714540152972/ May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540152972/ May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2f45cc7a-a781-4e9d-9bb2-3bc1802af3e5 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6a118a7a-d14f-4617-8dba-305cbe6e9de5 initialized May 01, 2024 5:09: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/1714540153179/ May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540153179/ May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6a118a7a-d14f-4617-8dba-305cbe6e9de5 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 656b9510-a9f1-4131-931b-7d8490e79542 initialized May 01, 2024 5:09: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/1714540153367/ May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540153367/ May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 656b9510-a9f1-4131-931b-7d8490e79542 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f16e732-e066-4105-b4c0-ff27728eb944 initialized May 01, 2024 5:09: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/1714540153569/ May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540153569/ May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f16e732-e066-4105-b4c0-ff27728eb944 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 770e8647-5f3b-4851-b120-42953c2a667f initialized May 01, 2024 5:09: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/1714540153769/ May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540153769/ May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 770e8647-5f3b-4851-b120-42953c2a667f shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2ae61de7-bdf2-4b9f-8a65-0b52dbb367e5 initialized May 01, 2024 5:09: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/1714540153991/ May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540153991/ May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2ae61de7-bdf2-4b9f-8a65-0b52dbb367e5 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2d13044f-7338-4a8c-91d8-c876ae529726 initialized May 01, 2024 5:09: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/1714540154186/ May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540154186/ May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2d13044f-7338-4a8c-91d8-c876ae529726 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 78db505b-06eb-486e-9028-e196f5167528 initialized May 01, 2024 5:09: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/1714540154378/ May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540154378/ May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 78db505b-06eb-486e-9028-e196f5167528 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8183a0c8-fd20-4981-8237-22b7e1dd401b initialized May 01, 2024 5:09: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/1714540154619/ May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540154619/ May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8183a0c8-fd20-4981-8237-22b7e1dd401b shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2932ef61-f7d2-4c1c-9823-996597847fe0 initialized May 01, 2024 5:09: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/1714540154815/ May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540154815/ May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2932ef61-f7d2-4c1c-9823-996597847fe0 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 18fac51e-745a-4b7a-811c-e14e11f5c39d initialized May 01, 2024 5:09: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/1714540155008/ May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540155008/ May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 18fac51e-745a-4b7a-811c-e14e11f5c39d shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 03254e94-4fe8-4d2d-8a11-0dc9e8516711 initialized May 01, 2024 5:09: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/1714540155187/ May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540155187/ May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 03254e94-4fe8-4d2d-8a11-0dc9e8516711 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c9436035-f181-4933-9335-4be58b7b6cab initialized May 01, 2024 5:09: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/1714540155388/ May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540155388/ May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c9436035-f181-4933-9335-4be58b7b6cab shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 31c26368-d21e-4514-a73d-38917a3cf719 initialized May 01, 2024 5:09: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/1714540155581/ May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540155581/ May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 31c26368-d21e-4514-a73d-38917a3cf719 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3e486c9f-60e6-44b1-81e8-8ba0cf19ec56 initialized May 01, 2024 5:09: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/1714540155756/ May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540155756/ May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3e486c9f-60e6-44b1-81e8-8ba0cf19ec56 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0d1d6fc4-786e-439f-9f22-051d97f5c9ef initialized May 01, 2024 5:09: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/1714540155963/ May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540155963/ May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0d1d6fc4-786e-439f-9f22-051d97f5c9ef shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a77be374-07b8-4125-a35c-2db1e6733579 initialized May 01, 2024 5:09: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/1714540156147/ May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540156147/ May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a77be374-07b8-4125-a35c-2db1e6733579 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bce606fd-cbd8-44c4-9c32-ad17876db521 initialized May 01, 2024 5:09: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/1714540156333/ May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540156333/ May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bce606fd-cbd8-44c4-9c32-ad17876db521 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c1974ff9-bcb5-4dc2-a2a7-6fa8eda72348 initialized May 01, 2024 5:09: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/1714540156527/ May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540156527/ May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c1974ff9-bcb5-4dc2-a2a7-6fa8eda72348 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5b438353-72ff-476f-ab36-10244865ff8c initialized May 01, 2024 5:09: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/1714540156706/ May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540156706/ May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5b438353-72ff-476f-ab36-10244865ff8c shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d9a49dcf-c051-4ffa-baa3-574a66bb518f initialized May 01, 2024 5:09: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/1714540156897/ May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:17 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/1714540156897/ May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d9a49dcf-c051-4ffa-baa3-574a66bb518f shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:17 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] May 01, 2024 5:09:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container da21b043-270e-41d7-b1ed-e61b0413afd7 initialized May 01, 2024 5:09:17 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/1714540157078/ May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:17 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/1714540157078/ May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container da21b043-270e-41d7-b1ed-e61b0413afd7 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:17 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] May 01, 2024 5:09:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5a4b1b0a-f47c-4c23-bcce-7a5e37eb7c69 initialized May 01, 2024 5:09:17 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/1714540157287/ May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:17 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/1714540157287/ May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5a4b1b0a-f47c-4c23-bcce-7a5e37eb7c69 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:17 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] May 01, 2024 5:09:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 71020adc-44a4-4136-b71c-7375d1bef18e initialized May 01, 2024 5:09:17 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/1714540157490/ May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:17 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/1714540157490/ May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 71020adc-44a4-4136-b71c-7375d1bef18e shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:17 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] May 01, 2024 5:09:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6c34318b-7323-490b-ba87-ceea9688fbd4 initialized May 01, 2024 5:09:17 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/1714540157681/ May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:17 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/1714540157681/ May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6c34318b-7323-490b-ba87-ceea9688fbd4 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:17 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] May 01, 2024 5:09:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container faab7ff8-74cc-4d4a-b4c9-9f546f7554d3 initialized May 01, 2024 5:09:17 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/1714540157873/ May 01, 2024 5:09:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:18 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/1714540157873/ May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container faab7ff8-74cc-4d4a-b4c9-9f546f7554d3 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:18 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] May 01, 2024 5:09:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b86e2a4-b329-4053-9de2-5bbb2c40aab3 initialized May 01, 2024 5:09:18 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/1714540158061/ May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:18 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/1714540158061/ May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b86e2a4-b329-4053-9de2-5bbb2c40aab3 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:18 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] May 01, 2024 5:09:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 865c42fc-c022-440b-962d-4423c6e37b98 initialized May 01, 2024 5:09:18 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/1714540158265/ May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:18 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/1714540158265/ May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 865c42fc-c022-440b-962d-4423c6e37b98 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:18 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] May 01, 2024 5:09:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f3db1aaf-349f-4277-97be-94426460626d initialized May 01, 2024 5:09:18 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/1714540158471/ May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:18 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/1714540158471/ May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f3db1aaf-349f-4277-97be-94426460626d shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:18 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] May 01, 2024 5:09:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 51c3884b-f8b5-462a-afcb-c5dccaf352f8 initialized May 01, 2024 5:09:18 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/1714540158669/ May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:18 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/1714540158669/ May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 51c3884b-f8b5-462a-afcb-c5dccaf352f8 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:18 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] May 01, 2024 5:09:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 05b332ff-d55b-4bb9-8192-700bc13c8707 initialized May 01, 2024 5:09:18 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/1714540158847/ May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:18 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/1714540158847/ May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 05b332ff-d55b-4bb9-8192-700bc13c8707 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:19 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] May 01, 2024 5:09:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c505738f-4395-4dbd-ae32-ac4b35d39874 initialized May 01, 2024 5:09:19 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/1714540159040/ May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:19 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/1714540159040/ May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c505738f-4395-4dbd-ae32-ac4b35d39874 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:19 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] May 01, 2024 5:09:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5435b322-6ced-4f32-af36-de2c28c9b2c8 initialized May 01, 2024 5:09:19 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/1714540159209/ May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:19 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/1714540159209/ May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5435b322-6ced-4f32-af36-de2c28c9b2c8 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:19 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] May 01, 2024 5:09:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e1e4b9b-8bbd-4ed5-884e-5d826ce2510b initialized May 01, 2024 5:09:19 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/1714540159403/ May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:19 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/1714540159403/ May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e1e4b9b-8bbd-4ed5-884e-5d826ce2510b shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:19 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] May 01, 2024 5:09:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2f7463ee-332f-46ba-ab0a-a5a9ab83fcfc initialized May 01, 2024 5:09:19 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/1714540159593/ May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:19 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/1714540159593/ May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2f7463ee-332f-46ba-ab0a-a5a9ab83fcfc shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:19 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] May 01, 2024 5:09:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2d4f4a20-a666-457f-ac53-4e1d66db5acd initialized May 01, 2024 5:09:19 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/1714540159780/ May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:19 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/1714540159780/ May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2d4f4a20-a666-457f-ac53-4e1d66db5acd shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:19 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] May 01, 2024 5:09:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fe8c3526-0132-4b69-a909-564c18d2562e initialized May 01, 2024 5:09:19 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/1714540159959/ May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:20 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/1714540159959/ May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fe8c3526-0132-4b69-a909-564c18d2562e shut down [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.49 s -- in org.eclipse.jnosql.mapping.graph.DefaultVertexTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e48bba51-2317-492c-a6e9-70d75ec1415f initialized May 01, 2024 5:09:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e48bba51-2317-492c-a6e9-70d75ec1415f shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d2fcdf89-e20e-4715-bc13-8770ec8f57b4 initialized May 01, 2024 5:09:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d2fcdf89-e20e-4715-bc13-8770ec8f57b4 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f1bed39c-734e-4bd9-82b6-d9321dcca89d initialized May 01, 2024 5:09: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/1714540160225/ May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:20 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/1714540160225/ May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f1bed39c-734e-4bd9-82b6-d9321dcca89d shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 56a3de9a-d7d7-4464-bd3d-755eb44a3f27 initialized May 01, 2024 5:09: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/1714540160411/ May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:20 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/1714540160411/ May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 56a3de9a-d7d7-4464-bd3d-755eb44a3f27 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f2cfa58c-fea5-4ac4-90ed-a6b0257504ee initialized May 01, 2024 5:09: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/1714540160577/ May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:20 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/1714540160577/ May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f2cfa58c-fea5-4ac4-90ed-a6b0257504ee shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 620d2ce8-840a-4110-b60f-5c0cd4852557 initialized May 01, 2024 5:09: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/1714540160744/ May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:20 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/1714540160744/ May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 620d2ce8-840a-4110-b60f-5c0cd4852557 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9c3553a1-8f28-46ee-b672-dde3ee188b8f initialized May 01, 2024 5:09: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/1714540160920/ May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:21 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/1714540160920/ May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9c3553a1-8f28-46ee-b672-dde3ee188b8f shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:21 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] May 01, 2024 5:09:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc50397e-08c6-4917-ae76-3f61613f9372 initialized May 01, 2024 5:09:21 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/1714540161092/ May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:21 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/1714540161092/ May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc50397e-08c6-4917-ae76-3f61613f9372 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:21 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] May 01, 2024 5:09:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bdb52f7c-237a-4a01-afb9-3915cc833311 initialized May 01, 2024 5:09:21 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/1714540161278/ May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:21 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/1714540161278/ May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bdb52f7c-237a-4a01-afb9-3915cc833311 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:21 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] May 01, 2024 5:09:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c6fd28df-9e6b-4bd8-a5fb-7bcf13df8007 initialized May 01, 2024 5:09:21 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/1714540161451/ May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:21 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/1714540161451/ May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c6fd28df-9e6b-4bd8-a5fb-7bcf13df8007 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:21 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] May 01, 2024 5:09:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8f6743f1-0c88-4fa1-a07c-963395c634cf initialized May 01, 2024 5:09:21 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/1714540161628/ May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:21 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/1714540161628/ May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8f6743f1-0c88-4fa1-a07c-963395c634cf shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:21 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] May 01, 2024 5:09:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 15fa7c2f-c995-46af-b15b-ec3190cd1cb3 initialized May 01, 2024 5:09:21 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/1714540161798/ May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:21 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/1714540161798/ May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 15fa7c2f-c995-46af-b15b-ec3190cd1cb3 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:21 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] May 01, 2024 5:09:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 937526aa-22ce-4464-9206-d87ccb37c390 initialized May 01, 2024 5:09:21 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/1714540161982/ May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:22 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/1714540161982/ May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 937526aa-22ce-4464-9206-d87ccb37c390 shut down May 01, 2024 5:09:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:09:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:22 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] May 01, 2024 5:09:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1d0e9ce3-d029-4567-ae59-d71358e0d527 initialized May 01, 2024 5:09:22 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/1714540162148/ May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:22 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/1714540162148/ May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1d0e9ce3-d029-4567-ae59-d71358e0d527 shut down May 01, 2024 5:09:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:09:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:22 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] May 01, 2024 5:09:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 169d21c5-f247-4d68-906b-bb947975ae97 initialized May 01, 2024 5:09:22 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/1714540162328/ May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:22 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/1714540162328/ May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 169d21c5-f247-4d68-906b-bb947975ae97 shut down May 01, 2024 5:09:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:09:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:22 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] May 01, 2024 5:09:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bdee914d-1a7b-4372-b3f3-855261b33ded initialized May 01, 2024 5:09:22 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/1714540162511/ May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:22 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/1714540162511/ May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bdee914d-1a7b-4372-b3f3-855261b33ded shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:23 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] May 01, 2024 5:09:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 200c22f0-b872-4cdb-91c1-a9d53d502afc initialized May 01, 2024 5:09:23 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/1714540163075/ May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:23 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/1714540163075/ May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 200c22f0-b872-4cdb-91c1-a9d53d502afc shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:23 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] May 01, 2024 5:09:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 178af8df-01cf-4412-944a-06e5c43e9f62 initialized May 01, 2024 5:09:23 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/1714540163732/ May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:23 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/1714540163732/ May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 178af8df-01cf-4412-944a-06e5c43e9f62 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:23 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] May 01, 2024 5:09:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7121df30-c878-41ff-bbca-90bb856dc21e initialized May 01, 2024 5:09:23 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/1714540163926/ May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540163926/ May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7121df30-c878-41ff-bbca-90bb856dc21e shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 51a4bd21-6acb-4c68-aaa8-0fd1c14c02f4 initialized May 01, 2024 5:09: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/1714540164133/ May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540164133/ May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 51a4bd21-6acb-4c68-aaa8-0fd1c14c02f4 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bdae62e8-2cf7-47b8-81c0-4a6e42948f49 initialized May 01, 2024 5:09: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/1714540164321/ May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540164321/ May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bdae62e8-2cf7-47b8-81c0-4a6e42948f49 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c41057f-4734-430a-b1d9-cf2d5470cd28 initialized May 01, 2024 5:09: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/1714540164502/ May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540164502/ May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5c41057f-4734-430a-b1d9-cf2d5470cd28 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8f3e204f-19bd-42c8-860c-066eac8e8968 initialized May 01, 2024 5:09: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/1714540164738/ May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540164738/ May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8f3e204f-19bd-42c8-860c-066eac8e8968 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 133b1888-5c21-438e-ac78-56e4e54b5ee9 initialized May 01, 2024 5:09: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/1714540164898/ May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540164898/ May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 133b1888-5c21-438e-ac78-56e4e54b5ee9 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 29f14938-2e47-4cf3-baa4-614a87db4a2d initialized May 01, 2024 5:09: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/1714540165073/ May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540165073/ May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 29f14938-2e47-4cf3-baa4-614a87db4a2d shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 93f55ae9-cece-4797-97c6-3a141879b838 initialized May 01, 2024 5:09: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/1714540165247/ May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540165247/ May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 93f55ae9-cece-4797-97c6-3a141879b838 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7582ac24-adb7-4362-9947-16865fd7f1e3 initialized May 01, 2024 5:09: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/1714540165408/ May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540165408/ May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7582ac24-adb7-4362-9947-16865fd7f1e3 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 88497c9b-2711-42ae-a712-602aadcc97e2 initialized May 01, 2024 5:09: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/1714540165586/ May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540165586/ May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 88497c9b-2711-42ae-a712-602aadcc97e2 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be647690-1a9e-469f-86cc-beb0c46742d5 initialized May 01, 2024 5:09: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/1714540165771/ May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540165771/ May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be647690-1a9e-469f-86cc-beb0c46742d5 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a3e8e884-8e22-4716-8ff5-c0d1a05797d1 initialized May 01, 2024 5:09: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/1714540165939/ May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540165939/ May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a3e8e884-8e22-4716-8ff5-c0d1a05797d1 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db5484fd-e996-4c93-a515-891acd5aad17 initialized May 01, 2024 5:09: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/1714540166110/ May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540166110/ May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db5484fd-e996-4c93-a515-891acd5aad17 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 981fd2c9-88b5-476b-bc10-22cd90665936 initialized May 01, 2024 5:09: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/1714540166279/ May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540166279/ May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 981fd2c9-88b5-476b-bc10-22cd90665936 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f8aa9465-0930-4756-8113-59b5a950372c initialized May 01, 2024 5:09: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/1714540166458/ May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540166458/ May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f8aa9465-0930-4756-8113-59b5a950372c shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e9c4cbd5-6dbf-4fa3-9ef0-7c1a9f6367ae initialized May 01, 2024 5:09: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/1714540166624/ May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540166624/ May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e9c4cbd5-6dbf-4fa3-9ef0-7c1a9f6367ae shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container df805d7d-e667-4c62-9ad0-eba3bb2eb315 initialized May 01, 2024 5:09: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/1714540166772/ May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540166772/ May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container df805d7d-e667-4c62-9ad0-eba3bb2eb315 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72245679-6682-4b51-b4a5-3b23438fad50 initialized May 01, 2024 5:09: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/1714540166938/ May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540166938/ May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72245679-6682-4b51-b4a5-3b23438fad50 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c9c7f95a-d9f6-4ba1-b062-bf7192cb613b initialized May 01, 2024 5:09: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/1714540167111/ May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540167111/ May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c9c7f95a-d9f6-4ba1-b062-bf7192cb613b shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a99bba71-70a1-4794-8965-64ac747237cd initialized May 01, 2024 5:09: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/1714540167278/ May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540167278/ May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a99bba71-70a1-4794-8965-64ac747237cd shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9935a0df-37e0-4e98-9f0b-160e33e8b974 initialized May 01, 2024 5:09: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/1714540167443/ May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540167443/ May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9935a0df-37e0-4e98-9f0b-160e33e8b974 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 09a4a63c-f40b-4143-bff2-5775a7148d44 initialized May 01, 2024 5:09: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/1714540167613/ May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540167613/ May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 09a4a63c-f40b-4143-bff2-5775a7148d44 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3afad2c5-2944-4865-887c-4e7a562c2fb5 initialized May 01, 2024 5:09: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/1714540167767/ May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540167767/ May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3afad2c5-2944-4865-887c-4e7a562c2fb5 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a3fddd1d-0d03-4ca2-aeb2-c083c5db6c9d initialized May 01, 2024 5:09: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/1714540167936/ May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540167936/ May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a3fddd1d-0d03-4ca2-aeb2-c083c5db6c9d shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 969e4668-39be-47a5-8c7b-ba7d4c5c3905 initialized May 01, 2024 5:09: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/1714540168103/ May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540168103/ May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 969e4668-39be-47a5-8c7b-ba7d4c5c3905 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c4d86724-e67f-4b69-8325-61e78577d125 initialized May 01, 2024 5:09: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/1714540168267/ May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540168267/ May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c4d86724-e67f-4b69-8325-61e78577d125 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e31a3ac7-4256-4ebf-a0da-58c7dce6cdd5 initialized May 01, 2024 5:09: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/1714540168424/ May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540168424/ May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e31a3ac7-4256-4ebf-a0da-58c7dce6cdd5 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6f450fad-b281-496f-ae1f-ee059ccd2fa7 initialized May 01, 2024 5:09: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/1714540168595/ May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540168595/ May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6f450fad-b281-496f-ae1f-ee059ccd2fa7 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4550f408-c291-4638-bb86-882ac38fd2b7 initialized May 01, 2024 5:09: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/1714540168769/ May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540168769/ May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4550f408-c291-4638-bb86-882ac38fd2b7 shut down [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.739 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateTest May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7577bc9a-055e-41b9-800b-34385c284f60 initialized May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7577bc9a-055e-41b9-800b-34385c284f60 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 006c92ce-2a0e-401f-8694-15445e30683e initialized May 01, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 006c92ce-2a0e-401f-8694-15445e30683e shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8928612a-64dc-4bd0-83af-1ea0f7a3570a initialized May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8928612a-64dc-4bd0-83af-1ea0f7a3570a shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3a5975f1-19d1-417d-b366-66430a8d052c initialized May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3a5975f1-19d1-417d-b366-66430a8d052c shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.graph.EdgeEntityTest May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c6f88734-8650-4232-bb80-6c71798ea1df initialized May 01, 2024 5:09:29 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/1714540169087/ May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:29 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/1714540169087/ May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c6f88734-8650-4232-bb80-6c71798ea1df shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 44cbf8ee-8766-4d05-9bb8-6f28311d86f5 initialized May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 44cbf8ee-8766-4d05-9bb8-6f28311d86f5 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 81eca2ce-b494-4d13-aeb7-1a7a27688d96 initialized May 01, 2024 5:09:29 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/1714540169315/ May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:29 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/1714540169315/ May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 81eca2ce-b494-4d13-aeb7-1a7a27688d96 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 206f5d63-3a2b-4d80-9158-663f8aecb72d initialized May 01, 2024 5:09:29 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/1714540169478/ May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:29 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/1714540169478/ May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 206f5d63-3a2b-4d80-9158-663f8aecb72d shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 462b69e5-a4b5-4121-b312-a8d1235c4ef7 initialized May 01, 2024 5:09:29 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/1714540169660/ May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:29 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/1714540169660/ May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 462b69e5-a4b5-4121-b312-a8d1235c4ef7 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eaead750-187e-4774-b6c9-c3253acac54c initialized May 01, 2024 5:09:29 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/1714540169840/ May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:29 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/1714540169840/ May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eaead750-187e-4774-b6c9-c3253acac54c shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c82e2529-834f-47fe-84be-35a0558846f5 initialized May 01, 2024 5:09:30 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/1714540170020/ May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:30 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/1714540170020/ May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c82e2529-834f-47fe-84be-35a0558846f5 shut down May 01, 2024 5:09:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:09:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:30 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] May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8fb7b6bd-5bbc-4ea7-9e16-4651ab3cd30d initialized May 01, 2024 5:09:30 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/1714540170191/ May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:30 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/1714540170191/ May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8fb7b6bd-5bbc-4ea7-9e16-4651ab3cd30d shut down May 01, 2024 5:09:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:09:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:30 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] May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1314384b-e9f8-413f-bde6-132dd839e99a initialized May 01, 2024 5:09:30 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/1714540170357/ May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:30 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/1714540170357/ May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1314384b-e9f8-413f-bde6-132dd839e99a shut down May 01, 2024 5:09:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:09:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:30 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] May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7ec2879a-1ce2-4e62-a91e-f60ed60a671f initialized May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7ec2879a-1ce2-4e62-a91e-f60ed60a671f shut down May 01, 2024 5:09:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:09:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:30 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] May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c689d43-e785-4971-8361-6c3162657fe9 initialized May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5c689d43-e785-4971-8361-6c3162657fe9 shut down May 01, 2024 5:09:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:09:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:30 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] May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8be42f2e-42d2-4f17-b50a-0b3c5de18335 initialized May 01, 2024 5:09:30 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/1714540170613/ May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:30 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/1714540170613/ May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8be42f2e-42d2-4f17-b50a-0b3c5de18335 shut down May 01, 2024 5:09:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:09:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:30 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] May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4c811fc8-735a-402d-9d5b-9864db7b23c1 initialized May 01, 2024 5:09:30 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/1714540170791/ May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:30 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/1714540170791/ May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4c811fc8-735a-402d-9d5b-9864db7b23c1 shut down May 01, 2024 5:09:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:09:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:30 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] May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ffd8bcbe-407e-4ea7-aec8-c9f700bff081 initialized May 01, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ffd8bcbe-407e-4ea7-aec8-c9f700bff081 shut down May 01, 2024 5:09:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 01, 2024 5:09:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09:30 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] May 01, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 20d9c8ba-93f7-4aaf-8be3-02a5f7e56495 initialized May 01, 2024 5:09: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/1714540171023/ May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:31 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/1714540171023/ May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 20d9c8ba-93f7-4aaf-8be3-02a5f7e56495 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b6aa811b-23ea-4445-ab92-08f6b79ce839 initialized May 01, 2024 5:09: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/1714540171192/ May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:31 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/1714540171192/ May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b6aa811b-23ea-4445-ab92-08f6b79ce839 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ebd02abc-1e19-4fdc-98be-862f229262f4 initialized May 01, 2024 5:09: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/1714540171361/ May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:31 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/1714540171361/ May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ebd02abc-1e19-4fdc-98be-862f229262f4 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72e22e1e-9c6d-4797-a8ec-1c578d584a98 initialized May 01, 2024 5:09: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/1714540171552/ May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:31 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/1714540171552/ May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72e22e1e-9c6d-4797-a8ec-1c578d584a98 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1e9e0dbf-3d88-4815-b673-bea636c6870e initialized May 01, 2024 5:09: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/1714540171714/ May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09:31 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/1714540171714/ May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1e9e0dbf-3d88-4815-b673-bea636c6870e shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fba37828-dcc8-457d-b44f-070e10e58db8 initialized May 01, 2024 5:09: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/1714540171883/ May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540171883/ May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fba37828-dcc8-457d-b44f-070e10e58db8 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 67b6bde2-45b2-4101-b59d-62d76d8ae02f initialized May 01, 2024 5:09: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/1714540172068/ May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540172068/ May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 67b6bde2-45b2-4101-b59d-62d76d8ae02f shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba81d42a-2620-47a4-9807-d2c33c548697 initialized May 01, 2024 5:09: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/1714540172245/ May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540172245/ May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba81d42a-2620-47a4-9807-d2c33c548697 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 92b7af67-42eb-41d4-9bbd-8274dc093e39 initialized May 01, 2024 5:09: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/1714540172400/ May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540172400/ May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 92b7af67-42eb-41d4-9bbd-8274dc093e39 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1be962fd-db62-4176-9b4a-1e327858e116 initialized May 01, 2024 5:09: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/1714540172569/ May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540172569/ May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1be962fd-db62-4176-9b4a-1e327858e116 shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7219d14f-6c27-466c-af9f-5cda182f793c initialized May 01, 2024 5:09: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/1714540172733/ May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 01, 2024 5:09: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/1714540172733/ May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 01, 2024 5:09:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7219d14f-6c27-466c-af9f-5cda182f793c shut down May 01, 2024 5:09: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. May 01, 2024 5:09: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. May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 01, 2024 5:09:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 01, 2024 5:09: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] May 01, 2024 5:09:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0577061b-28b0-4c1f-8eb3-d027d4cf0bc6 initialized May 01, 2024 5:09:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0577061b-28b0-4c1f-8eb3-d027d4cf0bc6 shut down [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.852 s -- in org.eclipse.jnosql.mapping.graph.EdgeEntityTest [INFO] Running org.eclipse.jnosql.communication.graph.DefaultGraphDatabaseManagerTest May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ May 01, 2024 5:09:33 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/1714540172925/ [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.890 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.54142 [INFO] Default locale: "en_US", source code encoding: "UTF-8" [INFO] Load global settings [INFO] Load global settings (done) | time=323ms [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=169ms [INFO] Load/download plugins [INFO] Load/download plugins (done) | time=459ms [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=175ms [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=193ms [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=163ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=167ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=1ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=232ms [INFO] Load active rules [INFO] Load active rules (done) | time=7827ms [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=572ms [INFO] Load project repositories [INFO] Load project repositories (done) | time=704ms [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=161ms [INFO] Sensor cache enabled [INFO] Load sensor cache [INFO] Load sensor cache (1 MB) | time=1579ms [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=3153ms [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=104ms [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=122ms [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=17ms [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=70ms [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=4282ms [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=24ms [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=31ms [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=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=469ms [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=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=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=2ms [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-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=1241ms [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-key-value/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=14ms [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=49ms [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=6ms [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-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=634ms [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=9ms [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=2ms [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=46ms [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=3702ms [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-semistructured/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=30ms [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=9ms [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=26ms [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-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=3068ms [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-graph/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=13ms [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=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=24ms [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=25ms [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-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=1611ms [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-reflection/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=11ms [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=46ms [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=6ms [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=3ms [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-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=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=48ms [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-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=532ms [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=4ms [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=5ms [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=2ms [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-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=2599ms [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-core/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=21ms [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=5ms [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=9ms [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-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=1838ms [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=9ms [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=6ms [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=6ms [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-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=2875ms [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-query/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=6ms [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=16ms [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=5ms [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=3ms [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=58ms [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=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] 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=1987ms [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=1ms [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=3007ms [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.190 [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.737 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.928 [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.090 [INFO] Run SCC (Tarjan) on 11409 nodes: Starting [INFO] Run SCC (Tarjan) on 11409 nodes: Time spent was 00:00:00.016 [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.135 [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.081 [INFO] Run SCC (Tarjan) on 11372 nodes: Starting [INFO] Run SCC (Tarjan) on 11372 nodes: Time spent was 00:00:00.012 [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.026 [INFO] Variable Type Analysis #2: Time spent was 00:00:00.119 [INFO] Create runtime call graph: Time spent was 00:00:00.262 [INFO] Load config: Starting [INFO] Load config: Time spent was 00:00:01.850 [INFO] Compute entry points: Starting [INFO] Compute entry points: Time spent was 00:00:04.213 [INFO] No entry points found. [INFO] java security sensor: Time spent was 00:00:07.257 [INFO] java security sensor: Begin: 2024-05-01T05:10:29.933689207Z, End: 2024-05-01T05:10:37.190817931Z, Duration: 00:00:07.257 Load type hierarchy and UCFGs: Begin: 2024-05-01T05:10:29.935440279Z, End: 2024-05-01T05:10:30.864185426Z, Duration: 00:00:00.928 Load type hierarchy: Begin: 2024-05-01T05:10:29.935470103Z, End: 2024-05-01T05:10:30.126335127Z, Duration: 00:00:00.190 Load UCFGs: Begin: 2024-05-01T05:10:30.126580188Z, End: 2024-05-01T05:10:30.864083550Z, Duration: 00:00:00.737 Check cache: Begin: 2024-05-01T05:10:30.864223097Z, End: 2024-05-01T05:10:30.864503572Z, Duration: 00:00:00.000 Load cache: Begin: 2024-05-01T05:10:30.864233970Z, End: 2024-05-01T05:10:30.864257281Z, Duration: 00:00:00.000 Create runtime call graph: Begin: 2024-05-01T05:10:30.864541357Z, End: 2024-05-01T05:10:31.126728177Z, Duration: 00:00:00.262 Variable Type Analysis #1: Begin: 2024-05-01T05:10:30.865203723Z, End: 2024-05-01T05:10:31.000217462Z, Duration: 00:00:00.135 Create runtime type propagation graph: Begin: 2024-05-01T05:10:30.866010708Z, End: 2024-05-01T05:10:30.956545442Z, Duration: 00:00:00.090 Run SCC (Tarjan) on 11409 nodes: Begin: 2024-05-01T05:10:30.956877140Z, End: 2024-05-01T05:10:30.973261015Z, Duration: 00:00:00.016 Propagate runtime types to strongly connected components: Begin: 2024-05-01T05:10:30.973389691Z, End: 2024-05-01T05:10:31.000125925Z, Duration: 00:00:00.026 Variable Type Analysis #2: Begin: 2024-05-01T05:10:31.004561658Z, End: 2024-05-01T05:10:31.124439858Z, Duration: 00:00:00.119 Create runtime type propagation graph: Begin: 2024-05-01T05:10:31.004594084Z, End: 2024-05-01T05:10:31.085639248Z, Duration: 00:00:00.081 Run SCC (Tarjan) on 11372 nodes: Begin: 2024-05-01T05:10:31.085779365Z, End: 2024-05-01T05:10:31.098200672Z, Duration: 00:00:00.012 Propagate runtime types to strongly connected components: Begin: 2024-05-01T05:10:31.098271588Z, End: 2024-05-01T05:10:31.124361955Z, Duration: 00:00:00.026 Load config: Begin: 2024-05-01T05:10:31.126791398Z, End: 2024-05-01T05:10:32.977206684Z, Duration: 00:00:01.850 Compute entry points: Begin: 2024-05-01T05:10:32.977309049Z, End: 2024-05-01T05:10:37.190637718Z, Duration: 00:00:04.213 [INFO] java security sensor peak memory: 909 MB [INFO] Sensor JavaSecuritySensor [security] (done) | time=7270ms [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=1ms [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: S5334, S6287, S2083, S6350, S2631, S2076, S5144, S6105, S5147, S5146, S5696, S6096, S5883, S3649, S5131 [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=10ms [INFO] Sensor Java CPD Block Indexer [INFO] Sensor Java CPD Block Indexer (done) | time=287ms [INFO] SCM Publisher SCM provider for this project is: git [INFO] SCM Publisher 1 source file to be analyzed [INFO] SCM Publisher 0/1 source files have been analyzed (done) | time=213ms [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=71ms [INFO] Analysis report generated in 334ms, dir size=4 MB [INFO] Analysis report compressed in 941ms, zip size=2 MB [INFO] Analysis report uploaded in 973ms [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=AY8yj9xrNYRI3C66LyL_ [INFO] Sensor cache published successfully [INFO] Analysis total time: 1:00.171 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse JNoSQL 1.1.1-SNAPSHOT: [INFO] [INFO] Eclipse JNoSQL ..................................... SUCCESS [01:03 min] [INFO] jnosql-communication ............................... SUCCESS [ 0.139 s] [INFO] jnosql-communication-core .......................... SUCCESS [ 17.388 s] [INFO] jnosql-communication-query ......................... SUCCESS [ 11.399 s] [INFO] jnosql-communication-key-value ..................... SUCCESS [ 7.783 s] [INFO] jnosql-communication-semistructured ................ SUCCESS [ 11.474 s] [INFO] jnosql-mapping-parent .............................. SUCCESS [ 0.225 s] [INFO] jnosql-mapping-api-core ............................ SUCCESS [ 7.618 s] [INFO] jnosql-mapping-reflection .......................... SUCCESS [ 16.023 s] [INFO] jnosql-mapping-core ................................ SUCCESS [ 17.387 s] [INFO] jnosql-mapping-semistructured ...................... SUCCESS [ 32.233 s] [INFO] jnosql-mapping-document ............................ SUCCESS [ 11.894 s] [INFO] jnosql-mapping-column .............................. SUCCESS [ 11.248 s] [INFO] jnosql-mapping-key-value ........................... SUCCESS [ 19.297 s] [INFO] jnosql-mapping-graph ............................... SUCCESS [01:17 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:16 min [INFO] Finished at: 2024-05-01T05:10:42Z [INFO] ------------------------------------------------------------------------ Triggering a new build of jnosql-databases Finished: SUCCESS