Started by upstream project "jnosql" build number 2207 originally caused by: Started by timer Running as SYSTEM Agent basic-khml7 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-khml7" 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-khml7" - 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-khml7" - 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-khml7 (basic) in workspace /home/jenkins/agent/workspace/jnosql-sonar The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning repository https://github.com/eclipse/jnosql > git init /home/jenkins/agent/workspace/jnosql-sonar # timeout=10 Fetching upstream changes from https://github.com/eclipse/jnosql > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --tags --force --progress -- https://github.com/eclipse/jnosql +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/jnosql # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision c854679196ed81b3f21abd09f453d7061ec61c61 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f c854679196ed81b3f21abd09f453d7061ec61c61 # timeout=10 Commit message: "Merge pull request #500 from eclipse/fix-update" > git rev-list --no-walk c854679196ed81b3f21abd09f453d7061ec61c61 # 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.316 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.009 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.012 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.004 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.090 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.376 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.168 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.107 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.104 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.030 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.180 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.094 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.133 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.133 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.102 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.113 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.074 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.036 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.132 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.003 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.075 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.083 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.172 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.076 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.147 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.111 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.285 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.033 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.218 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.002 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.143 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.136 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.115 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.031 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.002 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.113 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.006 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.011 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.058 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.002 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.002 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenBindIsCalled [INFO] Running org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenAddMethodIsCalledTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenAddMethodIsCalledTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 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.235 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.350 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.095 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.002 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.054 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.026 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.218 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.040 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.108 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.006 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.016 s -- in org.eclipse.jnosql.communication.query.DefaultQueryConditionTest [INFO] Running org.eclipse.jnosql.communication.query.DefaultConditionQueryValueTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.jnosql.communication.query.DefaultConditionQueryValueTest [INFO] Running org.eclipse.jnosql.communication.query.DefaultArrayQueryValueTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.004 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.145 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.189 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.004 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.113 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.009 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.034 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.047 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.004 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.040 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.076 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.017 s -- in org.eclipse.jnosql.communication.query.UpdateQueryConverterTest [INFO] Running org.eclipse.jnosql.communication.query.RemoveProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.communication.query.RemoveProviderTest [INFO] Running org.eclipse.jnosql.communication.query.GetQueryTest [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.029 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.004 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.052 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.004 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.541 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.214 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.001 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.188 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.025 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.024 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.748 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.953 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.702 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.127 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.019 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.080 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.283 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.080 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementConditionTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DatabaseManagerTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.083 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.003 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 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.083 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.007 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.082 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.012 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.073 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.020 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.061 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.940 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.047 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.382 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.244 s -- in org.eclipse.jnosql.mapping.metadata.InheritanceMetadataTest [INFO] Running org.eclipse.jnosql.mapping.DatabasesTest Apr 18, 2024 5:07:10 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.141 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.009 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.010 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.007 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.007 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.366 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ClassGraphClassScannerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.107 s -- in org.eclipse.jnosql.mapping.reflection.ClassGraphClassScannerTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest Apr 18, 2024 5:07:18 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c8a0b3b3-8802-4043-90c1-b3235e2715ca initialized Apr 18, 2024 5:07:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c8a0b3b3-8802-4043-90c1-b3235e2715ca shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 13d4910b-607e-45df-8225-b82ad6b8fdd4 initialized Apr 18, 2024 5:07:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 13d4910b-607e-45df-8225-b82ad6b8fdd4 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a31d020f-a47c-4b77-814b-03eb2ca5d7a1 initialized Apr 18, 2024 5:07:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a31d020f-a47c-4b77-814b-03eb2ca5d7a1 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 652f4b97-c34f-4a53-88e5-06b057ea1d78 initialized Apr 18, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 652f4b97-c34f-4a53-88e5-06b057ea1d78 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c666453f-47fa-494d-a6e3-b5874dac16aa initialized Apr 18, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c666453f-47fa-494d-a6e3-b5874dac16aa shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cfec38a2-ccfb-409d-a823-0387b0c369ea initialized Apr 18, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cfec38a2-ccfb-409d-a823-0387b0c369ea shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.508 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.053 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.008 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.003 s -- in org.eclipse.jnosql.mapping.reflection.collection.SetSupplierTest [INFO] Running org.eclipse.jnosql.mapping.reflection.collection.TreeSetSupplierTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.reflection.collection.TreeSetSupplierTest [INFO] Running org.eclipse.jnosql.mapping.reflection.collection.ListSupplierTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.reflection.collection.ListSupplierTest [INFO] Running org.eclipse.jnosql.mapping.reflection.collection.DequeSupplierTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.reflection.collection.DequeSupplierTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultConstructorBuilderTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8de9173c-ef1c-4c1c-a2a4-26af922da187 initialized Apr 18, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8de9173c-ef1c-4c1c-a2a4-26af922da187 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f9160076-0b63-4b73-9d7b-0d405eb33b97 initialized Apr 18, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f9160076-0b63-4b73-9d7b-0d405eb33b97 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 165cbf2d-a8c5-4354-9d43-2b6d62f79ed2 initialized Apr 18, 2024 5:07:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 165cbf2d-a8c5-4354-9d43-2b6d62f79ed2 shut down Apr 18, 2024 5:07: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. Apr 18, 2024 5:07: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. Apr 18, 2024 5:07:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 52ca0995-ebe4-4adc-8310-d8442f5a7e35 initialized Apr 18, 2024 5:07:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 52ca0995-ebe4-4adc-8310-d8442f5a7e35 shut down Apr 18, 2024 5:07: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. Apr 18, 2024 5:07: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. Apr 18, 2024 5:07:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6de45e4e-ad57-4b03-aaec-3dc58c1d8a4f initialized Apr 18, 2024 5:07:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6de45e4e-ad57-4b03-aaec-3dc58c1d8a4f shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.018 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.027 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.004 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.011 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.786 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.487 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.006 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.319 s -- in org.eclipse.jnosql.mapping.reflection.DefaultEntityMetadataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d21474f8-de49-4b82-ac6b-da0faca90c7e initialized Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d21474f8-de49-4b82-ac6b-da0faca90c7e shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 438dfc05-65fc-4e6d-902b-0c2a05e9eba4 initialized Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 438dfc05-65fc-4e6d-902b-0c2a05e9eba4 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f110d7a6-6e02-4f35-a853-4ec263109c2b initialized Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f110d7a6-6e02-4f35-a853-4ec263109c2b shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a226bd5f-adb5-406d-8559-7dfc24a040fb initialized Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a226bd5f-adb5-406d-8559-7dfc24a040fb shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 30223cc0-748a-48d1-9197-143d20d20291 initialized Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 30223cc0-748a-48d1-9197-143d20d20291 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4964ca9f-e875-43e8-b341-4a7cf00c1cdd initialized Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4964ca9f-e875-43e8-b341-4a7cf00c1cdd shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e4134459-7e74-4042-852f-eccf41421cd8 initialized Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e4134459-7e74-4042-852f-eccf41421cd8 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e8cffde6-5100-490b-9c09-c0cfa0d9a9f3 initialized Apr 18, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e8cffde6-5100-490b-9c09-c0cfa0d9a9f3 shut down [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.967 s -- in org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionsTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 477bd48f-1cac-405b-998e-8fdea706f8bc initialized Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 477bd48f-1cac-405b-998e-8fdea706f8bc shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fa9b8805-1f50-4ea1-8028-d638ea98b910 initialized Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fa9b8805-1f50-4ea1-8028-d638ea98b910 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bcda0bfd-2949-4954-8046-55f6aa7f9750 initialized Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bcda0bfd-2949-4954-8046-55f6aa7f9750 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 982a9090-1e61-4859-b25e-05bc57d3be85 initialized Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 982a9090-1e61-4859-b25e-05bc57d3be85 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 81747d14-11b0-4ed8-b2b6-bd335b89f229 initialized Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 81747d14-11b0-4ed8-b2b6-bd335b89f229 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd55364b-d980-45d8-8f59-e61c44ec16b9 initialized Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd55364b-d980-45d8-8f59-e61c44ec16b9 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 38893e91-e18a-4a63-a6eb-5db28021eb74 initialized Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 38893e91-e18a-4a63-a6eb-5db28021eb74 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fa31eeac-6549-4ae6-8d9b-49066377c57f initialized Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fa31eeac-6549-4ae6-8d9b-49066377c57f shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9185df0e-f0ac-4e66-8b3a-bd66a39a2f60 initialized Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9185df0e-f0ac-4e66-8b3a-bd66a39a2f60 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 861a2d7f-9003-480c-a706-558e9cc915f5 initialized Apr 18, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 861a2d7f-9003-480c-a706-558e9cc915f5 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 21778518-b491-4b07-ab47-0155ca2557bd initialized Apr 18, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 21778518-b491-4b07-ab47-0155ca2557bd shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0b9cd86-393e-46fd-af8b-474bbb05d4f1 initialized Apr 18, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0b9cd86-393e-46fd-af8b-474bbb05d4f1 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 180a11b1-16cf-4c5d-98b5-492ae2087f06 initialized Apr 18, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 180a11b1-16cf-4c5d-98b5-492ae2087f06 shut down [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.168 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.007 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.076 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.009 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorEventTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 152, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-reflection --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-reflection >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-reflection --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 108 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 108 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-reflection --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-reflection <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-reflection --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-reflection --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ConstructorEvent.java:76: warning: no comment [WARNING] public static ConstructorEvent of(Constructor constructor, Object[] params) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ConstructorException.java:25: warning: no comment [WARNING] public ConstructorException(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:46: warning: no comment [WARNING] protected final Class> converter; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:40: warning: no comment [WARNING] protected final Field field; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:44: warning: no comment [WARNING] protected final String fieldName; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:38: warning: no comment [WARNING] protected final MappingType mappingType; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:42: warning: no comment [WARNING] protected final String name; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:48: warning: no comment [WARNING] protected final FieldReader reader; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:52: warning: no comment [WARNING] protected final Class type; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:54: warning: no comment [WARNING] protected final String udt; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/AbstractFieldMetadata.java:50: warning: no comment [WARNING] protected final FieldWriter writer; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ReflectionClassConverter.java:40: warning: no comment [WARNING] public final class ReflectionClassConverter implements ClassConverter { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/ReflectionClassConverter.java:47: warning: no comment [WARNING] public ReflectionClassConverter() { [WARNING] ^ [WARNING] 13 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-reflection --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-reflection/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-reflection' with 30 classes [INFO] [INFO] -----------< org.eclipse.jnosql.mapping:jnosql-mapping-core >----------- [INFO] Building jnosql-mapping-core 1.1.1-SNAPSHOT [10/15] [INFO] from jnosql-mapping/jnosql-mapping-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-core --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-core --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 111 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 111 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-core --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-core --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 35 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/query/AbstractRepository.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/query/AbstractRepository.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-core --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-core --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 73 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/core/repository/returns/StreamRepositoryReturnTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/core/repository/returns/StreamRepositoryReturnTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-core --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.mapping.core.util.AnnotationLiteralUtilTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.jnosql.mapping.core.util.AnnotationLiteralUtilTest [INFO] Running org.eclipse.jnosql.mapping.core.util.ConverterUtilTest Apr 18, 2024 5:07:31 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 76618fce-c020-45b4-b012-78695163d4ce initialized Apr 18, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 76618fce-c020-45b4-b012-78695163d4ce shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61148d39-298f-48f2-a13c-c7cebab1184a initialized Apr 18, 2024 5:07:34 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.core.entities.MoneyConverter not found on CDI context, creating by constructor Apr 18, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 61148d39-298f-48f2-a13c-c7cebab1184a shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e45390d6-42ac-4564-9291-cc0caf480179 initialized Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e45390d6-42ac-4564-9291-cc0caf480179 shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.104 s -- in org.eclipse.jnosql.mapping.core.util.ConverterUtilTest [INFO] Running org.eclipse.jnosql.mapping.core.util.ParamsBinderTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6352fd47-879d-4954-b242-fe7c1db81419 initialized Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6352fd47-879d-4954-b242-fe7c1db81419 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 99e52239-4899-4439-9287-fe698c3ef028 initialized Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 99e52239-4899-4439-9287-fe698c3ef028 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd8f3959-1e29-450c-b77b-a5cc6fff7d1d initialized Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd8f3959-1e29-450c-b77b-a5cc6fff7d1d shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 77e913e5-b949-449e-a4e5-55f70c1785eb initialized Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 77e913e5-b949-449e-a4e5-55f70c1785eb shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ae3bf3d0-4d4b-4fb4-92f0-e62936cfa513 initialized Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ae3bf3d0-4d4b-4fb4-92f0-e62936cfa513 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 531e3ec7-41c4-4672-8aa0-eb2d0fbc8e49 initialized Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 531e3ec7-41c4-4672-8aa0-eb2d0fbc8e49 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 24c2b39b-ad46-4c47-aa68-d116584cbb38 initialized Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 24c2b39b-ad46-4c47-aa68-d116584cbb38 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 920a4180-0ae8-4777-b3f9-c68ad4bc1df5 initialized Apr 18, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 920a4180-0ae8-4777-b3f9-c68ad4bc1df5 shut down [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.624 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.393 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.245 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.044 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.015 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.015 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.062 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.009 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.009 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.064 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.217 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.293 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.032 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.006 s -- in org.eclipse.jnosql.mapping.core.repository.DefaultRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.RepositoryObserverParserTest Apr 18, 2024 5:07:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7fd88c60-dd1d-4d27-ad29-d267ab6ce5ff initialized Apr 18, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7fd88c60-dd1d-4d27-ad29-d267ab6ce5ff shut down Apr 18, 2024 5:07:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 617541ad-90fc-4aa9-8dfd-a72af3be7910 initialized Apr 18, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 617541ad-90fc-4aa9-8dfd-a72af3be7910 shut down Apr 18, 2024 5:07:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f396a0a2-b28f-4868-911a-0b48f2af2f11 initialized Apr 18, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f396a0a2-b28f-4868-911a-0b48f2af2f11 shut down Apr 18, 2024 5:07:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container faf8b5b6-9b9a-4ab4-bd4b-471757189659 initialized Apr 18, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container faf8b5b6-9b9a-4ab4-bd4b-471757189659 shut down Apr 18, 2024 5:07:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e56b49d1-316f-4413-8a0c-9fd19dc719d8 initialized Apr 18, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e56b49d1-316f-4413-8a0c-9fd19dc719d8 shut down Apr 18, 2024 5:07:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25ba7032-31ff-4b89-9b29-174959690fb7 initialized Apr 18, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25ba7032-31ff-4b89-9b29-174959690fb7 shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.750 s -- in org.eclipse.jnosql.mapping.core.repository.RepositoryObserverParserTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.RepositoryReflectionUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.jnosql.mapping.core.repository.RepositoryReflectionUtilsTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.DynamicQueryMethodReturnTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 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.431 s -- in org.eclipse.jnosql.mapping.core.query.RepositoryTypeTest [INFO] Running org.eclipse.jnosql.mapping.core.query.AbstractRepositoryTest Apr 18, 2024 5:07:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4124e964-a066-4cc5-b2d5-ee9a1f9f5a64 initialized Apr 18, 2024 5:07:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4124e964-a066-4cc5-b2d5-ee9a1f9f5a64 shut down Apr 18, 2024 5:07:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 47c4fcb8-1ebc-4130-8677-d23a1b11025e initialized Apr 18, 2024 5:07:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 47c4fcb8-1ebc-4130-8677-d23a1b11025e shut down Apr 18, 2024 5:07:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4ca25d12-6386-41c2-a54d-82e22ecd2900 initialized Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4ca25d12-6386-41c2-a54d-82e22ecd2900 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 85059595-ccc1-42eb-96ac-8b7b25f8eec0 initialized Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 85059595-ccc1-42eb-96ac-8b7b25f8eec0 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 82c39b09-044f-4548-b72a-ad0b4556f3b6 initialized Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 82c39b09-044f-4548-b72a-ad0b4556f3b6 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cdc1c026-fc37-4b89-9cbe-85cea85d13b8 initialized Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cdc1c026-fc37-4b89-9cbe-85cea85d13b8 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 174f0f67-58f6-4341-bb10-2e99cfb5d35a initialized Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 174f0f67-58f6-4341-bb10-2e99cfb5d35a shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6156e34e-3d9f-4cc6-95d6-af45ad232071 initialized Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6156e34e-3d9f-4cc6-95d6-af45ad232071 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ab1b97ea-807e-44b8-8ea4-8c965e2e6ee7 initialized Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ab1b97ea-807e-44b8-8ea4-8c965e2e6ee7 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dc049017-c399-411a-8a16-069a98bd6c43 initialized Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dc049017-c399-411a-8a16-069a98bd6c43 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 40fd867d-0a18-457b-b9fe-177b1f1afcc3 initialized Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 40fd867d-0a18-457b-b9fe-177b1f1afcc3 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e10eb094-4ff4-48b0-a6cc-c361f26aacd5 initialized Apr 18, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e10eb094-4ff4-48b0-a6cc-c361f26aacd5 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6d131075-09a8-4d96-b5ce-d49265de5b38 initialized Apr 18, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6d131075-09a8-4d96-b5ce-d49265de5b38 shut down Apr 18, 2024 5:07:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e70b8b5f-3932-421e-a6e4-734ba379a91c initialized Apr 18, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e70b8b5f-3932-421e-a6e4-734ba379a91c shut down [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.576 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.293 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 Apr 18, 2024 5:07:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0ff391a2-f471-4515-ae87-e0dad8e06a9a initialized Apr 18, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0ff391a2-f471-4515-ae87-e0dad8e06a9a shut down Apr 18, 2024 5:07:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 29c72cde-f2de-457c-803e-b547371f1bd1 initialized Apr 18, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 29c72cde-f2de-457c-803e-b547371f1bd1 shut down Apr 18, 2024 5:07:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c105fd72-7198-4b7d-82e3-cb128823bc53 initialized Apr 18, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c105fd72-7198-4b7d-82e3-cb128823bc53 shut down Apr 18, 2024 5:07:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 59710f4f-feb1-48fd-83f4-b1373836dfe4 initialized Apr 18, 2024 5:07:41 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.core.VetedConverter not found on CDI context, creating by constructor Apr 18, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 59710f4f-feb1-48fd-83f4-b1373836dfe4 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 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.007 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.184 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.827 s -- in org.eclipse.jnosql.mapping.core.NoSQLPageTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-core --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-core >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-core --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 111 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 111 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-core <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-core --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-core --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/spi/AbstractBean.java:38: warning: no comment [WARNING] protected T getInstance(Class bean) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/spi/AbstractBean.java:42: warning: no comment [WARNING] protected T getInstance(Class bean, Annotation qualifier) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/spi/AbstractBean.java:51: warning: no comment [WARNING] public boolean isNullable() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/query/AnnotationOperation.java:194: warning: no comment [WARNING] public abstract Object invoke(Operation operation); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/query/AnnotationOperation.java:196: warning: no comment [WARNING] public record Operation(Method method, Object[] params, AbstractRepository repository) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/util/ConverterUtil.java:31: warning: no comment [WARNING] public final class ConverterUtil { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:76: warning: no comment [WARNING] public static final class DynamicQueryMethodReturnBuilder { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:67: warning: no comment [WARNING] public static DynamicQueryMethodReturnBuilder builder() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:117: warning: no comment [WARNING] public DynamicQueryMethodReturn build() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:96: warning: no comment [WARNING] public DynamicQueryMethodReturnBuilder withArgs(Object[] args) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:91: warning: no comment [WARNING] public DynamicQueryMethodReturnBuilder withMethod(Method method) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:113: warning: no comment [WARNING] public DynamicQueryMethodReturnBuilder withPrepareConverter(Function prepareConverter) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:108: warning: no comment [WARNING] public DynamicQueryMethodReturnBuilder withQueryConverter(Function> queryConverter) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:103: warning: no comment [WARNING] public DynamicQueryMethodReturnBuilder withTypeClass(Class typeClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/spi/EntityMetadataExtension.java:51: warning: no comment [WARNING] public void afterBeanDiscovery(@Observes BeforeBeanDiscovery event) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/InstanceRepositoryReturn.java:22: warning: no comment [WARNING] public class InstanceRepositoryReturn implements RepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryReturn.java:21: warning: no comment [WARNING] Object convert(DynamicReturn dynamicReturn); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryReturn.java:23: warning: no comment [WARNING] Object convertPageRequest(DynamicReturn dynamicReturn); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryReturn.java:19: warning: no comment [WARNING] boolean isCompatible(Class entity, Class returnType); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/ListRepositoryReturn.java:23: warning: no comment [WARNING] public class ListRepositoryReturn extends AbstractRepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/ListRepositoryReturn.java:25: warning: no comment [WARNING] public ListRepositoryReturn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/config/MicroProfileSettings.java:38: warning: no comment [WARNING] INSTANCE; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/OptionalRepositoryReturn.java:21: warning: no comment [WARNING] public class OptionalRepositoryReturn extends AbstractRepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/OptionalRepositoryReturn.java:23: warning: no comment [WARNING] public OptionalRepositoryReturn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/PageRepositoryReturn.java:22: warning: no comment [WARNING] public class PageRepositoryReturn extends AbstractRepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/PageRepositoryReturn.java:24: warning: no comment [WARNING] public PageRepositoryReturn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/QueueRepositoryReturn.java:24: warning: no comment [WARNING] public class QueueRepositoryReturn extends AbstractRepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/QueueRepositoryReturn.java:26: warning: no comment [WARNING] public QueueRepositoryReturn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryObserverParser.java:23: warning: no comment [WARNING] public final class RepositoryObserverParser { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryObserverParser.java:108: warning: no comment [WARNING] public static RepositoryObserverParser of(EntityMetadata metadata) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryReflectionUtils.java:34: warning: no comment [WARNING] INSTANCE; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/RepositoryReturn.java:17: warning: no comment [WARNING] public interface RepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/query/RepositoryType.java:142: warning: no @param for repositoryType [WARNING] public static RepositoryType of(Method method, Class repositoryType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/SetRepositoryReturn.java:22: warning: no comment [WARNING] public class SetRepositoryReturn extends AbstractRepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/SetRepositoryReturn.java:24: warning: no comment [WARNING] public SetRepositoryReturn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/SortedSetRepositoryReturn.java:25: warning: no comment [WARNING] public class SortedSetRepositoryReturn extends AbstractRepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/SortedSetRepositoryReturn.java:27: warning: no comment [WARNING] public SortedSetRepositoryReturn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/SortedSetRepositoryReturn.java:49: warning: no comment [WARNING] public void validate(DynamicReturn dynamicReturn) throws DynamicQueryException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/StreamRepositoryReturn.java:21: warning: no comment [WARNING] public class StreamRepositoryReturn extends AbstractRepositoryReturn { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/returns/StreamRepositoryReturn.java:23: warning: no comment [WARNING] public StreamRepositoryReturn() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/ThrowingSupplier.java:18: warning: no comment [WARNING] public interface ThrowingSupplier { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/ThrowingSupplier.java:19: warning: no comment [WARNING] T get() throws Throwable; [WARNING] ^ [WARNING] 42 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-core --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-core/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-core' with 40 classes [INFO] [INFO] ------< org.eclipse.jnosql.mapping:jnosql-mapping-semistructured >------ [INFO] Building jnosql-mapping-semistructured 1.1.1-SNAPSHOT [11/15] [INFO] from jnosql-mapping/jnosql-mapping-semistructured/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-semistructured --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-semistructured --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 102 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 102 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-semistructured --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-semistructured --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-semistructured --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 25 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-semistructured --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-semistructured --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-semistructured --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 74 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/test/java/org/eclipse/jnosql/mapping/semistructured/EntityConverterInheritanceTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/test/java/org/eclipse/jnosql/mapping/semistructured/EntityConverterInheritanceTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-semistructured --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest Apr 18, 2024 5:07:48 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) Apr 18, 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. Apr 18, 2024 5:07:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b21e3523-ea36-4351-a7cc-8545a09d8b43 initialized Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b21e3523-ea36-4351-a7cc-8545a09d8b43 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7602728c-451f-4d24-a9a2-10f3c61ee6a0 initialized Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7602728c-451f-4d24-a9a2-10f3c61ee6a0 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 20e958e1-e7da-4d8b-96a7-2276502b6b6e initialized Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 20e958e1-e7da-4d8b-96a7-2276502b6b6e shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 35967779-2860-448d-b215-8f948d808b9d initialized Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 35967779-2860-448d-b215-8f948d808b9d shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2170bcc0-79f4-4a5b-ae44-dc0c5ee3cccc initialized Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2170bcc0-79f4-4a5b-ae44-dc0c5ee3cccc shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2a743cbc-f272-4636-8b92-25b88b32df3a initialized Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2a743cbc-f272-4636-8b92-25b88b32df3a shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b028f0bd-6738-453c-9fce-fd09bac59a6c initialized Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b028f0bd-6738-453c-9fce-fd09bac59a6c shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8464269e-c624-4deb-98b6-10b4b16a599a initialized Apr 18, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8464269e-c624-4deb-98b6-10b4b16a599a shut down Apr 18, 2024 5:07:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fa280465-7f96-4e3b-8b1c-ff939da11a20 initialized Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fa280465-7f96-4e3b-8b1c-ff939da11a20 shut down Apr 18, 2024 5:07:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 004cdadf-35be-4aba-bcc3-404846cfd421 initialized Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 004cdadf-35be-4aba-bcc3-404846cfd421 shut down Apr 18, 2024 5:07:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6dece0e1-6c86-4a4a-a680-48506207f564 initialized Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6dece0e1-6c86-4a4a-a680-48506207f564 shut down Apr 18, 2024 5:07:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3e0278f5-ef53-4505-91b8-25928d9d9c19 initialized Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3e0278f5-ef53-4505-91b8-25928d9d9c19 shut down Apr 18, 2024 5:07:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9e4744ba-d902-4428-ae3d-8b490003defa initialized Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9e4744ba-d902-4428-ae3d-8b490003defa shut down Apr 18, 2024 5:07:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 99171f7a-d4a1-4adc-8c3b-664d1004182a initialized Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 99171f7a-d4a1-4adc-8c3b-664d1004182a shut down Apr 18, 2024 5:07:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f249acd3-74ee-4056-9322-dce6c0e499c4 initialized Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f249acd3-74ee-4056-9322-dce6c0e499c4 shut down Apr 18, 2024 5:07:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 91f11e87-1d48-4bcb-9129-e7b5c4399a52 initialized Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 91f11e87-1d48-4bcb-9129-e7b5c4399a52 shut down Apr 18, 2024 5:07:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3056ac99-8837-4551-a3d4-5a6599fe96bb initialized Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3056ac99-8837-4551-a3d4-5a6599fe96bb shut down Apr 18, 2024 5:07:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7719e4d6-ec8c-4fff-a047-a2124194d260 initialized Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7719e4d6-ec8c-4fff-a047-a2124194d260 shut down Apr 18, 2024 5:07:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e224cf53-d25a-48aa-9c15-c02107bd0f50 initialized Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e224cf53-d25a-48aa-9c15-c02107bd0f50 shut down Apr 18, 2024 5:07:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fba02d01-7831-48db-89c8-a25ec85f48f2 initialized Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fba02d01-7831-48db-89c8-a25ec85f48f2 shut down [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.388 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest Apr 18, 2024 5:07:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5dd2af6f-7d60-4e98-ad4c-d9dd325a103d initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended Apr 18, 2024 5:07:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5dd2af6f-7d60-4e98-ad4c-d9dd325a103d shut down Apr 18, 2024 5:07:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c7d184e-ca91-41a3-8eea-cc712571a5c3 initialized Apr 18, 2024 5:07:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c7d184e-ca91-41a3-8eea-cc712571a5c3 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3327b25-9dfb-476a-b6a3-168e002de946 initialized Apr 18, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3327b25-9dfb-476a-b6a3-168e002de946 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0c3a4244-b678-4ae8-ad31-46a28df6d207 initialized Apr 18, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0c3a4244-b678-4ae8-ad31-46a28df6d207 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c49a8839-b9ff-446f-8f9d-9423d932c78b initialized Apr 18, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c49a8839-b9ff-446f-8f9d-9423d932c78b shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dd14a27e-cbfb-4a8c-a24b-c6bc531dfa7c initialized Apr 18, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dd14a27e-cbfb-4a8c-a24b-c6bc531dfa7c shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d5a37c48-53a9-4f83-bb7b-8ab280914025 initialized Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d5a37c48-53a9-4f83-bb7b-8ab280914025 shut down Apr 18, 2024 5:07:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 40d1cec6-58d2-45c4-a8d2-c7520b058bd9 initialized Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 40d1cec6-58d2-45c4-a8d2-c7520b058bd9 shut down Apr 18, 2024 5:07:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eeb2271d-6650-4a90-92b6-6a6d5fd2429e initialized Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eeb2271d-6650-4a90-92b6-6a6d5fd2429e shut down Apr 18, 2024 5:07:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 74921e02-3dc7-429f-8b97-6bcb552e3e3f initialized Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 74921e02-3dc7-429f-8b97-6bcb552e3e3f shut down Apr 18, 2024 5:07:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4bb59994-79d7-4d46-82ee-4ac2fbdb23c9 initialized Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4bb59994-79d7-4d46-82ee-4ac2fbdb23c9 shut down Apr 18, 2024 5:07:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 52fd57ff-977c-4259-b20c-028a7d4f7237 initialized Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 52fd57ff-977c-4259-b20c-028a7d4f7237 shut down Apr 18, 2024 5:07:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b06933dd-5a97-4445-a48b-907515ce7b42 initialized Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b06933dd-5a97-4445-a48b-907515ce7b42 shut down Apr 18, 2024 5:07:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a7cef13d-d817-4364-9e66-3a38b265027d initialized Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a7cef13d-d817-4364-9e66-3a38b265027d shut down Apr 18, 2024 5:07:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 74951f1b-4ac5-49c2-be9c-9ae79c257f18 initialized Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 74951f1b-4ac5-49c2-be9c-9ae79c257f18 shut down Apr 18, 2024 5:07:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:07:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 800ebcff-afcf-4a0e-9547-2f71913eff53 initialized Apr 18, 2024 5:07:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 800ebcff-afcf-4a0e-9547-2f71913eff53 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:07:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 41e11cd8-ef30-490b-af42-c624e22763ca initialized Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 41e11cd8-ef30-490b-af42-c624e22763ca shut down Apr 18, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 01e9a4d7-3dd3-4a19-8dc6-c0f72c6cbdbf initialized Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 01e9a4d7-3dd3-4a19-8dc6-c0f72c6cbdbf shut down Apr 18, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a18d02db-4ce7-4f18-885d-0db9e1ab5715 initialized Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a18d02db-4ce7-4f18-885d-0db9e1ab5715 shut down Apr 18, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c3f7592-d105-4608-9eaa-c66caff0a2d4 initialized Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c3f7592-d105-4608-9eaa-c66caff0a2d4 shut down Apr 18, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6eff48a1-cd25-46cd-be3d-f222986b5b1d initialized Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6eff48a1-cd25-46cd-be3d-f222986b5b1d shut down Apr 18, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c2b84d8b-f9e7-4230-a769-d425a4b2ee12 initialized Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c2b84d8b-f9e7-4230-a769-d425a4b2ee12 shut down Apr 18, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 47469713-f092-4e4d-bdcd-c6eb3ee3da56 initialized Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 47469713-f092-4e4d-bdcd-c6eb3ee3da56 shut down Apr 18, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0698f9ac-452b-4bad-85af-daace546998e initialized Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0698f9ac-452b-4bad-85af-daace546998e shut down Apr 18, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 954488e3-660d-41f8-8d06-e4e59102f389 initialized Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 954488e3-660d-41f8-8d06-e4e59102f389 shut down Apr 18, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eace0624-72e5-42ee-861e-e8e2db419196 initialized Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eace0624-72e5-42ee-861e-e8e2db419196 shut down Apr 18, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b05a9be7-011b-4f93-8252-5b2619ac4452 initialized Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b05a9be7-011b-4f93-8252-5b2619ac4452 shut down Apr 18, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 113ce7b1-6457-48f5-b926-e18b0fa750b1 initialized Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 113ce7b1-6457-48f5-b926-e18b0fa750b1 shut down Apr 18, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c880e64f-299b-4bef-a811-438eb6a203ea initialized Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c880e64f-299b-4bef-a811-438eb6a203ea shut down Apr 18, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9a9ebf80-f842-4d76-b979-3a95e1fb3d82 initialized Apr 18, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9a9ebf80-f842-4d76-b979-3a95e1fb3d82 shut down Apr 18, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d8560ee9-9cf7-49ab-9e60-8fef84f7e9b3 initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d8560ee9-9cf7-49ab-9e60-8fef84f7e9b3 shut down [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.230 s -- in org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterTest Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 92749f49-0e69-4e35-af2f-b5ade184511d initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 92749f49-0e69-4e35-af2f-b5ade184511d shut down Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6032ab1f-b547-403c-aa42-4b3666f54af5 initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6032ab1f-b547-403c-aa42-4b3666f54af5 shut down Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d6d47f6e-9da8-4bf8-9dbd-d2a0f6fcf214 initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d6d47f6e-9da8-4bf8-9dbd-d2a0f6fcf214 shut down Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2dcdb7c7-95d5-4416-a885-125285d9628c initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2dcdb7c7-95d5-4416-a885-125285d9628c shut down Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1de84760-78d3-4c2b-a1f1-b443f74035c4 initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1de84760-78d3-4c2b-a1f1-b443f74035c4 shut down Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d32b216a-740f-45c9-8b06-9950ae9c211d initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d32b216a-740f-45c9-8b06-9950ae9c211d shut down Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3dd30f9c-64f7-4b0f-9031-2a7e2d20e5ea initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3dd30f9c-64f7-4b0f-9031-2a7e2d20e5ea shut down Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ee563431-20ad-453e-8468-64774678e926 initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ee563431-20ad-453e-8468-64774678e926 shut down Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8dc18e74-37fa-489d-b014-1daa754b8c36 initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8dc18e74-37fa-489d-b014-1daa754b8c36 shut down Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d1f1d070-cf3d-4832-8773-1ab9913db127 initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d1f1d070-cf3d-4832-8773-1ab9913db127 shut down Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7d811387-0746-44c7-90b5-c01cc11853da initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7d811387-0746-44c7-90b5-c01cc11853da shut down Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e8c273bd-2663-43f4-922d-ca22b7f45086 initialized Apr 18, 2024 5:08:01 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e8c273bd-2663-43f4-922d-ca22b7f45086 shut down Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c1a9d47-7cb6-4efb-875c-b9a5a500cdba initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c1a9d47-7cb6-4efb-875c-b9a5a500cdba shut down Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bdc1c8ff-1620-446d-a653-2904b8c5fc9c initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bdc1c8ff-1620-446d-a653-2904b8c5fc9c shut down Apr 18, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c5fac059-6062-4871-80c3-c02b0c3e939f initialized Apr 18, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c5fac059-6062-4871-80c3-c02b0c3e939f shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d51e2154-ccf6-4403-a5b2-67b572020324 initialized Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d51e2154-ccf6-4403-a5b2-67b572020324 shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9c59a750-b3bb-4a80-b91a-52ba2b2c0fae initialized Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9c59a750-b3bb-4a80-b91a-52ba2b2c0fae shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1cb3127f-4f86-452b-a087-dcda475d78fd initialized Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1cb3127f-4f86-452b-a087-dcda475d78fd shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 59becf30-d38f-42de-9bb9-7a4b54b40798 initialized Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 59becf30-d38f-42de-9bb9-7a4b54b40798 shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b3bc36b-d103-4d93-93dc-c49ce021f4ab initialized Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b3bc36b-d103-4d93-93dc-c49ce021f4ab shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c503791-913e-434a-8f27-939ffa4a83bc initialized Apr 18, 2024 5:08:02 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5c503791-913e-434a-8f27-939ffa4a83bc shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 83e2afd4-7d3c-4996-906d-097a5e08685a initialized Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 83e2afd4-7d3c-4996-906d-097a5e08685a shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e79683c0-fb0c-4002-b3a0-68f9bfc2ce0e initialized Apr 18, 2024 5:08:02 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 18, 2024 5:08:02 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e79683c0-fb0c-4002-b3a0-68f9bfc2ce0e shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a85b30c0-a901-440e-a280-539b2fa0df95 initialized Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a85b30c0-a901-440e-a280-539b2fa0df95 shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d386d697-1f47-499e-8b40-ae1e0d658d13 initialized Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d386d697-1f47-499e-8b40-ae1e0d658d13 shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 129cc856-cb6a-44ca-9d18-a6a2711cec6f initialized Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 129cc856-cb6a-44ca-9d18-a6a2711cec6f shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4ff30d0b-68d2-4489-8ba8-21355197ef32 initialized Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4ff30d0b-68d2-4489-8ba8-21355197ef32 shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e46d45d-fe6d-4019-9c9d-5e397f7a7a74 initialized Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e46d45d-fe6d-4019-9c9d-5e397f7a7a74 shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 58662769-93e2-4d65-aa1b-ea2fcfc8968c initialized Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 58662769-93e2-4d65-aa1b-ea2fcfc8968c shut down Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3397d97d-cc1c-450f-9abb-bc508725b814 initialized Apr 18, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3397d97d-cc1c-450f-9abb-bc508725b814 shut down [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.941 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.SemiStructuredParameterBasedQueryTest Apr 18, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1bd4721a-b1a3-41e3-b331-12d66af00c39 initialized Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1bd4721a-b1a3-41e3-b331-12d66af00c39 shut down Apr 18, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6da7201-a0b3-47ff-9004-7b1572b28559 initialized Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6da7201-a0b3-47ff-9004-7b1572b28559 shut down Apr 18, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6162f7ef-8357-4558-a31a-d71e88ab8dd4 initialized Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6162f7ef-8357-4558-a31a-d71e88ab8dd4 shut down Apr 18, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f659e87-0401-4422-a36d-62136a3773db initialized Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f659e87-0401-4422-a36d-62136a3773db shut down Apr 18, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fc65892e-c42d-4ea7-af03-bde4d447a4f7 initialized Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fc65892e-c42d-4ea7-af03-bde4d447a4f7 shut down Apr 18, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d974e3e3-b95c-4fad-9a57-bd8b06e0c384 initialized Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d974e3e3-b95c-4fad-9a57-bd8b06e0c384 shut down Apr 18, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0f77cedf-6e1f-4fa5-9e6b-45aac52aad54 initialized Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0f77cedf-6e1f-4fa5-9e6b-45aac52aad54 shut down Apr 18, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 453d6aaf-95c3-47f6-aba0-534e744aef89 initialized Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 453d6aaf-95c3-47f6-aba0-534e744aef89 shut down Apr 18, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 716d06ea-fe4a-47f2-85d3-efc1d7e314c4 initialized Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 716d06ea-fe4a-47f2-85d3-efc1d7e314c4 shut down [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.677 s -- in org.eclipse.jnosql.mapping.semistructured.query.SemiStructuredParameterBasedQueryTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest Apr 18, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c5cd1ca-a9b4-45fe-a8c2-724a6bc53275 initialized Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5c5cd1ca-a9b4-45fe-a8c2-724a6bc53275 shut down Apr 18, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 68769575-b98c-478e-a9f6-ed676b283aa2 initialized Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 68769575-b98c-478e-a9f6-ed676b283aa2 shut down Apr 18, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container df754af6-e535-4269-bc2b-5e629400dcbb initialized Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container df754af6-e535-4269-bc2b-5e629400dcbb shut down Apr 18, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3625c23c-868d-4f1d-8818-92f149f190a1 initialized Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3625c23c-868d-4f1d-8818-92f149f190a1 shut down Apr 18, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 22323355-9b7d-4019-b7cf-e0d6836f58fb initialized Apr 18, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 22323355-9b7d-4019-b7cf-e0d6836f58fb shut down Apr 18, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 917ba102-822a-44e7-9a2d-f822724f3859 initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 917ba102-822a-44e7-9a2d-f822724f3859 shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 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.266 s -- in org.eclipse.jnosql.mapping.semistructured.query.DynamicQueryTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0ccb346c-8c01-49e9-90db-35020c15a815 initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0ccb346c-8c01-49e9-90db-35020c15a815 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 99078363-a21a-4db5-acad-9e2a1eedab32 initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 99078363-a21a-4db5-acad-9e2a1eedab32 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 275314d4-8771-4399-ad59-a3cdfa61d0cc initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 275314d4-8771-4399-ad59-a3cdfa61d0cc shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef8cf5eb-5dd8-4bae-9271-42a3cc302f78 initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef8cf5eb-5dd8-4bae-9271-42a3cc302f78 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fb243e68-dd6c-4779-a97d-844fce32ab22 initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fb243e68-dd6c-4779-a97d-844fce32ab22 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f5a01e11-253b-4b6a-aa33-7c802555de92 initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f5a01e11-253b-4b6a-aa33-7c802555de92 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6e8b3f0b-1333-4809-a784-d493813bb820 initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6e8b3f0b-1333-4809-a784-d493813bb820 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 541dca54-aa2b-49e7-8ca8-7ad514431d19 initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 541dca54-aa2b-49e7-8ca8-7ad514431d19 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 75a468cc-bd46-47c3-bd03-b22a9dce1e5a initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 75a468cc-bd46-47c3-bd03-b22a9dce1e5a shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb040697-fbe0-4931-9858-f7a043955ffd initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb040697-fbe0-4931-9858-f7a043955ffd shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 32d1af4d-40c1-4aaf-89b0-3861b1feeebe initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 32d1af4d-40c1-4aaf-89b0-3861b1feeebe shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b67f03f-7d53-43a9-a4d0-536996f54498 initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b67f03f-7d53-43a9-a4d0-536996f54498 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4e0ad36b-2638-483f-b978-b05634622a77 initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4e0ad36b-2638-483f-b978-b05634622a77 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db861c5b-85b2-4040-ab22-403b33c3fada initialized Apr 18, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db861c5b-85b2-4040-ab22-403b33c3fada shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 637a1496-63e5-44e4-b3bc-d703a94ed584 initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 637a1496-63e5-44e4-b3bc-d703a94ed584 shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4a683306-977c-48f1-8101-3e6afa30e5d7 initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4a683306-977c-48f1-8101-3e6afa30e5d7 shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a2aa2e92-21d2-4d9a-99d4-63d54a4bc43c initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a2aa2e92-21d2-4d9a-99d4-63d54a4bc43c shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 65e32a99-ef49-4242-8394-c1f16702b171 initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 65e32a99-ef49-4242-8394-c1f16702b171 shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0991b1bb-b0cb-4a18-9b2d-4e68eb79cb0e initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0991b1bb-b0cb-4a18-9b2d-4e68eb79cb0e shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 31d340c5-ea15-4b1c-a3dd-8ddd907de0c4 initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 31d340c5-ea15-4b1c-a3dd-8ddd907de0c4 shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 15091387-d794-43f0-8f1e-91c897362475 initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 15091387-d794-43f0-8f1e-91c897362475 shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3f687112-d3e1-42b5-b40d-3a165bd116ef initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3f687112-d3e1-42b5-b40d-3a165bd116ef shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 14a8c25c-8407-4f3f-97e8-feadaa916ee8 initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 14a8c25c-8407-4f3f-97e8-feadaa916ee8 shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4e074847-19d1-46a6-936a-d70ddd80e383 initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4e074847-19d1-46a6-936a-d70ddd80e383 shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2fa94836-f93c-451c-b634-e59913f516fb initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2fa94836-f93c-451c-b634-e59913f516fb shut down [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.229 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.046 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositorySemiStructuredObserverParserTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 69694911-855c-4b1a-8423-29ef01e45b81 initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 69694911-855c-4b1a-8423-29ef01e45b81 shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8112d43d-db62-49e4-99ba-99a29e46aec6 initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8112d43d-db62-49e4-99ba-99a29e46aec6 shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a5ce9271-aa15-42c0-ba47-9c3c2bc6efa8 initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a5ce9271-aa15-42c0-ba47-9c3c2bc6efa8 shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container adfaef99-65fd-4180-9ae0-675e5365214b initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container adfaef99-65fd-4180-9ae0-675e5365214b shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a124a5c1-c171-46d2-a9d4-ea935586f5d5 initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a124a5c1-c171-46d2-a9d4-ea935586f5d5 shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fada3109-ffb4-4f15-9f08-aa014fb325a3 initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fada3109-ffb4-4f15-9f08-aa014fb325a3 shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d519316c-fc1d-4f0d-8fe9-cada90ef4efb initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d519316c-fc1d-4f0d-8fe9-cada90ef4efb shut down Apr 18, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b47c8967-c0c4-425a-8a65-b3069ccea1cb initialized Apr 18, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b47c8967-c0c4-425a-8a65-b3069ccea1cb shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0b1b6dde-23a6-465d-a79b-17909aec538b initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0b1b6dde-23a6-465d-a79b-17909aec538b shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef247d21-2af1-4445-a112-58cec3240e36 initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef247d21-2af1-4445-a112-58cec3240e36 shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ee96cc8a-9191-4148-8237-702cd52c9293 initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ee96cc8a-9191-4148-8237-702cd52c9293 shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c6b6c617-b6c8-496f-a704-ef269c07da15 initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c6b6c617-b6c8-496f-a704-ef269c07da15 shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f3efe985-de71-4671-9521-ba955f637a4f initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f3efe985-de71-4671-9521-ba955f637a4f shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 02ddea6b-6604-4115-890e-1e6c042d121f initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 02ddea6b-6604-4115-890e-1e6c042d121f shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 07815754-596c-4b30-be64-441d683936aa initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 07815754-596c-4b30-be64-441d683936aa shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 06b21249-1f57-4eb9-a692-b80700a1e1d9 initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 06b21249-1f57-4eb9-a692-b80700a1e1d9 shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f5989212-4005-4190-a69e-f12894268126 initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f5989212-4005-4190-a69e-f12894268126 shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e23a4cac-c48b-4328-a2b0-acaeba6679b4 initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e23a4cac-c48b-4328-a2b0-acaeba6679b4 shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6602bf89-cfe6-4281-9773-caa0f35b33e9 initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6602bf89-cfe6-4281-9773-caa0f35b33e9 shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b27fce50-73d5-43f5-9171-92e873ba9e12 initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b27fce50-73d5-43f5-9171-92e873ba9e12 shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 42d9dca3-eba1-4c7a-9b12-a9dd1fe4884d initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 42d9dca3-eba1-4c7a-9b12-a9dd1fe4884d shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b81410f4-b588-41c6-be6a-07c0ed8392bc initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b81410f4-b588-41c6-be6a-07c0ed8392bc shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e3deeaad-99d9-48a7-98e0-9ce2f6a9bd57 initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e3deeaad-99d9-48a7-98e0-9ce2f6a9bd57 shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 76e24f97-3d79-44ca-98d4-59a7c9513c7e initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 76e24f97-3d79-44ca-98d4-59a7c9513c7e shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c04c03d6-0518-47ff-8418-18c2c7e62dff initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c04c03d6-0518-47ff-8418-18c2c7e62dff shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c457e3c5-2a27-40ae-b168-e915e7fe085b initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c457e3c5-2a27-40ae-b168-e915e7fe085b shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fac001b4-8cc2-49a1-ad88-b2029ea9902f initialized Apr 18, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fac001b4-8cc2-49a1-ad88-b2029ea9902f shut down Apr 18, 2024 5:08:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 253b9933-940e-4de9-8bfa-fc0d3ec00aea initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 253b9933-940e-4de9-8bfa-fc0d3ec00aea shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d936eed5-f3b6-4043-88f4-102691721ea2 initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d936eed5-f3b6-4043-88f4-102691721ea2 shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c420231b-5d3f-4073-8df5-d5e4b99310e8 initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c420231b-5d3f-4073-8df5-d5e4b99310e8 shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9db566f5-f434-4207-926c-2ac75c35927d initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9db566f5-f434-4207-926c-2ac75c35927d shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7cd397d3-fa46-463f-b653-2922e67c4a7d initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7cd397d3-fa46-463f-b653-2922e67c4a7d shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5fe6a3fc-4839-4f40-a902-97e7ccf104e5 initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5fe6a3fc-4839-4f40-a902-97e7ccf104e5 shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 39f53df1-0775-462e-ba73-cfcf65ebbfc5 initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 39f53df1-0775-462e-ba73-cfcf65ebbfc5 shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b93ede2a-3d07-48d6-b88b-92fa79e5a738 initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b93ede2a-3d07-48d6-b88b-92fa79e5a738 shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container efe1c1c9-1024-461c-b117-3ab0558cfabb initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container efe1c1c9-1024-461c-b117-3ab0558cfabb shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2bb2b498-93d8-45fa-b783-a3a17ed27a4f initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2bb2b498-93d8-45fa-b783-a3a17ed27a4f shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25c42a3f-8bf9-404c-8b75-f2c66951ffde initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25c42a3f-8bf9-404c-8b75-f2c66951ffde shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container efaa160f-16d8-4f69-8740-7ae79d2ceada initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container efaa160f-16d8-4f69-8740-7ae79d2ceada shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b86577b4-3dca-4158-908e-0e2a750d0656 initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b86577b4-3dca-4158-908e-0e2a750d0656 shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b2523f08-20b3-41fb-a1b6-699448ffe690 initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b2523f08-20b3-41fb-a1b6-699448ffe690 shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e79d2cc-52e8-420a-a82b-7c69439871f3 initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e79d2cc-52e8-420a-a82b-7c69439871f3 shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 001d4ea7-1bec-49d1-ab55-7337fbbdc803 initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 001d4ea7-1bec-49d1-ab55-7337fbbdc803 shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 62445a4e-c6e8-461d-aef9-0985a59eb6ad initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 62445a4e-c6e8-461d-aef9-0985a59eb6ad shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 653916fb-2f6a-4132-ac12-b50c907d9675 initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 653916fb-2f6a-4132-ac12-b50c907d9675 shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b079cca5-23f9-4113-9024-b8f0e066486d initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b079cca5-23f9-4113-9024-b8f0e066486d shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 625cf1d3-53c5-4c4e-8e20-5c4c285075c8 initialized Apr 18, 2024 5:08:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 625cf1d3-53c5-4c4e-8e20-5c4c285075c8 shut down Apr 18, 2024 5:08:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e3990ca5-2846-47a8-84fc-44141d219d9f initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e3990ca5-2846-47a8-84fc-44141d219d9f shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 871516d8-25f9-4557-b1ad-57a2b80cfb0f initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 871516d8-25f9-4557-b1ad-57a2b80cfb0f shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1fcd632e-75ea-4208-a980-defcd1e8adec initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1fcd632e-75ea-4208-a980-defcd1e8adec shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 10fef472-fe8b-4403-aecc-7b3a773eb78b initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 10fef472-fe8b-4403-aecc-7b3a773eb78b shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a5cae525-c1a0-407f-84c5-af82992e64b2 initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a5cae525-c1a0-407f-84c5-af82992e64b2 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3488c468-8ccf-4d27-a180-ade74e0501ab initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3488c468-8ccf-4d27-a180-ade74e0501ab shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb9e8c8d-10b4-4d34-b699-e944b377e34e initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb9e8c8d-10b4-4d34-b699-e944b377e34e shut down [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.696 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0c846db6-508f-4cfb-a9ec-820bc35f7104 initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0c846db6-508f-4cfb-a9ec-820bc35f7104 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 81074be9-4a58-442e-943b-eb0c528f4ebc initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 81074be9-4a58-442e-943b-eb0c528f4ebc shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 476f11b6-d9f4-4de1-b279-ce9a1f07847e initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 476f11b6-d9f4-4de1-b279-ce9a1f07847e shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8df6f1c4-f02a-4aa9-af92-819378de5b40 initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8df6f1c4-f02a-4aa9-af92-819378de5b40 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 651f3dd3-bc5e-4f8b-96ec-c5bbf53c59d3 initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 651f3dd3-bc5e-4f8b-96ec-c5bbf53c59d3 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 32f04eaf-f159-41b5-b6e2-9c724b9509fa initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 32f04eaf-f159-41b5-b6e2-9c724b9509fa shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6cbb832d-0f2b-4df9-b4ac-9f7ed1486c00 initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6cbb832d-0f2b-4df9-b4ac-9f7ed1486c00 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 79ceaa30-3bab-45a2-8847-d13ef361e14f initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 79ceaa30-3bab-45a2-8847-d13ef361e14f shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f4cd0380-121e-418f-8441-b68e454fbf25 initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f4cd0380-121e-418f-8441-b68e454fbf25 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 660a7fe8-0d52-4be3-8ba2-5bb9437ac1e2 initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 660a7fe8-0d52-4be3-8ba2-5bb9437ac1e2 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 83567d4e-76cd-4a3b-82c9-6378aba04236 initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 83567d4e-76cd-4a3b-82c9-6378aba04236 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1940e51d-34d4-4f3d-b077-a79e581f713e initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1940e51d-34d4-4f3d-b077-a79e581f713e shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c2abb044-0a8c-4a26-951a-f78d4cfb7f44 initialized Apr 18, 2024 5:08:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c2abb044-0a8c-4a26-951a-f78d4cfb7f44 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ce8e654a-adc5-47a6-a54d-24db82388818 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ce8e654a-adc5-47a6-a54d-24db82388818 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3d2c0d5c-b601-4acb-8e1d-fd29f4cd9e16 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3d2c0d5c-b601-4acb-8e1d-fd29f4cd9e16 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3c166448-ef3f-4650-a40d-0582980fe48d initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3c166448-ef3f-4650-a40d-0582980fe48d shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cc56c004-3757-4971-809f-ba667e1d4c00 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cc56c004-3757-4971-809f-ba667e1d4c00 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 745c23bf-41b4-4676-8ccc-2be904d4ab4a initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 745c23bf-41b4-4676-8ccc-2be904d4ab4a shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c39cf698-75d1-47b1-885e-bfb6684e9f81 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c39cf698-75d1-47b1-885e-bfb6684e9f81 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 13497ce8-52f8-4559-9807-25e137928b91 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 13497ce8-52f8-4559-9807-25e137928b91 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 323ab7b7-f5c5-481a-b195-2eb935d21483 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 323ab7b7-f5c5-481a-b195-2eb935d21483 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e29f7ec-5dae-48d2-aa43-620aece993be initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e29f7ec-5dae-48d2-aa43-620aece993be shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6875f004-0a55-4ee8-99b4-999ea7a7041c initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6875f004-0a55-4ee8-99b4-999ea7a7041c shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c5ef35c-6411-45f7-a2b0-f85486d3af28 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c5ef35c-6411-45f7-a2b0-f85486d3af28 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 36d96b35-abf9-455f-8aec-d8514e29d657 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 36d96b35-abf9-455f-8aec-d8514e29d657 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container de06359c-2313-4822-ae35-8b4977dccd86 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container de06359c-2313-4822-ae35-8b4977dccd86 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e5709612-1001-46fb-a781-e8a8bf28159d initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e5709612-1001-46fb-a781-e8a8bf28159d shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 81c484a4-1931-4fe0-9105-08e71df51d4b initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 81c484a4-1931-4fe0-9105-08e71df51d4b shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3f09133-2df5-423e-a302-5fb95b94a848 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3f09133-2df5-423e-a302-5fb95b94a848 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1e7ecdf0-04cf-4f55-bcd2-6aacd12ddb5e initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1e7ecdf0-04cf-4f55-bcd2-6aacd12ddb5e shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 940094b9-03aa-49b1-80f0-a9b894984e9d initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 940094b9-03aa-49b1-80f0-a9b894984e9d shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5ecf562f-3ca3-4f6a-8726-75e027d314b9 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5ecf562f-3ca3-4f6a-8726-75e027d314b9 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86b09716-67a7-4575-9c95-4b98a7c514b8 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86b09716-67a7-4575-9c95-4b98a7c514b8 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86c75ef0-03ce-4d7a-9db8-0973591c91ec initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86c75ef0-03ce-4d7a-9db8-0973591c91ec shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e661e823-ab94-45dd-ae1d-908b9b66a6f6 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e661e823-ab94-45dd-ae1d-908b9b66a6f6 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e408c8ef-b194-4895-83e6-c4d58ec02140 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e408c8ef-b194-4895-83e6-c4d58ec02140 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 30c1a97a-6b87-4d9e-9f8c-a18cf30910bb initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 30c1a97a-6b87-4d9e-9f8c-a18cf30910bb shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f6b5a5b-c25b-4ca8-bcca-c0b45487cbc3 initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f6b5a5b-c25b-4ca8-bcca-c0b45487cbc3 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b274bf03-1ccf-4add-b955-8bc6167a0d4f initialized Apr 18, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b274bf03-1ccf-4add-b955-8bc6167a0d4f shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 98b06ce8-710c-4d7e-b160-e6253283a617 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 98b06ce8-710c-4d7e-b160-e6253283a617 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db8ac11c-7c0e-4a39-ae2f-3a828e856077 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db8ac11c-7c0e-4a39-ae2f-3a828e856077 shut down [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.703 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 774cfc1a-8cfc-4887-b7fb-a37d0c91f17b initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 774cfc1a-8cfc-4887-b7fb-a37d0c91f17b shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 50fb7748-232f-4e03-8c68-015875cfcfe9 initialized Apr 18, 2024 5:08:10 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 50fb7748-232f-4e03-8c68-015875cfcfe9 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 444f27ac-e6eb-4d34-8937-39327a3102b7 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 444f27ac-e6eb-4d34-8937-39327a3102b7 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be0bab91-897f-49af-8579-95f91f5f6b46 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be0bab91-897f-49af-8579-95f91f5f6b46 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37bbfb99-3a1a-46aa-8ceb-f37437f8f103 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37bbfb99-3a1a-46aa-8ceb-f37437f8f103 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b6d1463d-5fcb-4fd0-9ac4-640897386bd9 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b6d1463d-5fcb-4fd0-9ac4-640897386bd9 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4ada0b40-f344-4068-bf3d-333e1f55b307 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4ada0b40-f344-4068-bf3d-333e1f55b307 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1fb0d577-88e8-4690-a075-d94c58e8a46b initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1fb0d577-88e8-4690-a075-d94c58e8a46b shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d2008c0f-6d26-40fa-adee-e7a7c79ce98e initialized Apr 18, 2024 5:08:10 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d2008c0f-6d26-40fa-adee-e7a7c79ce98e shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c3457fd-dd99-46d7-a7c4-a63f11c1f865 initialized Apr 18, 2024 5:08:10 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c3457fd-dd99-46d7-a7c4-a63f11c1f865 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c20bbcd2-fe76-4857-9b5e-2ba5cd007f5d initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c20bbcd2-fe76-4857-9b5e-2ba5cd007f5d shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9073ce7b-85cc-4b60-b7a3-1567fd840ff1 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9073ce7b-85cc-4b60-b7a3-1567fd840ff1 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd2624b1-95e8-4ef1-a1bd-d49b34bce8a3 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd2624b1-95e8-4ef1-a1bd-d49b34bce8a3 shut down [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.510 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperSelectTest Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 30abfaff-c816-40ef-ad5c-9b9af466cb78 initialized Apr 18, 2024 5:08:10 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 30abfaff-c816-40ef-ad5c-9b9af466cb78 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8eb27d61-79de-41ba-b9e2-fc1d9e90c55d initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8eb27d61-79de-41ba-b9e2-fc1d9e90c55d shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 373eb328-a1da-4105-ac3f-094b8348d404 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 373eb328-a1da-4105-ac3f-094b8348d404 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4b692062-b22c-43be-adb1-24741da0fb28 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4b692062-b22c-43be-adb1-24741da0fb28 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c8d7ac4-dbfc-42a8-8d7d-49cbfe9fbff2 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c8d7ac4-dbfc-42a8-8d7d-49cbfe9fbff2 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c86bd2ba-391d-4441-a3d9-327ded791e3b initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c86bd2ba-391d-4441-a3d9-327ded791e3b shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d7bbf909-6fea-473b-9b25-ebb68109dd30 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d7bbf909-6fea-473b-9b25-ebb68109dd30 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cc79fef9-5fdd-438a-a965-4c52de60a63c initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cc79fef9-5fdd-438a-a965-4c52de60a63c shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 54ccd3f3-9d27-479c-bac2-1646415eecdb initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 54ccd3f3-9d27-479c-bac2-1646415eecdb shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c2c02c6a-83b5-4c5b-9d49-790d3abe8d33 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c2c02c6a-83b5-4c5b-9d49-790d3abe8d33 shut down Apr 18, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9e1f80d6-6d11-4350-9b20-1d0f8865c943 initialized Apr 18, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9e1f80d6-6d11-4350-9b20-1d0f8865c943 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ae9d1a5e-a686-41ea-87f1-a4b51d1fa86b initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ae9d1a5e-a686-41ea-87f1-a4b51d1fa86b shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d6eae7e9-2956-495f-adb2-85d9e4c9094c initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d6eae7e9-2956-495f-adb2-85d9e4c9094c shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container daa7f84e-4ceb-4a4e-ba56-681b04798c6a initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container daa7f84e-4ceb-4a4e-ba56-681b04798c6a shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 68c24207-8f6d-4393-a3f0-33e1bdbe8ae9 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 68c24207-8f6d-4393-a3f0-33e1bdbe8ae9 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d446deb1-828a-41f3-a0d7-4c0ec466352a initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d446deb1-828a-41f3-a0d7-4c0ec466352a shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba0698cd-fbfa-4207-8074-84f36a096e85 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba0698cd-fbfa-4207-8074-84f36a096e85 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 19580017-7d32-49df-bead-21494f6cfc73 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 19580017-7d32-49df-bead-21494f6cfc73 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 38142dff-d750-4c9d-a3f2-0c930daebfb8 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 38142dff-d750-4c9d-a3f2-0c930daebfb8 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 281421f5-62e0-46b2-9b05-d4dd25757ab2 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 281421f5-62e0-46b2-9b05-d4dd25757ab2 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a00cf764-edda-4609-bf60-5f3e873db16d initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a00cf764-edda-4609-bf60-5f3e873db16d shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 922a4c7b-f834-464a-a796-dfddcf49ad60 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 922a4c7b-f834-464a-a796-dfddcf49ad60 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4ac99e5a-ff49-4b95-81a0-707d4e64d8df initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4ac99e5a-ff49-4b95-81a0-707d4e64d8df shut down [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 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.079 s -- in org.eclipse.jnosql.mapping.semistructured.EventPersistManagerTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 344e4aab-7c90-412c-a042-6d6c5a77fd50 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 344e4aab-7c90-412c-a042-6d6c5a77fd50 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b89def07-a42a-4fa1-8140-6556a02960c8 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b89def07-a42a-4fa1-8140-6556a02960c8 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db32f993-2bb3-41ba-9104-47fec5d9ad20 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db32f993-2bb3-41ba-9104-47fec5d9ad20 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 12cc374e-892e-4661-b723-5e9f38763a30 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 12cc374e-892e-4661-b723-5e9f38763a30 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e9f7f828-4084-47ae-9ba7-9e47471e84d3 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e9f7f828-4084-47ae-9ba7-9e47471e84d3 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f0b35dd3-ee94-43e8-8e40-38f05b2426c6 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f0b35dd3-ee94-43e8-8e40-38f05b2426c6 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f3f678c3-8806-4e4f-a2d6-88d8b2c96eb6 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f3f678c3-8806-4e4f-a2d6-88d8b2c96eb6 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2330ae77-34a7-4fb9-8801-2abc75585090 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2330ae77-34a7-4fb9-8801-2abc75585090 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c12465a-7306-44fb-b147-a220737cf940 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c12465a-7306-44fb-b147-a220737cf940 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 39e18a73-a3a3-4d83-bd82-e14846db98be initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 39e18a73-a3a3-4d83-bd82-e14846db98be shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f410ebc-c7b2-4352-92b4-0e9b8d3e40c4 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f410ebc-c7b2-4352-92b4-0e9b8d3e40c4 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a6fbe68f-df64-47ee-9bc4-abdfabaf2928 initialized Apr 18, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a6fbe68f-df64-47ee-9bc4-abdfabaf2928 shut down [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 s -- in org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8d0558f8-8b91-4065-aa7a-74264d0395f5 initialized Apr 18, 2024 5:08:12 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8d0558f8-8b91-4065-aa7a-74264d0395f5 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 51648091-0786-4bc3-9d7f-cce5e5e91066 initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 51648091-0786-4bc3-9d7f-cce5e5e91066 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ccbf629b-7a3e-4373-9ff9-bed8cf50cf0a initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ccbf629b-7a3e-4373-9ff9-bed8cf50cf0a shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6fd79ead-3d7a-449e-b726-f481e67ff53b initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6fd79ead-3d7a-449e-b726-f481e67ff53b shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8dac2df2-3303-4f8a-82af-0154b5d7bf6a initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8dac2df2-3303-4f8a-82af-0154b5d7bf6a shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 49bd982f-e0b3-4827-8c4c-d3e9c887eb98 initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 49bd982f-e0b3-4827-8c4c-d3e9c887eb98 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c79d2288-ce41-4c25-af82-05d32930ba2f initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c79d2288-ce41-4c25-af82-05d32930ba2f shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a88581c9-025c-4e52-b609-c14c3e079279 initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a88581c9-025c-4e52-b609-c14c3e079279 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43027d12-6f20-43f3-a60f-55e2f4649ac1 initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43027d12-6f20-43f3-a60f-55e2f4649ac1 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 160e6046-0f29-4c3a-a100-d1a44ae7e147 initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 160e6046-0f29-4c3a-a100-d1a44ae7e147 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1960b98e-1076-4f93-97a5-261bc67376f6 initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1960b98e-1076-4f93-97a5-261bc67376f6 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11551c00-0b3c-43e7-8a0e-1c6730167376 initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11551c00-0b3c-43e7-8a0e-1c6730167376 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 53a38278-2a5a-42a1-bbd8-ea12de797e91 initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 53a38278-2a5a-42a1-bbd8-ea12de797e91 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3d9c7df8-a49f-4236-9e68-444896a3c631 initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3d9c7df8-a49f-4236-9e68-444896a3c631 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4c6df157-7efc-4e96-bab0-8cd61c4b42f5 initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4c6df157-7efc-4e96-bab0-8cd61c4b42f5 shut down [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 s -- in org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperObserverTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55ace6bf-5e14-4490-90e1-c977dcbf90f6 initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55ace6bf-5e14-4490-90e1-c977dcbf90f6 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 10c84d5e-8d95-4b5b-aaf7-9513329b1b1f initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 10c84d5e-8d95-4b5b-aaf7-9513329b1b1f shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ede1aa98-5a01-4673-8bd8-3d758679ce52 initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ede1aa98-5a01-4673-8bd8-3d758679ce52 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e04d60be-97f6-4de5-aecd-8a1908ebf95c initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e04d60be-97f6-4de5-aecd-8a1908ebf95c shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cf5b6c79-08a7-4393-9ffa-68921b92affb initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cf5b6c79-08a7-4393-9ffa-68921b92affb shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1891f579-c6a3-4ea3-ade2-e75a640d233e initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1891f579-c6a3-4ea3-ade2-e75a640d233e shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e070c1f0-0e33-4e3a-9db9-d2f22bcc65ee initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e070c1f0-0e33-4e3a-9db9-d2f22bcc65ee shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s -- in org.eclipse.jnosql.mapping.semistructured.MapperObserverTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityImmutableTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 34dd55f3-fae4-4e2d-9538-af0ec1389bce initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 34dd55f3-fae4-4e2d-9538-af0ec1389bce shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3fdd076-5b93-4cd5-8168-a47e2083725a initialized Apr 18, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3fdd076-5b93-4cd5-8168-a47e2083725a shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e135dac5-e05c-4a67-bc23-0c0f3b972ece initialized Apr 18, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e135dac5-e05c-4a67-bc23-0c0f3b972ece shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 98b408ef-a64c-4cb1-af8a-779302458c71 initialized Apr 18, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 98b408ef-a64c-4cb1-af8a-779302458c71 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cf680645-644a-47ca-a8a1-bf7bc83eaf50 initialized Apr 18, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cf680645-644a-47ca-a8a1-bf7bc83eaf50 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s -- in org.eclipse.jnosql.mapping.semistructured.EntityImmutableTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 311, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-semistructured --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-semistructured >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-semistructured --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 102 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 102 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-semistructured --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-semistructured <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-semistructured --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-semistructured --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://www.jnosql.org/jnosql-communication/jnosql-communication-semistructured/apidocs/ are in named modules. [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/AbstractSemiStructuredTemplate.java:85: warning: no comment [WARNING] protected abstract EntitiesMetadata entities(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/AbstractSemiStructuredTemplate.java:318: warning: no comment [WARNING] protected T persist(T entity, UnaryOperator persistAction) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:105: warning: no comment [WARNING] protected org.eclipse.jnosql.communication.semistructured.DeleteQuery deleteQuery(Method method, Object[] args) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:173: warning: no comment [WARNING] protected Long executeCountByQuery(org.eclipse.jnosql.communication.semistructured.SelectQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:177: warning: no comment [WARNING] protected boolean executeExistsByQuery(org.eclipse.jnosql.communication.semistructured.SelectQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:141: warning: no comment [WARNING] protected Object executeFindByQuery(Method method, Object[] args, Class typeClass, org.eclipse.jnosql.communication.semistructured.SelectQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:184: warning: no comment [WARNING] protected Function> getPage(org.eclipse.jnosql.communication.semistructured.SelectQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:192: warning: no comment [WARNING] protected Function> getSingleResult(org.eclipse.jnosql.communication.semistructured.SelectQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:91: warning: no comment [WARNING] protected org.eclipse.jnosql.communication.semistructured.SelectQuery query(Method method, Object[] args) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:197: warning: no comment [WARNING] protected Function> streamPagination(org.eclipse.jnosql.communication.semistructured.SelectQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/BaseSemiStructuredRepository.java:202: warning: no comment [WARNING] protected org.eclipse.jnosql.communication.semistructured.SelectQuery updateQueryDynamically(Object[] args, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/EntityConverter.java:150: warning: no comment [WARNING] protected Consumer feedObject(T entity, List elements, Map fieldsGroupByName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/EntityConverter.java:145: warning: no comment [WARNING] protected AttributeFieldValue to(FieldMetadata field, Object entity) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/EntityConverter.java:165: warning: no comment [WARNING] protected T toEntity(Class type, List elements) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/RepositorySemiStructuredObserverParser.java:48: warning: no @param for entityMetadata [WARNING] public static CommunicationObserverParser of(EntityMetadata entityMetadata) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/SemiStructuredParameterBasedQuery.java:52: warning: no @param for sorts [WARNING] public org.eclipse.jnosql.communication.semistructured.SelectQuery toQuery(Map params, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/SemiStructuredParameterBasedQuery.java:82: warning: no @param for sorts [WARNING] public org.eclipse.jnosql.communication.semistructured.SelectQuery toQueryNative(Map params, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/query/SemiStructuredParameterBasedQuery.java:42: warning: no comment [WARNING] INSTANCE; [WARNING] ^ [WARNING] 19 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-semistructured --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-semistructured/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-semistructured' with 31 classes [INFO] [INFO] ---------< org.eclipse.jnosql.mapping:jnosql-mapping-document >--------- [INFO] Building jnosql-mapping-document 1.1.1-SNAPSHOT [12/15] [INFO] from jnosql-mapping/jnosql-mapping-document/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-document --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-document --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 22 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 22 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-document --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-document --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-document --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/src/main/java/org/eclipse/jnosql/mapping/document/configuration/DocumentManagerSupplier.java: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/src/main/java/org/eclipse/jnosql/mapping/document/configuration/DocumentManagerSupplier.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/src/main/java/org/eclipse/jnosql/mapping/document/configuration/DocumentManagerSupplier.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-document --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-document --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-document --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-document --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest Apr 18, 2024 5:08:17 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:21 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:21 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 22af7f34-ca2a-444e-bfea-0846fd8a8a59 initialized Apr 18, 2024 5:08:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 22af7f34-ca2a-444e-bfea-0846fd8a8a59 shut down Apr 18, 2024 5:08: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. Apr 18, 2024 5:08: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. Apr 18, 2024 5:08:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0fba250-138a-4a84-8f73-7cd8a2da5dc2 initialized Apr 18, 2024 5:08:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0fba250-138a-4a84-8f73-7cd8a2da5dc2 shut down Apr 18, 2024 5:08: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. Apr 18, 2024 5:08: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. Apr 18, 2024 5:08:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0f8110df-511f-4ea5-9077-abdbf758fb4d initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended Apr 18, 2024 5:08:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0f8110df-511f-4ea5-9077-abdbf758fb4d shut down Apr 18, 2024 5:08:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6302bace-fea2-4664-bc81-2d9017e5a264 initialized Apr 18, 2024 5:08:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6302bace-fea2-4664-bc81-2d9017e5a264 shut down Apr 18, 2024 5:08:24 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5e7921f7-ab94-43f4-9920-c33954bf744f initialized Apr 18, 2024 5:08:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5e7921f7-ab94-43f4-9920-c33954bf744f shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.937 s -- in org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest [INFO] Running org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest Apr 18, 2024 5:08:24 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 035affb5-7881-43ff-81df-67822e076918 initialized Apr 18, 2024 5:08:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 035affb5-7881-43ff-81df-67822e076918 shut down Apr 18, 2024 5:08:24 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7ec65c3f-8bad-48c0-ad71-112a13b00b5b initialized Apr 18, 2024 5:08:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7ec65c3f-8bad-48c0-ad71-112a13b00b5b shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 s -- in org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest [INFO] Running org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest Apr 18, 2024 5:08:24 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:24 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0ace332c-5050-413d-8898-14e1c37a96d9 initialized Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0ace332c-5050-413d-8898-14e1c37a96d9 shut down Apr 18, 2024 5:08:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container de6bd936-2a36-4b14-a43d-08c999c62e44 initialized Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container de6bd936-2a36-4b14-a43d-08c999c62e44 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 s -- in org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.document.spi.DocumentExtensionTest Apr 18, 2024 5:08:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a02fc1cd-ef3d-4358-8942-a03b1fc279a0 initialized Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a02fc1cd-ef3d-4358-8942-a03b1fc279a0 shut down Apr 18, 2024 5:08:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 35205ca8-4c01-4c2e-8130-ac7971d6922a initialized Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 35205ca8-4c01-4c2e-8130-ac7971d6922a shut down Apr 18, 2024 5:08:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3d750472-0dbe-4950-826b-d8bfe4071a22 initialized Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3d750472-0dbe-4950-826b-d8bfe4071a22 shut down Apr 18, 2024 5:08:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d25e77ab-bfef-472e-9f6f-16f0c2db385b initialized Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d25e77ab-bfef-472e-9f6f-16f0c2db385b shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 s -- in org.eclipse.jnosql.mapping.document.spi.DocumentExtensionTest [INFO] Running org.eclipse.jnosql.mapping.document.DocumentTemplateTest Apr 18, 2024 5:08:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 00b4563f-c063-4f0a-a1b4-b6c92cd283d4 initialized Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 00b4563f-c063-4f0a-a1b4-b6c92cd283d4 shut down Apr 18, 2024 5:08:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found Apr 18, 2024 5:08:25 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d7f5288f-e081-4706-8734-a3dcb3a12d1d initialized Apr 18, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d7f5288f-e081-4706-8734-a3dcb3a12d1d shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in org.eclipse.jnosql.mapping.document.DocumentTemplateTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-document --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-document >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-document --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 22 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 22 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-document --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-document <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-document --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-document --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-document --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-document/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-document' with 7 classes [INFO] [INFO] ----------< org.eclipse.jnosql.mapping:jnosql-mapping-column >---------- [INFO] Building jnosql-mapping-column 1.1.1-SNAPSHOT [13/15] [INFO] from jnosql-mapping/jnosql-mapping-column/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-column --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-column --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 24 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 24 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-column --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-column --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-column --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/src/main/java/org/eclipse/jnosql/mapping/column/configuration/ColumnManagerSupplier.java: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/src/main/java/org/eclipse/jnosql/mapping/column/configuration/ColumnManagerSupplier.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/src/main/java/org/eclipse/jnosql/mapping/column/configuration/ColumnManagerSupplier.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-column --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-column --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-column --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-column --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest Apr 18, 2024 5:08:28 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) Apr 18, 2024 5:08:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:34 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:34 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2de14ec3-336e-4831-996a-b6fea3a8aba6 initialized Apr 18, 2024 5:08:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2de14ec3-336e-4831-996a-b6fea3a8aba6 shut down Apr 18, 2024 5:08:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:34 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:34 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d507460a-2b2a-493c-8927-9f50d6092e82 initialized Apr 18, 2024 5:08:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d507460a-2b2a-493c-8927-9f50d6092e82 shut down Apr 18, 2024 5:08:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:35 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:35 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be2bb9c8-53b7-43a0-991c-eddc3a2c2e8c initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended Apr 18, 2024 5:08:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be2bb9c8-53b7-43a0-991c-eddc3a2c2e8c shut down Apr 18, 2024 5:08:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:36 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:36 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4284d9b3-d259-483b-8a43-61bb0f9face3 initialized Apr 18, 2024 5:08:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4284d9b3-d259-483b-8a43-61bb0f9face3 shut down Apr 18, 2024 5:08:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:36 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:36 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 78824abe-c46e-4b1e-a618-6517d2e9f87b initialized Apr 18, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 78824abe-c46e-4b1e-a618-6517d2e9f87b shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.321 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 Apr 18, 2024 5:08:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fb97159b-1076-40d8-a66e-137613676b15 initialized Apr 18, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fb97159b-1076-40d8-a66e-137613676b15 shut down Apr 18, 2024 5:08:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3e129981-ab53-4ee0-bfa6-46aa20f41187 initialized Apr 18, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3e129981-ab53-4ee0-bfa6-46aa20f41187 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 s -- in org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest [INFO] Running org.eclipse.jnosql.mapping.column.ColumnTemplateTest Apr 18, 2024 5:08:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8db17c4b-99a5-48cd-83a4-329125f4a926 initialized Apr 18, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8db17c4b-99a5-48cd-83a4-329125f4a926 shut down Apr 18, 2024 5:08:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 97c9adb2-e9cb-4174-a58f-7d03b6e4bd7e initialized Apr 18, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 97c9adb2-e9cb-4174-a58f-7d03b6e4bd7e shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in org.eclipse.jnosql.mapping.column.ColumnTemplateTest [INFO] Running org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest Apr 18, 2024 5:08:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e6453451-a685-491f-85d8-6d2f0eb48046 initialized Apr 18, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e6453451-a685-491f-85d8-6d2f0eb48046 shut down Apr 18, 2024 5:08:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3c67b8fd-550f-4223-b3cf-7244dfaa45d8 initialized Apr 18, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3c67b8fd-550f-4223-b3cf-7244dfaa45d8 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.column.spi.ColumnExtensionTest Apr 18, 2024 5:08:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fbd1c5eb-6f26-4754-9bb4-dbdcc071698a initialized Apr 18, 2024 5:08:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fbd1c5eb-6f26-4754-9bb4-dbdcc071698a shut down Apr 18, 2024 5:08:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dbb9b6d1-4859-4cba-8fb6-ba6d9e2e9f1d initialized Apr 18, 2024 5:08:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dbb9b6d1-4859-4cba-8fb6-ba6d9e2e9f1d shut down Apr 18, 2024 5:08:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 50673709-71a1-4c6b-b27b-b7bcd92822d2 initialized Apr 18, 2024 5:08:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 50673709-71a1-4c6b-b27b-b7bcd92822d2 shut down Apr 18, 2024 5:08:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found Apr 18, 2024 5:08:38 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] Apr 18, 2024 5:08:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 95d66e89-b6f7-4a35-ae96-74076dc6f8ed initialized Apr 18, 2024 5:08:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 95d66e89-b6f7-4a35-ae96-74076dc6f8ed shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s -- in org.eclipse.jnosql.mapping.column.spi.ColumnExtensionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-column --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-column >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-column --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 24 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 24 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-column --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-column <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-column --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-column --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-column --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-column/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-column' with 7 classes [INFO] [INFO] --------< org.eclipse.jnosql.mapping:jnosql-mapping-key-value >--------- [INFO] Building jnosql-mapping-key-value 1.1.1-SNAPSHOT [14/15] [INFO] from jnosql-mapping/jnosql-mapping-key-value/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-key-value --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-key-value --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 56 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 56 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-key-value --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-key-value --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-key-value --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 22 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/RepositoryKeyValueBean.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/RepositoryKeyValueBean.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-key-value --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-key-value --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-key-value --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 31 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/test/java/org/eclipse/jnosql/mapping/keyvalue/query/KeyValueRepositoryProxyTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/test/java/org/eclipse/jnosql/mapping/keyvalue/query/KeyValueRepositoryProxyTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-key-value --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest Apr 18, 2024 5:08:42 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) Apr 18, 2024 5:08:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:47 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] Apr 18, 2024 5:08:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 649fb7e7-6ae2-49b8-a6a9-dcc16d4413a5 initialized Apr 18, 2024 5:08:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 649fb7e7-6ae2-49b8-a6a9-dcc16d4413a5 shut down Apr 18, 2024 5:08:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:47 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] Apr 18, 2024 5:08:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1b920d09-cd1c-433f-8c15-068067120789 initialized Apr 18, 2024 5:08:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1b920d09-cd1c-433f-8c15-068067120789 shut down Apr 18, 2024 5:08:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:47 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] Apr 18, 2024 5:08:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 08dc112c-4bb7-42ba-a8df-8faa07fa2bc1 initialized Apr 18, 2024 5:08:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 08dc112c-4bb7-42ba-a8df-8faa07fa2bc1 shut down Apr 18, 2024 5:08:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:47 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:47 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] Apr 18, 2024 5:08:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 46a3b5c6-e87f-4402-85c7-8c9b034abade initialized Apr 18, 2024 5:08:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 46a3b5c6-e87f-4402-85c7-8c9b034abade shut down Apr 18, 2024 5:08:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:48 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] Apr 18, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a9158a12-c9d2-434b-80ea-7a690e4a245c initialized Apr 18, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a9158a12-c9d2-434b-80ea-7a690e4a245c shut down Apr 18, 2024 5:08:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:48 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] Apr 18, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b00b6a97-9510-4f26-9b3e-802a08d88239 initialized Apr 18, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b00b6a97-9510-4f26-9b3e-802a08d88239 shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.234 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest Apr 18, 2024 5:08:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:48 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] Apr 18, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 13bcd8ae-6d17-4384-9ac1-d8185f83c655 initialized Apr 18, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 13bcd8ae-6d17-4384-9ac1-d8185f83c655 shut down Apr 18, 2024 5:08:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:48 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] Apr 18, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 47cc6dc1-f557-4d28-a56d-4cf50fa072f9 initialized Apr 18, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 47cc6dc1-f557-4d28-a56d-4cf50fa072f9 shut down Apr 18, 2024 5:08:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:48 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] Apr 18, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 459cf069-d634-4bec-9ee7-cff324c63df2 initialized Apr 18, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 459cf069-d634-4bec-9ee7-cff324c63df2 shut down Apr 18, 2024 5:08:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:48 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:48 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] Apr 18, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4836bc72-4c3f-4ca6-8bed-3aeff1dd38ef initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended Apr 18, 2024 5:08:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4836bc72-4c3f-4ca6-8bed-3aeff1dd38ef shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:50 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:50 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] Apr 18, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 124e1601-8435-4003-a0e5-1de3dadd6660 initialized Apr 18, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 124e1601-8435-4003-a0e5-1de3dadd6660 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.015 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:50 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:50 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] Apr 18, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7d976857-6e61-4310-b43d-bf31534df191 initialized Apr 18, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7d976857-6e61-4310-b43d-bf31534df191 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:50 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:50 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] Apr 18, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8b1062b3-cb9b-4c88-8c3e-f446b2707ad5 initialized Apr 18, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8b1062b3-cb9b-4c88-8c3e-f446b2707ad5 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:50 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:50 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] Apr 18, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f2f4b3a6-39a8-4a73-ac0f-79119a8ec043 initialized Apr 18, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f2f4b3a6-39a8-4a73-ac0f-79119a8ec043 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:50 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:50 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] Apr 18, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6228abf5-f81b-45d5-8db0-d662b9d766ce initialized Apr 18, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6228abf5-f81b-45d5-8db0-d662b9d766ce shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtensionTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:51 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] Apr 18, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ca3cc89a-0af8-4762-bdb3-7a638970f5d9 initialized Apr 18, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ca3cc89a-0af8-4762-bdb3-7a638970f5d9 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:51 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] Apr 18, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f03d5620-56d1-4504-8a6d-f1618c37568f initialized Apr 18, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f03d5620-56d1-4504-8a6d-f1618c37568f shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s -- in org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtensionTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:51 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] Apr 18, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 69f6a8ed-0130-47d3-9c29-a1fa3a3a1a89 initialized Apr 18, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 69f6a8ed-0130-47d3-9c29-a1fa3a3a1a89 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:51 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] Apr 18, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1697b821-a63d-4d57-a6ff-50b87a55b70d initialized Apr 18, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1697b821-a63d-4d57-a6ff-50b87a55b70d shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:51 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] Apr 18, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3ede4f65-cc39-4be9-994d-ae420a48a418 initialized Apr 18, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3ede4f65-cc39-4be9-994d-ae420a48a418 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:51 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] Apr 18, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3b95e694-2d08-4806-ab71-64fa12d30009 initialized Apr 18, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3b95e694-2d08-4806-ab71-64fa12d30009 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:51 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] Apr 18, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5d43af1c-6430-44dc-a16f-1845254e7b1b initialized Apr 18, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5d43af1c-6430-44dc-a16f-1845254e7b1b shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:52 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] Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f0ad0c80-71be-4349-84b4-d77171e4eddd initialized Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f0ad0c80-71be-4349-84b4-d77171e4eddd shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:52 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] Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8bf3060a-613e-4488-9a99-e1dbb9a9363a initialized Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8bf3060a-613e-4488-9a99-e1dbb9a9363a shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:52 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] Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4e7b7ae2-bd24-46fe-852c-c29f4147106c initialized Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4e7b7ae2-bd24-46fe-852c-c29f4147106c shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:52 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] Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f1743119-76e8-44ca-82ef-9ae16f2a2b82 initialized Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f1743119-76e8-44ca-82ef-9ae16f2a2b82 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:52 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] Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e530e879-9690-4641-811d-cbf0e7984a3c initialized Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e530e879-9690-4641-811d-cbf0e7984a3c shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:52 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] Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd137eb0-f541-48f7-b0e3-2aa3b95b4281 initialized Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd137eb0-f541-48f7-b0e3-2aa3b95b4281 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:52 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] Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3737a26c-dade-4afe-a2de-ad2c1d82e98c initialized Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3737a26c-dade-4afe-a2de-ad2c1d82e98c shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:52 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] Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0c71f36b-7bcf-4b9b-a2da-f507fedc6be7 initialized Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0c71f36b-7bcf-4b9b-a2da-f507fedc6be7 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:52 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] Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f3f3ac8c-8406-497c-8dba-bfc7b85929e7 initialized Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f3f3ac8c-8406-497c-8dba-bfc7b85929e7 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:52 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] Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fece4479-12ad-4488-997d-d48d0ff6c50a initialized Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fece4479-12ad-4488-997d-d48d0ff6c50a shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:52 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] Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d9965675-888a-4b2d-b9d9-0413a2829507 initialized Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d9965675-888a-4b2d-b9d9-0413a2829507 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:52 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] Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7ed1dfa1-aa9d-4f9f-b5eb-162d263def65 initialized Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7ed1dfa1-aa9d-4f9f-b5eb-162d263def65 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:52 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:52 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] Apr 18, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 15c9c3ad-05ab-4a1a-a49e-15d454a016c9 initialized Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 15c9c3ad-05ab-4a1a-a49e-15d454a016c9 shut down Apr 18, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:54 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] Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ee926f23-bc8e-4716-a833-f27de7990f0f initialized Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ee926f23-bc8e-4716-a833-f27de7990f0f shut down Apr 18, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:54 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] Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0333ec8e-d68d-4f06-99dc-a821685897d0 initialized Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0333ec8e-d68d-4f06-99dc-a821685897d0 shut down Apr 18, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:54 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] Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b8d96776-45ec-48b7-828a-4e0836e9139d initialized Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b8d96776-45ec-48b7-828a-4e0836e9139d shut down Apr 18, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:54 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] Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8aa1564e-1b5d-4961-8711-d588393f8dc1 initialized Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8aa1564e-1b5d-4961-8711-d588393f8dc1 shut down Apr 18, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:54 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] Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 10406d9b-a317-43e1-b428-b1457539d129 initialized Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 10406d9b-a317-43e1-b428-b1457539d129 shut down Apr 18, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:54 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] Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6ebe5dc-77a9-4c10-9429-11253eba1872 initialized Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6ebe5dc-77a9-4c10-9429-11253eba1872 shut down Apr 18, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:54 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] Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 81350314-50e6-4f08-9c74-059c545347dc initialized Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 81350314-50e6-4f08-9c74-059c545347dc shut down Apr 18, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:54 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] Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6ce98a62-893c-45dc-b986-0a2ae6e9c9d5 initialized Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6ce98a62-893c-45dc-b986-0a2ae6e9c9d5 shut down Apr 18, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:54 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] Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ac380e95-dc90-4cda-839e-cbbf39bd84b0 initialized Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ac380e95-dc90-4cda-839e-cbbf39bd84b0 shut down Apr 18, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:54 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] Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6899c5f1-1273-45b2-8c8a-8c3bab89dc75 initialized Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6899c5f1-1273-45b2-8c8a-8c3bab89dc75 shut down [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.365 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest Apr 18, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:54 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] Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 962dd686-c799-49e4-b10d-9453980806ab initialized Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 962dd686-c799-49e4-b10d-9453980806ab shut down Apr 18, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:54 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] Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ed429bd5-1003-4ee1-8bd0-50a02c588a51 initialized Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ed429bd5-1003-4ee1-8bd0-50a02c588a51 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 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.080 s -- in org.eclipse.jnosql.mapping.keyvalue.query.DefaultKeyValueRepositoryTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest Apr 18, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:54 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:54 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] Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b682f7d2-7ada-4ea0-9e23-b73f32142967 initialized Apr 18, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b682f7d2-7ada-4ea0-9e23-b73f32142967 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9fe22198-fad6-461e-9236-f40be7b027a7 initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9fe22198-fad6-461e-9236-f40be7b027a7 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa7c5d1d-4bb4-4f35-b0b1-68c49741478f initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aa7c5d1d-4bb4-4f35-b0b1-68c49741478f shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 303b7455-ca77-4e7b-825e-fd6627bd3d27 initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 303b7455-ca77-4e7b-825e-fd6627bd3d27 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 19ab9ef1-b458-492c-9599-b2e92dd5a84b initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 19ab9ef1-b458-492c-9599-b2e92dd5a84b shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b7e89e4f-ac61-43b8-ae92-69e382b4b870 initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b7e89e4f-ac61-43b8-ae92-69e382b4b870 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b847d973-72d7-466c-b7e8-f017b1ca1a6d initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b847d973-72d7-466c-b7e8-f017b1ca1a6d shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11782955-e865-4ccc-9201-778b94cf0d2f initialized Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.keyvalue.entities.PlateConverter not found on CDI context, creating by constructor Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11782955-e865-4ccc-9201-778b94cf0d2f shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd3c6b0c-a4af-4a6e-b484-91e8c4b21a5b initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd3c6b0c-a4af-4a6e-b484-91e8c4b21a5b shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c435b6dd-c659-4925-8d1c-62f3dea51a3c initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c435b6dd-c659-4925-8d1c-62f3dea51a3c shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f60a2f65-bd1a-46c7-a881-e45dfd525931 initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f60a2f65-bd1a-46c7-a881-e45dfd525931 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ccaa6654-9cd2-4c67-8182-0ca1dedd29f4 initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ccaa6654-9cd2-4c67-8182-0ca1dedd29f4 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 18d3797e-4094-4155-9111-e92fa3daeeb5 initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 18d3797e-4094-4155-9111-e92fa3daeeb5 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94cdbd3e-16ac-4706-973e-dba36db88a7e initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94cdbd3e-16ac-4706-973e-dba36db88a7e shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c49c75c7-e927-463a-89a5-2e10d0502d89 initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c49c75c7-e927-463a-89a5-2e10d0502d89 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1b0eae87-0b08-426f-970d-c5562ea56698 initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1b0eae87-0b08-426f-970d-c5562ea56698 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 65254f53-a466-4c13-ae41-64bc435e2b9a initialized Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.keyvalue.entities.PlateConverter not found on CDI context, creating by constructor Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 65254f53-a466-4c13-ae41-64bc435e2b9a shut down [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 s -- in org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a9a6a354-c82b-45ef-ab5e-3f533494283b initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a9a6a354-c82b-45ef-ab5e-3f533494283b shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:55 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:55 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] Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd70dc1e-4046-4e29-b8f5-504088d62a49 initialized Apr 18, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd70dc1e-4046-4e29-b8f5-504088d62a49 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueTemplateTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:56 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] Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43d300ae-2cdb-4de5-973e-20fab214e760 initialized Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43d300ae-2cdb-4de5-973e-20fab214e760 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:56 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] Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5387cb72-8004-4ee8-b5ea-d4f441d3fd76 initialized Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5387cb72-8004-4ee8-b5ea-d4f441d3fd76 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:56 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] Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3cae49de-0c50-405f-8a6f-4640339460d6 initialized Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3cae49de-0c50-405f-8a6f-4640339460d6 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:56 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] Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e4f94d53-1a77-4ec3-96b3-f431d90b43e8 initialized Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e4f94d53-1a77-4ec3-96b3-f431d90b43e8 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:56 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] Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4efc5917-9cba-4b3e-80dd-332c44561466 initialized Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4efc5917-9cba-4b3e-80dd-332c44561466 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:56 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] Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e39b486-73de-4b0f-9879-79218a1a90ad initialized Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e39b486-73de-4b0f-9879-79218a1a90ad shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:56 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] Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6b744ba4-81b5-4c3b-a7e9-dea3ddbbc450 initialized Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6b744ba4-81b5-4c3b-a7e9-dea3ddbbc450 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:56 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] Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bb3dc91e-b2d0-45eb-9089-e9788e19f0f0 initialized Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bb3dc91e-b2d0-45eb-9089-e9788e19f0f0 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:56 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] Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e65ea667-4f99-42c9-b065-50db2cf7320b initialized Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e65ea667-4f99-42c9-b065-50db2cf7320b shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:56 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] Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cbf023b0-9ce4-4cea-b9e0-35cc78765cf5 initialized Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cbf023b0-9ce4-4cea-b9e0-35cc78765cf5 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:56 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] Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6724c6d3-31d2-45f9-8a40-6669e7f10132 initialized Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6724c6d3-31d2-45f9-8a40-6669e7f10132 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:56 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] Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 483c8b41-10c5-440b-8dd4-4a6e7594dee3 initialized Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 483c8b41-10c5-440b-8dd4-4a6e7594dee3 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:56 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] Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f0183364-6dbe-418b-b913-01b3daaad42f initialized Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f0183364-6dbe-418b-b913-01b3daaad42f shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:56 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:56 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] Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e4cb924-aea3-415d-8019-72eaf4c81166 initialized Apr 18, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e4cb924-aea3-415d-8019-72eaf4c81166 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:57 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] Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6b277218-49a7-46a0-90f1-f4dc484afe24 initialized Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6b277218-49a7-46a0-90f1-f4dc484afe24 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:57 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] Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d5b5076c-efe9-4769-b115-0a82e5714de2 initialized Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d5b5076c-efe9-4769-b115-0a82e5714de2 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:57 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] Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 533e8ceb-d9c4-4b65-9116-b21928028b16 initialized Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 533e8ceb-d9c4-4b65-9116-b21928028b16 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:57 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] Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c0fe4f54-cb82-468d-b88c-d104dc6a3a98 initialized Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c0fe4f54-cb82-468d-b88c-d104dc6a3a98 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:57 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] Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0073576d-dc32-4aab-bb61-771842e79fe9 initialized Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0073576d-dc32-4aab-bb61-771842e79fe9 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:57 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] Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 87487067-9508-4260-b0ac-7b6470a91040 initialized Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 87487067-9508-4260-b0ac-7b6470a91040 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:57 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] Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 977d1ccf-3d8e-48be-955d-4ae45fac146a initialized Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 977d1ccf-3d8e-48be-955d-4ae45fac146a shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:57 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] Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7ae1a8e2-36f6-4fac-9b63-b8b15e3677b8 initialized Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7ae1a8e2-36f6-4fac-9b63-b8b15e3677b8 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:57 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] Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d403a987-5b42-4152-931f-d2a995b00704 initialized Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d403a987-5b42-4152-931f-d2a995b00704 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:57 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] Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 106f39d6-95ee-47de-8ac7-281818b9f8bb initialized Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 106f39d6-95ee-47de-8ac7-281818b9f8bb shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:57 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] Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c1fe5a5b-7668-4a01-82a3-7fb450bc5db4 initialized Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c1fe5a5b-7668-4a01-82a3-7fb450bc5db4 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:57 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] Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f189559d-3861-4dba-ad76-2b6cffd12014 initialized Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f189559d-3861-4dba-ad76-2b6cffd12014 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:57 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] Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9721b25b-6566-453b-b25f-e275d56ec138 initialized Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9721b25b-6566-453b-b25f-e275d56ec138 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock Apr 18, 2024 5:08:57 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found Apr 18, 2024 5:08:57 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] Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5fbb1fad-67d9-438d-b6e1-076f217bf85a initialized Apr 18, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5fbb1fad-67d9-438d-b6e1-076f217bf85a shut down [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.835 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.056 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueEventPersistManagerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-mapping-key-value --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-key-value >>> [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-key-value --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 74 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 56 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 56 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-key-value --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/target/jacoco.exec [INFO] [INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-key-value <<< [INFO] [INFO] [INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-key-value --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-key-value --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://www.jnosql.org/jnosql-communication/jnosql-communication-key-value/apidocs/ are in named modules. [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/AbstractKeyValueRepositoryProxy.java:23: warning: no comment [WARNING] public abstract class AbstractKeyValueRepositoryProxy extends AbstractRepositoryProxy { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/AbstractKeyValueRepositoryProxy.java:26: warning: no comment [WARNING] protected abstract KeyValueTemplate template(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/AbstractKeyValueRepositoryProxy.java:28: warning: no comment [WARNING] protected abstract Class type(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:43: warning: no comment [WARNING] protected abstract KeyValueEntityConverter getConverter(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:47: warning: no comment [WARNING] protected abstract KeyValueEventPersistManager getEventManager(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:45: warning: no comment [WARNING] protected abstract BucketManager getManager(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:188: warning: no comment [WARNING] protected T persist(T entity, Consumer persistAction) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:34: warning: no comment [WARNING] public class CollectionSupplier { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:43: warning: no comment [WARNING] public List getList(InjectionPoint injectionPoint) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:64: warning: no comment [WARNING] public Map getMap(InjectionPoint injectionPoint) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:50: warning: no comment [WARNING] public Queue getQueue(InjectionPoint injectionPoint) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/configuration/CollectionSupplier.java:57: warning: no comment [WARNING] public Set getSet(InjectionPoint injectionPoint) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/KeyValueEntityConverter.java:37: warning: no comment [WARNING] protected abstract Converters getConverters(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/KeyValueEntityConverter.java:35: warning: no comment [WARNING] protected abstract EntitiesMetadata getEntities(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/KeyValueEventPersistManager.java:27: warning: no comment [WARNING] public class KeyValueEventPersistManager { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/spi/KeyValueExtension.java:35: warning: no comment [WARNING] public class KeyValueExtension implements Extension { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/KeyValueRepositoryProducer.java:30: warning: no comment [WARNING] public class KeyValueRepositoryProducer { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/KeyValueRepositoryProducer.java:38: warning: no comment [WARNING] public > R get(Class repositoryClass, BucketManager manager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/KeyValueRepositoryProducer.java:45: warning: no comment [WARNING] public > R get(Class repositoryClass, KeyValueTemplate template) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/KeyValueDatabaseQualifier.java:27: warning: no comment [WARNING] private final String value; [WARNING] ^ [WARNING] 21 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-key-value --- [INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-key-value/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-key-value' with 23 classes [INFO] [INFO] ----------< org.eclipse.jnosql.mapping:jnosql-mapping-graph >----------- [INFO] Building jnosql-mapping-graph 1.1.1-SNAPSHOT [15/15] [INFO] from jnosql-mapping/jnosql-mapping-graph/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-graph --- [INFO] [INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-graph --- [INFO] Added 1 additional default licenses. [INFO] Enabled default license matchers. [INFO] Added 1 custom approved licenses. [INFO] Will parse SCM ignores for exclusions... [INFO] Finished adding exclusions from SCM ignore files. [INFO] 62 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 79 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 79 licenses. [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-graph --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jacoco.exec --add-opens java.base/java.lang=ALL-UNNAMED --add-exports java.base/sun.nio.ch=ALL-UNNAMED [INFO] [INFO] --- antlr4:4.9.3:antlr4 (default) @ jnosql-mapping-graph --- [INFO] ANTLR 4: Processing source directory /home/jenkins/agent/workspace/jnosql-sonar/antlr4 [INFO] Processing grammar: org/eclipse/jnosql/query/grammar/method/Method.g4 [INFO] Processing grammar: org/eclipse/jnosql/query/grammar/Query.g4 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-mapping-graph --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ jnosql-mapping-graph --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 58 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/main/java/org/eclipse/jnosql/mapping/graph/DefaultEdgeTraversal.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/main/java/org/eclipse/jnosql/mapping/graph/DefaultEdgeTraversal.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/main/java/org/eclipse/jnosql/mapping/graph/AbstractGraphTemplate.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/main/java/org/eclipse/jnosql/mapping/graph/AbstractGraphTemplate.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-graph --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jnosql-mapping-graph --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ jnosql-mapping-graph --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 26 source files with javac [debug target 17] to target/test-classes [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.neo4j.kernel.impl.annotations.ServiceProcessor' less than -source '17' [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.neo4j.kernel.impl.annotations.DocumentationProcessor' less than -source '17' [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/DefaultEdgeTraversalTest.java:[61,84] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/DefaultVertexTraversalTest.java:[63,86] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/GraphProducer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/GraphProducer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/AbstractGraphTemplateTest.java: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/AbstractGraphTemplateTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/AbstractGraphTemplateTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ jnosql-mapping-graph --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.jnosql.mapping.graph.BookTemplateTest Apr 18, 2024 5:09:08 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:09:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 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.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fadc458f-ba75-4c53-b413-e27ae63632f0 initialized Apr 18, 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/1713416965524/ Apr 18, 2024 5:09:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 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/1713416965524/ Apr 18, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fadc458f-ba75-4c53-b413-e27ae63632f0 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:09:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 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.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 057987d2-7b86-4394-a454-ea6506be50cc initialized Apr 18, 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/1713416968464/ Apr 18, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 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/1713416968464/ Apr 18, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 057987d2-7b86-4394-a454-ea6506be50cc shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:09:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 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.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb5f3d9e-4f34-4c5e-b3ea-aedd032849ae initialized Apr 18, 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/1713416968836/ Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 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/1713416968836/ Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb5f3d9e-4f34-4c5e-b3ea-aedd032849ae shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.25 s -- in org.eclipse.jnosql.mapping.graph.BookTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 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.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3d13fd0b-6289-40cf-a92e-6b2079b3a29a initialized Apr 18, 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/1713416969177/ Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 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/1713416969177/ Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3d13fd0b-6289-40cf-a92e-6b2079b3a29a shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 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.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f26ebee-271a-4600-86a8-067a8aa2f11e initialized Apr 18, 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/1713416969641/ Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 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/1713416969641/ Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f26ebee-271a-4600-86a8-067a8aa2f11e shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 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.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e4e9e28e-47d1-42d3-a4a4-74774e61f46c initialized Apr 18, 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/1713416969945/ Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 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/1713416969945/ Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e4e9e28e-47d1-42d3-a4a4-74774e61f46c shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 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.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c65876a6-b145-4770-9945-bd53038ae228 initialized Apr 18, 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/1713416970239/ Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 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/1713416970239/ Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c65876a6-b145-4770-9945-bd53038ae228 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 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.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 400806c5-fca5-4df0-add7-6f39c6002d1f initialized Apr 18, 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/1713416970546/ Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 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/1713416970546/ Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 400806c5-fca5-4df0-add7-6f39c6002d1f shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 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.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container da7c1419-b8f5-4b28-8f3c-e1eca6efc372 initialized Apr 18, 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/1713416970828/ Apr 18, 2024 5:09:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 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/1713416970828/ Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container da7c1419-b8f5-4b28-8f3c-e1eca6efc372 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 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.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c2f3929-725f-4272-bd3c-e2f89f87fff6 initialized Apr 18, 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/1713416971224/ Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 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/1713416971224/ Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5c2f3929-725f-4272-bd3c-e2f89f87fff6 shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.316 s -- in org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 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.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 774f636b-3e56-42b0-8b89-54e443fae874 initialized Apr 18, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 774f636b-3e56-42b0-8b89-54e443fae874 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 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.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cbcf9d0b-9821-455e-8a5c-706e460d3f70 initialized Apr 18, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cbcf9d0b-9821-455e-8a5c-706e460d3f70 shut down Apr 18, 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. Apr 18, 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. Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 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.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11cf90fa-0b50-440d-90e6-ccfe0d10c8c3 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended Apr 18, 2024 5:09:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11cf90fa-0b50-440d-90e6-ccfe0d10c8c3 shut down Apr 18, 2024 5:09:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4f655742-a5f6-4498-bed1-64708847b302 initialized Apr 18, 2024 5:09:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4f655742-a5f6-4498-bed1-64708847b302 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.937 s -- in org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest Apr 18, 2024 5:09:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 75589568-d6a1-4c26-94fa-b2aa09db672b initialized Apr 18, 2024 5:09:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416973571/ Apr 18, 2024 5:09:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416973571/ Apr 18, 2024 5:09:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 75589568-d6a1-4c26-94fa-b2aa09db672b shut down Apr 18, 2024 5:09:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 143fb937-bb00-470d-a310-13935ee288ab initialized Apr 18, 2024 5:09:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416974180/ Apr 18, 2024 5:09:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416974180/ Apr 18, 2024 5:09:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 143fb937-bb00-470d-a310-13935ee288ab shut down Apr 18, 2024 5:09:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4bd43041-12c8-42cb-bdd7-bb70b73730df initialized Apr 18, 2024 5:09:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416974692/ Apr 18, 2024 5:09:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416974692/ Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4bd43041-12c8-42cb-bdd7-bb70b73730df shut down Apr 18, 2024 5:09:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6d411b82-f7cf-4dde-b602-408359febb0f initialized Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416975184/ Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416975184/ Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6d411b82-f7cf-4dde-b602-408359febb0f shut down Apr 18, 2024 5:09:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ab463787-61c7-44fe-a3e4-e1f4219d6f5a initialized Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416975556/ Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416975556/ Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ab463787-61c7-44fe-a3e4-e1f4219d6f5a shut down Apr 18, 2024 5:09:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25e0a59f-2393-46b4-8326-75f3e16a1317 initialized Apr 18, 2024 5:09:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416975932/ Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416975932/ Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25e0a59f-2393-46b4-8326-75f3e16a1317 shut down Apr 18, 2024 5:09:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3fcbfd65-53f5-4f39-a6d8-733dedfa152d initialized Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416976356/ Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416976356/ Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3fcbfd65-53f5-4f39-a6d8-733dedfa152d shut down Apr 18, 2024 5:09:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a99a4db-3288-4b10-9275-74a51ca91461 initialized Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416976687/ Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416976687/ Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a99a4db-3288-4b10-9275-74a51ca91461 shut down Apr 18, 2024 5:09:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 359e9666-d11f-426b-902e-47f67f98ecdc initialized Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416977031/ Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416977031/ Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 359e9666-d11f-426b-902e-47f67f98ecdc shut down Apr 18, 2024 5:09:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 89813400-c055-42b6-9804-7182c3fcdb00 initialized Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416977349/ Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416977349/ Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 89813400-c055-42b6-9804-7182c3fcdb00 shut down Apr 18, 2024 5:09:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 712dd371-c244-431d-aa7f-bd4c46fa9fc4 initialized Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416977672/ Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416977672/ Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 712dd371-c244-431d-aa7f-bd4c46fa9fc4 shut down Apr 18, 2024 5:09:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b1f5afc4-d543-4cf8-8878-336004f034d2 initialized Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416978017/ Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416978017/ Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b1f5afc4-d543-4cf8-8878-336004f034d2 shut down Apr 18, 2024 5:09:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6c1a3262-2205-4af8-9393-3278fe407636 initialized Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416978309/ Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416978309/ Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6c1a3262-2205-4af8-9393-3278fe407636 shut down Apr 18, 2024 5:09:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43c3a31e-d947-4b20-bcf0-63299d963aee initialized Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416978609/ Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416978609/ Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43c3a31e-d947-4b20-bcf0-63299d963aee shut down Apr 18, 2024 5:09:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bdb500db-7bc0-4e52-b8af-e2cbc173722a initialized Apr 18, 2024 5:09:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416978901/ Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416978901/ Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bdb500db-7bc0-4e52-b8af-e2cbc173722a shut down Apr 18, 2024 5:09:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ae5e8390-27e7-4b1c-9fc8-bf1db386a516 initialized Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416979199/ Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416979199/ Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ae5e8390-27e7-4b1c-9fc8-bf1db386a516 shut down Apr 18, 2024 5:09:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e74b14bf-e77e-4d65-8dca-51d06ad1ca60 initialized Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416979470/ Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416979470/ Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e74b14bf-e77e-4d65-8dca-51d06ad1ca60 shut down Apr 18, 2024 5:09:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e98d4d5e-8b76-42e0-9a69-81c793277014 initialized Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416979763/ Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416979763/ Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e98d4d5e-8b76-42e0-9a69-81c793277014 shut down Apr 18, 2024 5:09:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6029dc0f-c2fb-4078-84dc-dcb363be5bb1 initialized Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416980036/ Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416980036/ Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6029dc0f-c2fb-4078-84dc-dcb363be5bb1 shut down Apr 18, 2024 5:09:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dd50efee-c5e3-486d-a96b-612236373601 initialized Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416980290/ Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416980290/ Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dd50efee-c5e3-486d-a96b-612236373601 shut down Apr 18, 2024 5:09:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef262363-fb44-4bb6-bdc5-cba75d66018a initialized Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416980542/ Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416980542/ Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef262363-fb44-4bb6-bdc5-cba75d66018a shut down Apr 18, 2024 5:09:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be8996bf-e00b-4332-88c2-1465790e6a65 initialized Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416980778/ Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416980778/ Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be8996bf-e00b-4332-88c2-1465790e6a65 shut down Apr 18, 2024 5:09:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c8e9e04-38fa-48be-94bd-a9b7ab2c5bf0 initialized Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416981039/ Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416981039/ Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c8e9e04-38fa-48be-94bd-a9b7ab2c5bf0 shut down Apr 18, 2024 5:09:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c2c3a323-e76d-4dae-8a35-8df5aaaebf9b initialized Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416981264/ Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416981264/ Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c2c3a323-e76d-4dae-8a35-8df5aaaebf9b shut down Apr 18, 2024 5:09:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 89ebc537-91b3-4db3-8280-bd99da3ebe03 initialized Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416981493/ Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416981493/ Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 89ebc537-91b3-4db3-8280-bd99da3ebe03 shut down Apr 18, 2024 5:09:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 33c626d0-b476-4e2d-aade-b830e5ae5c94 initialized Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416981724/ Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416981724/ Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 33c626d0-b476-4e2d-aade-b830e5ae5c94 shut down Apr 18, 2024 5:09:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4cda03ac-12b7-4f18-bee1-edfa828d7792 initialized Apr 18, 2024 5:09:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416981961/ Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416981961/ Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4cda03ac-12b7-4f18-bee1-edfa828d7792 shut down Apr 18, 2024 5:09:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6059cfb1-fbca-46d6-a16a-1d0d2fffd43e initialized Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416982191/ Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416982191/ Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6059cfb1-fbca-46d6-a16a-1d0d2fffd43e shut down Apr 18, 2024 5:09:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b379d25f-3b2a-4a38-a227-2368da90f27a initialized Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416982423/ Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416982423/ Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b379d25f-3b2a-4a38-a227-2368da90f27a shut down Apr 18, 2024 5:09:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0ca8e6f-54e7-47bd-9a89-f4a3a1fbccbe initialized Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416982653/ Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416982653/ Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0ca8e6f-54e7-47bd-9a89-f4a3a1fbccbe shut down Apr 18, 2024 5:09:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f40da1a-e14e-43e0-9b80-75182efb022c initialized Apr 18, 2024 5:09:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416982878/ Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416982878/ Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f40da1a-e14e-43e0-9b80-75182efb022c shut down Apr 18, 2024 5:09:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 21618068-e568-4db2-ae75-f4fd9fa0a076 initialized Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416983095/ Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416983095/ Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 21618068-e568-4db2-ae75-f4fd9fa0a076 shut down Apr 18, 2024 5:09:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 90c6e51b-bfea-4357-a1c7-5fd6c31de863 initialized Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416983302/ Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416983302/ Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 90c6e51b-bfea-4357-a1c7-5fd6c31de863 shut down Apr 18, 2024 5:09:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f0f6881-87b8-4145-a348-1c93f1461df8 initialized Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416983532/ Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416983532/ Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f0f6881-87b8-4145-a348-1c93f1461df8 shut down Apr 18, 2024 5:09:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2254b609-238c-42d7-994a-b0fa52fb6ad7 initialized Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416983731/ Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416983731/ Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2254b609-238c-42d7-994a-b0fa52fb6ad7 shut down Apr 18, 2024 5:09:43 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bedef306-0fb8-48f1-b1ea-c81ba7d77195 initialized Apr 18, 2024 5:09:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416983931/ Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416983931/ Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bedef306-0fb8-48f1-b1ea-c81ba7d77195 shut down Apr 18, 2024 5:09:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9deed4b6-09f9-4b60-a092-c453535c2190 initialized Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416984133/ Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416984133/ Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9deed4b6-09f9-4b60-a092-c453535c2190 shut down Apr 18, 2024 5:09:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 09da6067-0a6a-48ab-9f91-cdc62cfad1c3 initialized Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416984777/ Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416984777/ Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 09da6067-0a6a-48ab-9f91-cdc62cfad1c3 shut down Apr 18, 2024 5:09:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3487c1ba-3f6e-4775-a884-b8900cdb2673 initialized Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416985039/ Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416985039/ Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3487c1ba-3f6e-4775-a884-b8900cdb2673 shut down Apr 18, 2024 5:09:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9901beb4-910d-4491-800a-e64fef66f897 initialized Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416985262/ Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416985262/ Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9901beb4-910d-4491-800a-e64fef66f897 shut down Apr 18, 2024 5:09:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 67517029-6801-4d0a-b285-8f25f5badf8f initialized Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416985463/ Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416985463/ Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 67517029-6801-4d0a-b285-8f25f5badf8f shut down Apr 18, 2024 5:09:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dfa9d371-43b6-4cb8-909d-78daf9b11d04 initialized Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416985699/ Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416985699/ Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dfa9d371-43b6-4cb8-909d-78daf9b11d04 shut down Apr 18, 2024 5:09:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e1887dac-6536-430c-8445-e440dc293ff6 initialized Apr 18, 2024 5:09:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416985919/ Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416985919/ Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e1887dac-6536-430c-8445-e440dc293ff6 shut down Apr 18, 2024 5:09:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba16b0d3-5e67-4e00-9507-ce3892d9923f initialized Apr 18, 2024 5:09: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/1713416986136/ Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416986136/ Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba16b0d3-5e67-4e00-9507-ce3892d9923f shut down Apr 18, 2024 5:09:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 58310d8a-ea96-4833-801b-2525dbf1f395 initialized Apr 18, 2024 5:09: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/1713416986379/ Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416986379/ Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 58310d8a-ea96-4833-801b-2525dbf1f395 shut down Apr 18, 2024 5:09:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0905b105-8a42-44c4-b500-60e799f01400 initialized Apr 18, 2024 5:09: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/1713416986567/ Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416986567/ Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0905b105-8a42-44c4-b500-60e799f01400 shut down Apr 18, 2024 5:09:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4611adce-df56-42bf-a9e3-7bb9e5305acb initialized Apr 18, 2024 5:09: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/1713416986759/ Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416986759/ Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4611adce-df56-42bf-a9e3-7bb9e5305acb shut down [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.57 s -- in org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.spi.GraphExtensionTest Apr 18, 2024 5:09:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7adf42be-df36-4bab-b677-132643130cf6 initialized Apr 18, 2024 5:09: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/1713416986996/ Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416986996/ Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7adf42be-df36-4bab-b677-132643130cf6 shut down Apr 18, 2024 5:09:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e5947a0e-6cb2-4bc1-a70f-39e61d763eff initialized Apr 18, 2024 5:09:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e5947a0e-6cb2-4bc1-a70f-39e61d763eff shut down Apr 18, 2024 5:09:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0913bb0-e9a6-40d5-b3e1-ea4badc00979 initialized Apr 18, 2024 5:09:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0913bb0-e9a6-40d5-b3e1-ea4badc00979 shut down Apr 18, 2024 5:09:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a4296e45-164f-48e4-a7e5-32991d0fa832 initialized Apr 18, 2024 5:09:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a4296e45-164f-48e4-a7e5-32991d0fa832 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s -- in org.eclipse.jnosql.mapping.graph.spi.GraphExtensionTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultVertexTraversalTest Apr 18, 2024 5:09:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 66ff2ffd-e146-4fcf-ab2c-d033f6cbdd22 initialized Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416987366/ Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416987366/ Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 66ff2ffd-e146-4fcf-ab2c-d033f6cbdd22 shut down Apr 18, 2024 5:09:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 936f24b9-8de2-4641-a874-4e721878295e initialized Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416987574/ Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416987574/ Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 936f24b9-8de2-4641-a874-4e721878295e shut down Apr 18, 2024 5:09:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b632bff7-2d02-4e6e-9edd-02bca89676cc initialized Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416987778/ Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416987778/ Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b632bff7-2d02-4e6e-9edd-02bca89676cc shut down Apr 18, 2024 5:09:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6b5de128-52f0-486f-a277-bb90646d5274 initialized Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416988001/ Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416988001/ Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6b5de128-52f0-486f-a277-bb90646d5274 shut down Apr 18, 2024 5:09:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 24d372f3-cf2a-4b18-915d-9de4923b062c initialized Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416988203/ Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416988203/ Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 24d372f3-cf2a-4b18-915d-9de4923b062c shut down Apr 18, 2024 5:09:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c500e479-4e73-4d86-8021-ff24ae0c4101 initialized Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416988401/ Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416988401/ Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c500e479-4e73-4d86-8021-ff24ae0c4101 shut down Apr 18, 2024 5:09:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c1462437-7d16-424f-abc6-dc5ffe629626 initialized Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416988591/ Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416988591/ Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c1462437-7d16-424f-abc6-dc5ffe629626 shut down Apr 18, 2024 5:09:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4cdb3bc7-5b50-4c1b-b3dd-eebeffa372f2 initialized Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416988791/ Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416988791/ Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4cdb3bc7-5b50-4c1b-b3dd-eebeffa372f2 shut down Apr 18, 2024 5:09:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5d3c4cbc-dbc4-4b18-a2b2-f3a9a2b238b9 initialized Apr 18, 2024 5:09:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416988985/ Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416988985/ Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5d3c4cbc-dbc4-4b18-a2b2-f3a9a2b238b9 shut down Apr 18, 2024 5:09:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 20b2cbe3-e294-482f-8d62-70c0b68f6ee3 initialized Apr 18, 2024 5:09: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/1713416989175/ Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416989175/ Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 20b2cbe3-e294-482f-8d62-70c0b68f6ee3 shut down Apr 18, 2024 5:09:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 28c71171-6ce9-43a1-97e5-d87e2dcd220e initialized Apr 18, 2024 5:09: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/1713416989370/ Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416989370/ Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 28c71171-6ce9-43a1-97e5-d87e2dcd220e shut down Apr 18, 2024 5:09:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container af42358c-3e5a-43a1-b587-fea2bd86ae03 initialized Apr 18, 2024 5:09: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/1713416989562/ Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416989562/ Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container af42358c-3e5a-43a1-b587-fea2bd86ae03 shut down Apr 18, 2024 5:09:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a0d2448-4fe6-4ec7-a1f1-5883b39fa343 initialized Apr 18, 2024 5:09: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/1713416989751/ Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416989751/ Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a0d2448-4fe6-4ec7-a1f1-5883b39fa343 shut down Apr 18, 2024 5:09:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f4993777-edae-4ea4-bc4c-0f6bfe39cc39 initialized Apr 18, 2024 5:09: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/1713416989942/ Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416989942/ Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f4993777-edae-4ea4-bc4c-0f6bfe39cc39 shut down Apr 18, 2024 5:09:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d59e4df7-3434-4998-aa07-088a1d3b5dd5 initialized Apr 18, 2024 5:09: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/1713416990137/ Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416990137/ Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d59e4df7-3434-4998-aa07-088a1d3b5dd5 shut down Apr 18, 2024 5:09:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3382b5bf-29e4-4f89-890b-906c02d1721e initialized Apr 18, 2024 5:09: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/1713416990334/ Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416990334/ Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3382b5bf-29e4-4f89-890b-906c02d1721e shut down Apr 18, 2024 5:09:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd91024c-5067-4a24-842f-42754023f735 initialized Apr 18, 2024 5:09: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/1713416990540/ Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416990540/ Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd91024c-5067-4a24-842f-42754023f735 shut down Apr 18, 2024 5:09:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e412c516-a06d-4b54-8ba1-85cd561eedd6 initialized Apr 18, 2024 5:09: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/1713416990786/ Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416990786/ Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e412c516-a06d-4b54-8ba1-85cd561eedd6 shut down Apr 18, 2024 5:09:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1925184c-877f-45d8-81a5-7e5339220759 initialized Apr 18, 2024 5:09: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/1713416990986/ Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416990986/ Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1925184c-877f-45d8-81a5-7e5339220759 shut down Apr 18, 2024 5:09:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8fa07236-0fc6-4625-acb3-43db552abb5b initialized Apr 18, 2024 5:09: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/1713416991200/ Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416991200/ Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8fa07236-0fc6-4625-acb3-43db552abb5b shut down Apr 18, 2024 5:09:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c0bf68cd-ee54-450a-afcc-a6159fc54257 initialized Apr 18, 2024 5:09: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/1713416991428/ Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416991428/ Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c0bf68cd-ee54-450a-afcc-a6159fc54257 shut down Apr 18, 2024 5:09:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3876fbe2-0c62-42a9-8b36-0b2d55901642 initialized Apr 18, 2024 5:09: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/1713416991632/ Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416991632/ Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3876fbe2-0c62-42a9-8b36-0b2d55901642 shut down Apr 18, 2024 5:09:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6a0cad66-edcc-4de7-b066-e28b82e1160d initialized Apr 18, 2024 5:09: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/1713416991834/ Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416991834/ Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6a0cad66-edcc-4de7-b066-e28b82e1160d shut down Apr 18, 2024 5:09:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3459f330-2e97-4f11-8e36-dcb6325a9462 initialized Apr 18, 2024 5:09: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/1713416992011/ Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416992011/ Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3459f330-2e97-4f11-8e36-dcb6325a9462 shut down Apr 18, 2024 5:09:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c8ed5719-bad3-4c4e-ae47-1d61c7b7bae5 initialized Apr 18, 2024 5:09: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/1713416992218/ Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416992218/ Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c8ed5719-bad3-4c4e-ae47-1d61c7b7bae5 shut down Apr 18, 2024 5:09:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 14d58a8e-62e6-45b1-a9e6-2abe4dd2e597 initialized Apr 18, 2024 5:09: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/1713416992409/ Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416992409/ Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 14d58a8e-62e6-45b1-a9e6-2abe4dd2e597 shut down Apr 18, 2024 5:09:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a2f180fb-de1b-4e0d-bbf8-d965f5d6d093 initialized Apr 18, 2024 5:09: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/1713416992592/ Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416992592/ Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a2f180fb-de1b-4e0d-bbf8-d965f5d6d093 shut down Apr 18, 2024 5:09:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 74743205-e8bb-4148-8fe1-1ac673b3f319 initialized Apr 18, 2024 5:09: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/1713416992800/ Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416992800/ Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 74743205-e8bb-4148-8fe1-1ac673b3f319 shut down Apr 18, 2024 5:09:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b02cfc24-2ce6-4c90-b292-081071131a33 initialized Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416993018/ Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416993018/ Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b02cfc24-2ce6-4c90-b292-081071131a33 shut down Apr 18, 2024 5:09:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c04f1e1-51f1-44dd-a3be-4915d1955cf0 initialized Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416993215/ Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416993215/ Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c04f1e1-51f1-44dd-a3be-4915d1955cf0 shut down Apr 18, 2024 5:09:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b7c1832-865e-463a-b195-5846d8bf49d2 initialized Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416993417/ Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416993417/ Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b7c1832-865e-463a-b195-5846d8bf49d2 shut down Apr 18, 2024 5:09:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 32e9b545-1102-4d99-90d6-0773fc009a16 initialized Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416993605/ Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416993605/ Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 32e9b545-1102-4d99-90d6-0773fc009a16 shut down Apr 18, 2024 5:09:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4732ec68-623b-4a9d-ae78-14a9ea4b53b5 initialized Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416993807/ Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416993807/ Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4732ec68-623b-4a9d-ae78-14a9ea4b53b5 shut down Apr 18, 2024 5:09:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 96811dae-1212-4b24-b58f-c82391b27e31 initialized Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416994038/ Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416994038/ Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 96811dae-1212-4b24-b58f-c82391b27e31 shut down Apr 18, 2024 5:09:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d24767c5-62d2-45a7-8ed1-85da2311c91c initialized Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416994232/ Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416994232/ Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d24767c5-62d2-45a7-8ed1-85da2311c91c shut down Apr 18, 2024 5:09:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5209e6db-b884-4d9e-a7f8-a22f42bedd79 initialized Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416994425/ Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416994425/ Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5209e6db-b884-4d9e-a7f8-a22f42bedd79 shut down Apr 18, 2024 5:09:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d4bf80c2-6612-4e41-b329-defacc5d44e9 initialized Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416994616/ Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416994616/ Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d4bf80c2-6612-4e41-b329-defacc5d44e9 shut down Apr 18, 2024 5:09:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9ef22920-ed1a-4f55-8cb4-100458f07191 initialized Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416994813/ Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql-sonar/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1713416994813/ Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9ef22920-ed1a-4f55-8cb4-100458f07191 shut down Apr 18, 2024 5:09:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c2a7e60a-4b1a-4544-87ee-70d131d70b48 initialized Apr 18, 2024 5:09: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/1713416995019/ Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416995019/ Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c2a7e60a-4b1a-4544-87ee-70d131d70b48 shut down Apr 18, 2024 5:09:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d7181132-d937-4086-8334-550491287a7f initialized Apr 18, 2024 5:09: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/1713416995214/ Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416995214/ Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d7181132-d937-4086-8334-550491287a7f shut down Apr 18, 2024 5:09:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb198f16-76b3-43bb-81a1-3a2e824efdba initialized Apr 18, 2024 5:09: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/1713416995394/ Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416995394/ Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb198f16-76b3-43bb-81a1-3a2e824efdba shut down Apr 18, 2024 5:09:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cfc6c7d1-33d5-47d4-88af-87662b5a99fd initialized Apr 18, 2024 5:09: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/1713416995593/ Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416995593/ Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cfc6c7d1-33d5-47d4-88af-87662b5a99fd shut down Apr 18, 2024 5:09:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7041ac97-1e2d-42d7-aba9-fadcfa8525dc initialized Apr 18, 2024 5:09: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/1713416995790/ Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416995790/ Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7041ac97-1e2d-42d7-aba9-fadcfa8525dc shut down Apr 18, 2024 5:09:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4232ad39-4c10-4afe-a39d-2cbcee6c1cff initialized Apr 18, 2024 5:09: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/1713416995976/ Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416995976/ Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4232ad39-4c10-4afe-a39d-2cbcee6c1cff shut down Apr 18, 2024 5:09:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f73d8a31-4efa-4626-a1a6-eb2f47a94c48 initialized Apr 18, 2024 5:09: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/1713416996156/ Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416996156/ Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f73d8a31-4efa-4626-a1a6-eb2f47a94c48 shut down Apr 18, 2024 5:09:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a9de137-5923-4f0e-9660-dea5a2790bed initialized Apr 18, 2024 5:09: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/1713416996354/ Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416996354/ Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a9de137-5923-4f0e-9660-dea5a2790bed shut down Apr 18, 2024 5:09:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a7a70c1-e6a7-4d88-ada7-56ba4e27ffa1 initialized Apr 18, 2024 5:09: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/1713416996544/ Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416996544/ Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a7a70c1-e6a7-4d88-ada7-56ba4e27ffa1 shut down Apr 18, 2024 5:09:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ed6c60b7-b296-46c4-9d85-5adcce42269a initialized Apr 18, 2024 5:09: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/1713416996739/ Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416996739/ Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ed6c60b7-b296-46c4-9d85-5adcce42269a shut down Apr 18, 2024 5:09:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a03845c4-7b09-422e-89f6-de4803f167d2 initialized Apr 18, 2024 5:09: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/1713416996927/ Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416996927/ Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a03845c4-7b09-422e-89f6-de4803f167d2 shut down Apr 18, 2024 5:09:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72a4a4ac-55ed-4bc3-aa54-ca9ab51f4a93 initialized Apr 18, 2024 5:09: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/1713416997113/ Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416997113/ Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72a4a4ac-55ed-4bc3-aa54-ca9ab51f4a93 shut down Apr 18, 2024 5:09:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 825c857b-ea2c-41e5-8467-8fa7ff40c286 initialized Apr 18, 2024 5:09: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/1713416997306/ Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416997306/ Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 825c857b-ea2c-41e5-8467-8fa7ff40c286 shut down Apr 18, 2024 5:09:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 46682a28-ac17-47db-a570-b172e66b7a98 initialized Apr 18, 2024 5:09: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/1713416997496/ Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416997496/ Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 46682a28-ac17-47db-a570-b172e66b7a98 shut down Apr 18, 2024 5:09:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0602b489-7cf0-4463-95c6-f19c3ab9ccfa initialized Apr 18, 2024 5:09: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/1713416997687/ Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416997687/ Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0602b489-7cf0-4463-95c6-f19c3ab9ccfa shut down [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.52 s -- in org.eclipse.jnosql.mapping.graph.DefaultVertexTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest Apr 18, 2024 5:09:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c6ca82a1-cef8-40c0-8598-a0c19594e0d7 initialized Apr 18, 2024 5:09:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c6ca82a1-cef8-40c0-8598-a0c19594e0d7 shut down Apr 18, 2024 5:09:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c17203a-3989-430e-bb6c-6ac3bf98a186 initialized Apr 18, 2024 5:09:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c17203a-3989-430e-bb6c-6ac3bf98a186 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest Apr 18, 2024 5:09:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86b75430-9cb8-47b8-82c9-82b867eb1ab7 initialized Apr 18, 2024 5:09: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/1713416997987/ Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416997987/ Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86b75430-9cb8-47b8-82c9-82b867eb1ab7 shut down Apr 18, 2024 5:09:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d75ce153-3446-45ae-9faa-42a23563c6e3 initialized Apr 18, 2024 5:09: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/1713416998179/ Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416998179/ Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d75ce153-3446-45ae-9faa-42a23563c6e3 shut down Apr 18, 2024 5:09:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 544e7f4d-57ed-46f4-8133-1a8261c6c262 initialized Apr 18, 2024 5:09: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/1713416998375/ Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416998375/ Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 544e7f4d-57ed-46f4-8133-1a8261c6c262 shut down Apr 18, 2024 5:09:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e7ed3c41-a868-44f1-957d-c04217ab1c1f initialized Apr 18, 2024 5:09: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/1713416998549/ Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416998549/ Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e7ed3c41-a868-44f1-957d-c04217ab1c1f shut down Apr 18, 2024 5:09:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0166b70d-f391-4f55-b4b8-9f97fa4389d1 initialized Apr 18, 2024 5:09: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/1713416998725/ Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416998725/ Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0166b70d-f391-4f55-b4b8-9f97fa4389d1 shut down Apr 18, 2024 5:09:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e0ff30d-e4e7-42ae-bb9b-6271e600c588 initialized Apr 18, 2024 5:09: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/1713416998907/ Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416998907/ Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e0ff30d-e4e7-42ae-bb9b-6271e600c588 shut down Apr 18, 2024 5:09:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2d338a42-821b-4396-9ec1-0d759df46945 initialized Apr 18, 2024 5:09: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/1713416999083/ Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416999083/ Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2d338a42-821b-4396-9ec1-0d759df46945 shut down Apr 18, 2024 5:09:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ee887bdc-63d5-4817-87b8-d2aa1e7ae9ab initialized Apr 18, 2024 5:09: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/1713416999253/ Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416999253/ Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ee887bdc-63d5-4817-87b8-d2aa1e7ae9ab shut down Apr 18, 2024 5:09:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7eb029a9-b233-41d6-9670-bd9f22c13cd9 initialized Apr 18, 2024 5:09: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/1713416999424/ Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416999424/ Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7eb029a9-b233-41d6-9670-bd9f22c13cd9 shut down Apr 18, 2024 5:09:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4bc70c05-9412-452a-aac8-0407fc7ea82d initialized Apr 18, 2024 5:09: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/1713416999614/ Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416999614/ Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4bc70c05-9412-452a-aac8-0407fc7ea82d shut down Apr 18, 2024 5:09:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 084aced4-d142-456e-be8c-d1cbae0133e8 initialized Apr 18, 2024 5:09: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/1713416999784/ Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:09: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/1713416999784/ Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:09:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 084aced4-d142-456e-be8c-d1cbae0133e8 shut down Apr 18, 2024 5:09:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:09:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:09:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:09:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5b514ef7-19e4-4205-bfef-e41709a55db1 initialized Apr 18, 2024 5:09: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/1713416999965/ Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713416999965/ Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5b514ef7-19e4-4205-bfef-e41709a55db1 shut down Apr 18, 2024 5:10:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5e13a794-6fbf-4210-9f6d-9ef6745edc26 initialized Apr 18, 2024 5:10: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/1713417000154/ Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417000154/ Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5e13a794-6fbf-4210-9f6d-9ef6745edc26 shut down Apr 18, 2024 5:10:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0d27367f-57bb-47b4-9f68-4587fc228ef4 initialized Apr 18, 2024 5:10: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/1713417000325/ Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417000325/ Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0d27367f-57bb-47b4-9f68-4587fc228ef4 shut down Apr 18, 2024 5:10:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container df9d92a2-5dfa-416a-b556-df2374d2796a initialized Apr 18, 2024 5:10: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/1713417000893/ Apr 18, 2024 5:10:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417000893/ Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container df9d92a2-5dfa-416a-b556-df2374d2796a shut down Apr 18, 2024 5:10:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 449af000-df7e-4cb5-8364-adec7b2e388a initialized Apr 18, 2024 5:10: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/1713417001541/ Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417001541/ Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 449af000-df7e-4cb5-8364-adec7b2e388a shut down Apr 18, 2024 5:10:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8f88b503-eefe-40e4-a68d-b43648004398 initialized Apr 18, 2024 5:10: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/1713417001724/ Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417001724/ Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8f88b503-eefe-40e4-a68d-b43648004398 shut down Apr 18, 2024 5:10:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0da30778-a351-423e-a25a-c9ecc92deb11 initialized Apr 18, 2024 5:10: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/1713417001903/ Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417001903/ Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0da30778-a351-423e-a25a-c9ecc92deb11 shut down Apr 18, 2024 5:10:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd9e5434-b526-4806-b63d-c054cc3304e9 initialized Apr 18, 2024 5:10: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/1713417002080/ Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417002080/ Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd9e5434-b526-4806-b63d-c054cc3304e9 shut down Apr 18, 2024 5:10:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 230e14b6-c67a-411e-bc93-84a693aac47e initialized Apr 18, 2024 5:10: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/1713417002280/ Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417002280/ Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 230e14b6-c67a-411e-bc93-84a693aac47e shut down Apr 18, 2024 5:10:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 23fad5a2-07ee-423f-9172-8f82693fa763 initialized Apr 18, 2024 5:10: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/1713417002496/ Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417002496/ Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 23fad5a2-07ee-423f-9172-8f82693fa763 shut down Apr 18, 2024 5:10:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 975c2f7b-f7b5-4d11-805a-0f0a1695f138 initialized Apr 18, 2024 5:10: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/1713417002669/ Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417002669/ Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 975c2f7b-f7b5-4d11-805a-0f0a1695f138 shut down Apr 18, 2024 5:10:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f03a013b-48e8-4abc-8267-de9ea769cc84 initialized Apr 18, 2024 5:10: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/1713417002846/ Apr 18, 2024 5:10:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417002846/ Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f03a013b-48e8-4abc-8267-de9ea769cc84 shut down Apr 18, 2024 5:10:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b13549ed-0c8b-4527-838f-bf0a007b2b0b initialized Apr 18, 2024 5:10: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/1713417003064/ Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417003064/ Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b13549ed-0c8b-4527-838f-bf0a007b2b0b shut down Apr 18, 2024 5:10:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d2370980-55dc-4c05-88b2-f8d549bd2efe initialized Apr 18, 2024 5:10: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/1713417003239/ Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417003239/ Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d2370980-55dc-4c05-88b2-f8d549bd2efe shut down Apr 18, 2024 5:10:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ac5d6e59-c924-4a56-9736-99e16d72eb3b initialized Apr 18, 2024 5:10: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/1713417003425/ Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417003425/ Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ac5d6e59-c924-4a56-9736-99e16d72eb3b shut down Apr 18, 2024 5:10:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 451b80f7-e195-4c7f-bdff-ae8afc338d35 initialized Apr 18, 2024 5:10: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/1713417003606/ Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417003606/ Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 451b80f7-e195-4c7f-bdff-ae8afc338d35 shut down Apr 18, 2024 5:10:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6e3b3cbf-9ffb-4f38-8d69-cd042133edb5 initialized Apr 18, 2024 5:10: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/1713417003791/ Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417003791/ Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6e3b3cbf-9ffb-4f38-8d69-cd042133edb5 shut down Apr 18, 2024 5:10:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c28e6186-7c00-4cec-ae25-ff2ac9f98448 initialized Apr 18, 2024 5:10: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/1713417003963/ Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417003963/ Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c28e6186-7c00-4cec-ae25-ff2ac9f98448 shut down Apr 18, 2024 5:10:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c7a314f4-9efe-4d5c-9c95-791cdbea4b9a initialized Apr 18, 2024 5:10: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/1713417004132/ Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417004132/ Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c7a314f4-9efe-4d5c-9c95-791cdbea4b9a shut down Apr 18, 2024 5:10:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 344795cf-275c-4df7-84b7-a8619f21d8a8 initialized Apr 18, 2024 5:10: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/1713417004289/ Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417004289/ Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 344795cf-275c-4df7-84b7-a8619f21d8a8 shut down Apr 18, 2024 5:10:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ad5966cb-3076-4c3d-810c-d4f63431831f initialized Apr 18, 2024 5:10: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/1713417004461/ Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417004461/ Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ad5966cb-3076-4c3d-810c-d4f63431831f shut down Apr 18, 2024 5:10:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0890f412-fbde-4c46-a432-a0cb0e91f06b initialized Apr 18, 2024 5:10: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/1713417004627/ Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417004627/ Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0890f412-fbde-4c46-a432-a0cb0e91f06b shut down Apr 18, 2024 5:10:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1bd278f4-e09b-4875-bf39-98962131ef7e initialized Apr 18, 2024 5:10: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/1713417004804/ Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417004804/ Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1bd278f4-e09b-4875-bf39-98962131ef7e shut down Apr 18, 2024 5:10:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 09a62abd-98af-40c8-b328-e1594d01fb92 initialized Apr 18, 2024 5:10: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/1713417004987/ Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417004987/ Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 09a62abd-98af-40c8-b328-e1594d01fb92 shut down Apr 18, 2024 5:10:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fabf4c38-e3c4-47d4-9353-d52169600e96 initialized Apr 18, 2024 5:10: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/1713417005162/ Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417005162/ Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fabf4c38-e3c4-47d4-9353-d52169600e96 shut down Apr 18, 2024 5:10:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 40f8d4f9-ce61-4c17-b72d-beaf7de3c582 initialized Apr 18, 2024 5:10: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/1713417005357/ Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417005357/ Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 40f8d4f9-ce61-4c17-b72d-beaf7de3c582 shut down Apr 18, 2024 5:10:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ebac2d08-ac49-4616-b305-50cebdaf8ace initialized Apr 18, 2024 5:10: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/1713417005517/ Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417005517/ Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ebac2d08-ac49-4616-b305-50cebdaf8ace shut down Apr 18, 2024 5:10:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container da8edae9-773e-4212-8f47-1f03827c414e initialized Apr 18, 2024 5:10: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/1713417005690/ Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417005690/ Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container da8edae9-773e-4212-8f47-1f03827c414e shut down Apr 18, 2024 5:10:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 491493a5-0131-4515-831f-a5f0a5c814ec initialized Apr 18, 2024 5:10: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/1713417005851/ Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417005851/ Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 491493a5-0131-4515-831f-a5f0a5c814ec shut down Apr 18, 2024 5:10:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e65258b6-94d2-48ae-adf8-a7a7992c4bc7 initialized Apr 18, 2024 5:10: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/1713417006054/ Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417006054/ Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e65258b6-94d2-48ae-adf8-a7a7992c4bc7 shut down Apr 18, 2024 5:10:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c0683ae7-1e30-4adb-9b1d-913728eb3cd3 initialized Apr 18, 2024 5:10: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/1713417006231/ Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417006231/ Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c0683ae7-1e30-4adb-9b1d-913728eb3cd3 shut down Apr 18, 2024 5:10:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6d021101-b947-475c-8936-3c7e73d868ab initialized Apr 18, 2024 5:10: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/1713417006390/ Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417006390/ Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6d021101-b947-475c-8936-3c7e73d868ab shut down Apr 18, 2024 5:10:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f17fa459-35f3-4bfe-b1f0-c0dcd8044af1 initialized Apr 18, 2024 5:10: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/1713417006551/ Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417006551/ Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f17fa459-35f3-4bfe-b1f0-c0dcd8044af1 shut down Apr 18, 2024 5:10:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d0d1463d-e5b2-4410-9642-9d9dd8c73d5e initialized Apr 18, 2024 5:10: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/1713417006706/ Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417006706/ Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d0d1463d-e5b2-4410-9642-9d9dd8c73d5e shut down [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.887 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateTest Apr 18, 2024 5:10:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cae9a915-3b61-472f-b96e-75065718555f initialized Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cae9a915-3b61-472f-b96e-75065718555f shut down Apr 18, 2024 5:10:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c4125bee-6eaf-4d0b-9231-7b5ba854018d initialized Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c4125bee-6eaf-4d0b-9231-7b5ba854018d shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest Apr 18, 2024 5:10:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c4001f75-38b5-4bb1-8260-c571b747a427 initialized Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c4001f75-38b5-4bb1-8260-c571b747a427 shut down Apr 18, 2024 5:10:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e6c8d555-dd88-4a7b-943a-cc2b0b2f9e13 initialized Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e6c8d555-dd88-4a7b-943a-cc2b0b2f9e13 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.graph.EdgeEntityTest Apr 18, 2024 5:10:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9483924b-bd6f-4535-8148-eb158e28dc19 initialized Apr 18, 2024 5:10: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/1713417007011/ Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417007011/ Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9483924b-bd6f-4535-8148-eb158e28dc19 shut down Apr 18, 2024 5:10:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f5528a3d-9f19-49a6-b37c-187f857c9bb4 initialized Apr 18, 2024 5:10:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f5528a3d-9f19-49a6-b37c-187f857c9bb4 shut down Apr 18, 2024 5:10:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9847d8da-3e6a-40b6-8945-ae19a04ad730 initialized Apr 18, 2024 5:10: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/1713417007236/ Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417007236/ Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9847d8da-3e6a-40b6-8945-ae19a04ad730 shut down Apr 18, 2024 5:10:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5ac71e75-cdb3-4556-9df3-3adee340aa84 initialized Apr 18, 2024 5:10: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/1713417007410/ Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417007410/ Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5ac71e75-cdb3-4556-9df3-3adee340aa84 shut down Apr 18, 2024 5:10:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 84e857bf-00be-4ef8-bcf1-63411ca62418 initialized Apr 18, 2024 5:10: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/1713417007591/ Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417007591/ Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 84e857bf-00be-4ef8-bcf1-63411ca62418 shut down Apr 18, 2024 5:10:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c622280-4c94-457d-81d3-40b14b9f26be initialized Apr 18, 2024 5:10: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/1713417007766/ Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417007766/ Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5c622280-4c94-457d-81d3-40b14b9f26be shut down Apr 18, 2024 5:10:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a18bc8b6-05c0-42d5-b3a0-c20c7292eb30 initialized Apr 18, 2024 5:10: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/1713417007963/ Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417007963/ Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a18bc8b6-05c0-42d5-b3a0-c20c7292eb30 shut down Apr 18, 2024 5:10:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c762e8e6-deb8-4977-a016-609c4728cc70 initialized Apr 18, 2024 5:10: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/1713417008124/ Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417008124/ Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c762e8e6-deb8-4977-a016-609c4728cc70 shut down Apr 18, 2024 5:10:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 53c080df-d806-417a-99ef-eb744b04e3cd initialized Apr 18, 2024 5:10: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/1713417008298/ Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417008298/ Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 53c080df-d806-417a-99ef-eb744b04e3cd shut down Apr 18, 2024 5:10:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 196621c6-afe1-4cb0-8325-4cc990a8415e initialized Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 196621c6-afe1-4cb0-8325-4cc990a8415e shut down Apr 18, 2024 5:10:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7e7fe2fd-a5d4-4993-a1ef-43f586ab17fd initialized Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7e7fe2fd-a5d4-4993-a1ef-43f586ab17fd shut down Apr 18, 2024 5:10:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b74bb9f0-7f49-4092-91d8-a6e709356ca3 initialized Apr 18, 2024 5:10: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/1713417008540/ Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417008540/ Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b74bb9f0-7f49-4092-91d8-a6e709356ca3 shut down Apr 18, 2024 5:10:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 882b96b2-9bfb-4cc8-8353-48c1a18a7131 initialized Apr 18, 2024 5:10: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/1713417008703/ Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417008703/ Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 882b96b2-9bfb-4cc8-8353-48c1a18a7131 shut down Apr 18, 2024 5:10:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 925aeb7b-2900-4727-a207-513d9cf6a303 initialized Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 925aeb7b-2900-4727-a207-513d9cf6a303 shut down Apr 18, 2024 5:10:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d1f08733-20c9-4ebf-9b61-9730514bea78 initialized Apr 18, 2024 5:10: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/1713417008913/ Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417008913/ Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d1f08733-20c9-4ebf-9b61-9730514bea78 shut down Apr 18, 2024 5:10:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd53bad6-6e6a-43a0-8254-cf4a5146d7ad initialized Apr 18, 2024 5:10: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/1713417009089/ Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417009089/ Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd53bad6-6e6a-43a0-8254-cf4a5146d7ad shut down Apr 18, 2024 5:10:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 01b40961-faf8-45bb-b912-e8eeb8ebeadb initialized Apr 18, 2024 5:10: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/1713417009253/ Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417009253/ Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 01b40961-faf8-45bb-b912-e8eeb8ebeadb shut down Apr 18, 2024 5:10:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8bd02158-1c97-4bf4-9037-d90275483633 initialized Apr 18, 2024 5:10: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/1713417009424/ Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417009424/ Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8bd02158-1c97-4bf4-9037-d90275483633 shut down Apr 18, 2024 5:10:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 12eade49-f0f8-4f3e-a466-8da9d567a244 initialized Apr 18, 2024 5:10: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/1713417009595/ Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417009595/ Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 12eade49-f0f8-4f3e-a466-8da9d567a244 shut down Apr 18, 2024 5:10:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3658b466-4bdd-4d0f-8a54-6ea52e8f2aa2 initialized Apr 18, 2024 5:10: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/1713417009761/ Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417009761/ Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3658b466-4bdd-4d0f-8a54-6ea52e8f2aa2 shut down Apr 18, 2024 5:10:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dc934fbf-5884-4ea9-8903-19f47e1d5cb4 initialized Apr 18, 2024 5:10: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/1713417009931/ Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417009931/ Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dc934fbf-5884-4ea9-8903-19f47e1d5cb4 shut down Apr 18, 2024 5:10:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7c088daf-cdf3-4c21-a418-703c5995c30b initialized Apr 18, 2024 5:10: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/1713417010082/ Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417010082/ Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7c088daf-cdf3-4c21-a418-703c5995c30b shut down Apr 18, 2024 5:10:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c3eefc30-a5b2-4d8a-8624-9194be54a43e initialized Apr 18, 2024 5:10: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/1713417010242/ Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417010242/ Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c3eefc30-a5b2-4d8a-8624-9194be54a43e shut down Apr 18, 2024 5:10:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9d08aaf5-d474-4b17-884d-c990c420bced initialized Apr 18, 2024 5:10: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/1713417010409/ Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417010409/ Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9d08aaf5-d474-4b17-884d-c990c420bced shut down Apr 18, 2024 5:10:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d11d5109-e280-40a5-b1f3-acc7fd0f2f3e initialized Apr 18, 2024 5:10: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/1713417010574/ Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing Apr 18, 2024 5:10: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/1713417010574/ Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed Apr 18, 2024 5:10:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d11d5109-e280-40a5-b1f3-acc7fd0f2f3e shut down Apr 18, 2024 5:10:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Apr 18, 2024 5:10:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found Apr 18, 2024 5:10:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository, interface org.eclipse.jnosql.mapping.graph.BookRepository] Apr 18, 2024 5:10:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6603c55b-5662-42dd-8bda-7572ea76ee15 initialized Apr 18, 2024 5:10:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6603c55b-5662-42dd-8bda-7572ea76ee15 shut down [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.776 s -- in org.eclipse.jnosql.mapping.graph.EdgeEntityTest [INFO] Running org.eclipse.jnosql.communication.graph.DefaultGraphDatabaseManagerTest Apr 18, 2024 5:10:10 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ Apr 18, 2024 5:10:11 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/1713417010774/ [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.003 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.53889 [INFO] Default locale: "en_US", source code encoding: "UTF-8" [INFO] Load global settings [INFO] Load global settings (done) | time=621ms [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=360ms [INFO] Load/download plugins [INFO] Load/download plugins (done) | time=466ms [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=348ms [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=356ms [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=562ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=559ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=1ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=406ms [INFO] Load active rules [INFO] Load active rules (done) | time=12135ms [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=399ms [INFO] Load project repositories [INFO] Load project repositories (done) | time=1259ms [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=558ms [INFO] Sensor cache enabled [INFO] Load sensor cache [INFO] Load sensor cache (1 MB) | time=1714ms [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=3207ms [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=87ms [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=120ms [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=15ms [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=139ms [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=2ms [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=3842ms [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-core/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=23ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=10ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=12ms [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=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module jnosql-mapping-document [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 8 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] Using ECJ batch to parse 11 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 11 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=598ms [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=0ms [INFO] ------------- Run sensors on module jnosql-mapping-key-value [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 22 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 22 files. [INFO] Using ECJ batch to parse 31 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 31 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1133ms [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=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=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=26ms [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=5ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=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=342ms [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-column/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=18ms [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=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-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=4069ms [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=19ms [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=87ms [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-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=3278ms [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=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=14ms [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=87ms [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=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-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=2161ms [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=22ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=7ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module jnosql-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=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] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module 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=500ms [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=3ms [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=3ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=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=2483ms [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=69ms [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=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=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=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=2252ms [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-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=8ms [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=2916ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/jnosql-sonar/jnosql-communication/jnosql-communication-query/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=23ms [INFO] Sensor Removed properties sensor [java] [WARNING] Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin. [INFO] Sensor Removed properties sensor [java] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=44ms [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=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Eclipse JNoSQL [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=91ms [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=9ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=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=1629ms [INFO] Sensor pythonbugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/jnosql-sonar/target/sonar/ir/python [INFO] No IR files have been included for analysis. [INFO] Sensor pythonbugs [dbd] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Available processors: 2 [INFO] Using 2 threads for analysis. [INFO] 841 source files to be analyzed [INFO] 841/841 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=3247ms [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.123 [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.520 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.644 [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.105 [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.032 [INFO] Variable Type Analysis #1: Time spent was 00:00:00.155 [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.073 [INFO] Run SCC (Tarjan) on 11372 nodes: Starting [INFO] Run SCC (Tarjan) on 11372 nodes: Time spent was 00:00:00.021 [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.024 [INFO] Variable Type Analysis #2: Time spent was 00:00:00.119 [INFO] Create runtime call graph: Time spent was 00:00:00.282 [INFO] Load config: Starting [INFO] Load config: Time spent was 00:00:01.844 [INFO] Compute entry points: Starting [INFO] Compute entry points: Time spent was 00:00:04.226 [INFO] No entry points found. [INFO] java security sensor: Time spent was 00:00:06.999 [INFO] java security sensor: Begin: 2024-04-18T05:11:15.516142497Z, End: 2024-04-18T05:11:22.515458391Z, Duration: 00:00:06.999 Load type hierarchy and UCFGs: Begin: 2024-04-18T05:11:15.517809540Z, End: 2024-04-18T05:11:16.161900261Z, Duration: 00:00:00.644 Load type hierarchy: Begin: 2024-04-18T05:11:15.517844987Z, End: 2024-04-18T05:11:15.641503336Z, Duration: 00:00:00.123 Load UCFGs: Begin: 2024-04-18T05:11:15.641702898Z, End: 2024-04-18T05:11:16.161808039Z, Duration: 00:00:00.520 Check cache: Begin: 2024-04-18T05:11:16.161947196Z, End: 2024-04-18T05:11:16.162252099Z, Duration: 00:00:00.000 Load cache: Begin: 2024-04-18T05:11:16.161961025Z, End: 2024-04-18T05:11:16.161984776Z, Duration: 00:00:00.000 Create runtime call graph: Begin: 2024-04-18T05:11:16.162291499Z, End: 2024-04-18T05:11:16.444611508Z, Duration: 00:00:00.282 Variable Type Analysis #1: Begin: 2024-04-18T05:11:16.162957901Z, End: 2024-04-18T05:11:16.318220710Z, Duration: 00:00:00.155 Create runtime type propagation graph: Begin: 2024-04-18T05:11:16.163747450Z, End: 2024-04-18T05:11:16.268968188Z, Duration: 00:00:00.105 Run SCC (Tarjan) on 11409 nodes: Begin: 2024-04-18T05:11:16.269331522Z, End: 2024-04-18T05:11:16.285456100Z, Duration: 00:00:00.016 Propagate runtime types to strongly connected components: Begin: 2024-04-18T05:11:16.285599524Z, End: 2024-04-18T05:11:16.318125609Z, Duration: 00:00:00.032 Variable Type Analysis #2: Begin: 2024-04-18T05:11:16.322446300Z, End: 2024-04-18T05:11:16.442376079Z, Duration: 00:00:00.119 Create runtime type propagation graph: Begin: 2024-04-18T05:11:16.322480948Z, End: 2024-04-18T05:11:16.396284357Z, Duration: 00:00:00.073 Run SCC (Tarjan) on 11372 nodes: Begin: 2024-04-18T05:11:16.396404809Z, End: 2024-04-18T05:11:16.417941379Z, Duration: 00:00:00.021 Propagate runtime types to strongly connected components: Begin: 2024-04-18T05:11:16.418045274Z, End: 2024-04-18T05:11:16.442279707Z, Duration: 00:00:00.024 Load config: Begin: 2024-04-18T05:11:16.444677480Z, End: 2024-04-18T05:11:18.288677818Z, Duration: 00:00:01.844 Compute entry points: Begin: 2024-04-18T05:11:18.288789370Z, End: 2024-04-18T05:11:22.515216514Z, Duration: 00:00:04.226 [INFO] java security sensor peak memory: 832 MB [INFO] Sensor JavaSecuritySensor [security] (done) | time=7020ms [INFO] Sensor CSharpSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/jnosql-sonar/target/ucfg2/cs [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] csharp security sensor: Time spent was 00:00:00.000 [INFO] Sensor CSharpSecuritySensor [security] (done) | time=1ms [INFO] Sensor PhpSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/jnosql-sonar/target/sonar/ucfg2/php [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] php security sensor: Time spent was 00:00:00.000 [INFO] Sensor PhpSecuritySensor [security] (done) | time=0ms [INFO] Sensor PythonSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/jnosql-sonar/target/sonar/ucfg2/python [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] python security sensor: Time spent was 00:00:00.000 [INFO] Sensor PythonSecuritySensor [security] (done) | time=1ms [INFO] Sensor JsSecuritySensor [security] [INFO] Enabled taint analysis rules: S5147, S6096, S5131, S2083, S5883, S5146, S5696, S3649, S6350, S2631, S6105, S5144, S5334, S6287, S2076 [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=0ms [INFO] ------------- Run sensors on project [INFO] Sensor Zero Coverage Sensor [INFO] Sensor Zero Coverage Sensor (done) | time=3ms [INFO] Sensor Java CPD Block Indexer [INFO] Sensor Java CPD Block Indexer (done) | time=330ms [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=234ms [WARNING] Missing blame information for the following files: [WARNING] * jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/core/repository/DynamicReturnTest.java [WARNING] This may lead to missing/broken features in SonarCloud [INFO] CPD Executor 122 files had no CPD blocks [INFO] CPD Executor Calculating CPD for 252 files [INFO] CPD Executor CPD calculation finished (done) | time=75ms [INFO] Analysis report generated in 313ms, dir size=4 MB [INFO] Analysis report compressed in 926ms, zip size=2 MB [INFO] Analysis report uploaded in 4402ms [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=AY7vne87Ad1ASu9tHqu7 [INFO] Sensor cache published successfully [INFO] Analysis total time: 1:09.741 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse JNoSQL 1.1.1-SNAPSHOT: [INFO] [INFO] Eclipse JNoSQL ..................................... SUCCESS [01:14 min] [INFO] jnosql-communication ............................... SUCCESS [ 0.146 s] [INFO] jnosql-communication-core .......................... SUCCESS [ 17.388 s] [INFO] jnosql-communication-query ......................... SUCCESS [ 11.287 s] [INFO] jnosql-communication-key-value ..................... SUCCESS [ 7.531 s] [INFO] jnosql-communication-semistructured ................ SUCCESS [ 12.082 s] [INFO] jnosql-mapping-parent .............................. SUCCESS [ 0.443 s] [INFO] jnosql-mapping-api-core ............................ SUCCESS [ 7.809 s] [INFO] jnosql-mapping-reflection .......................... SUCCESS [ 15.677 s] [INFO] jnosql-mapping-core ................................ SUCCESS [ 17.014 s] [INFO] jnosql-mapping-semistructured ...................... SUCCESS [ 30.402 s] [INFO] jnosql-mapping-document ............................ SUCCESS [ 11.660 s] [INFO] jnosql-mapping-column .............................. SUCCESS [ 12.763 s] [INFO] jnosql-mapping-key-value ........................... SUCCESS [ 19.675 s] [INFO] jnosql-mapping-graph ............................... SUCCESS [01:16 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:26 min [INFO] Finished at: 2024-04-18T05:11:30Z [INFO] ------------------------------------------------------------------------ Triggering a new build of jnosql-databases Finished: SUCCESS