Started by timer Running as SYSTEM Agent basic-pw6bs is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-pw6bs" 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-pw6bs" - 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-pw6bs" - 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-pw6bs (basic) in workspace /home/jenkins/agent/workspace/jnosql 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 # 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 466558eea6a870d0efb73f41046159a93a02eac7 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 466558eea6a870d0efb73f41046159a93a02eac7 # timeout=10 Commit message: "Merge pull request #507 from eclipse/libraries-update" > git rev-list --no-walk 790cf327abee48d3c488753e1c8518cfeb111cf2 # timeout=10 [jnosql] $ /opt/tools/apache-maven/latest/bin/mvn clean install -B 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/.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/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/.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/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] --- install:3.1.1:install (default-install) @ jnosql-parent --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/jnosql-parent/1.1.1-SNAPSHOT/jnosql-parent-1.1.1-SNAPSHOT.pom [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/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/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] --- install:3.1.1:install (default-install) @ jnosql-communication --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication/1.1.1-SNAPSHOT/jnosql-communication-1.1.1-SNAPSHOT.pom [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/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/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.13.0: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/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/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/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/DefaultSettings.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/src/main/java/org/eclipse/jnosql/communication/DefaultSettings.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/jnosql-communication/jnosql-communication-core/src/test/resources [INFO] [INFO] --- compiler:3.13.0: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/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/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.ConditionTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 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: 1.445 s -- in org.eclipse.jnosql.communication.DefaultSettingsTest [INFO] Running org.eclipse.jnosql.communication.DefaultValueTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.712 s -- in org.eclipse.jnosql.communication.DefaultValueTest [INFO] Running org.eclipse.jnosql.communication.NullValueTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.jnosql.communication.NullValueTest [INFO] Running org.eclipse.jnosql.communication.ParamValueTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.jnosql.communication.ParamValueTest [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.004 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.040 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenAddMethodIsCalledTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 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.013 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.jnosql.communication.ParamsTest [INFO] Running org.eclipse.jnosql.communication.SettingsBuilderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 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.008 s -- in org.eclipse.jnosql.communication.ValueReaderDecoratorTest [INFO] Running org.eclipse.jnosql.communication.ValueUtilTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.jnosql.communication.ValueUtilTest [INFO] Running org.eclipse.jnosql.communication.reader.AtomicIntegerReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.eclipse.jnosql.communication.reader.AtomicIntegerReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.AtomicLongReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 s -- in org.eclipse.jnosql.communication.reader.AtomicLongReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.BigDecimalReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in org.eclipse.jnosql.communication.reader.BigDecimalReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.BigIntegerReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s -- in org.eclipse.jnosql.communication.reader.BigIntegerReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.BooleanReaderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.jnosql.communication.reader.BooleanReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.ByteReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.eclipse.jnosql.communication.reader.ByteReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.ByteValueReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.reader.ByteValueReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.CalendarReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 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.173 s -- in org.eclipse.jnosql.communication.reader.CharacterReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.DateReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s -- in org.eclipse.jnosql.communication.reader.DateReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.DoubleReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.eclipse.jnosql.communication.reader.DoubleReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.EnumReaderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.jnosql.communication.reader.EnumReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.FloatReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s -- in org.eclipse.jnosql.communication.reader.FloatReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.IntegerReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.reader.IntegerReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.ListTypeReferenceReaderTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 s -- in org.eclipse.jnosql.communication.reader.ListTypeReferenceReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.LocalDateReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.jnosql.communication.reader.LocalDateReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.LocalDateTimeReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.eclipse.jnosql.communication.reader.LocalDateTimeReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.LocalTimeReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.jnosql.communication.reader.LocalTimeReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.LongReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.jnosql.communication.reader.LongReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.MapTypeReferenceReaderTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.jnosql.communication.reader.MapTypeReferenceReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.NavigableSetTypeReferenceReaderTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.jnosql.communication.reader.NavigableSetTypeReferenceReaderTest [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.OffsetDateTimeReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.eclipse.jnosql.communication.reader.OffsetDateTimeReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.OffsetTimeReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.eclipse.jnosql.communication.reader.OffsetTimeReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.OptionalReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.reader.OptionalReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.OptionalTypeReferenceReaderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.jnosql.communication.reader.OptionalTypeReferenceReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.QueueTypeReferenceReaderTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.jnosql.communication.reader.QueueTypeReferenceReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.SetTypeReferenceReaderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.jnosql.communication.reader.SetTypeReferenceReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.ShortReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.jnosql.communication.reader.ShortReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.ShortValueReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.communication.reader.ShortValueReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.StreamTypeReferenceReaderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.jnosql.communication.reader.StreamTypeReferenceReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.StringReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.eclipse.jnosql.communication.reader.StringReaderTest [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.YearReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.reader.YearReaderTest [INFO] Running org.eclipse.jnosql.communication.reader.ZonedDateTimeReaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.eclipse.jnosql.communication.reader.ZonedDateTimeReaderTest [INFO] Running org.eclipse.jnosql.communication.writer.EnumValueWriterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.jnosql.communication.writer.EnumValueWriterTest [INFO] Running org.eclipse.jnosql.communication.writer.OptionalValueWriterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.writer.OptionalValueWriterTest [INFO] Running org.eclipse.jnosql.communication.writer.OptionalWriterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.writer.OptionalWriterTest [INFO] Running org.eclipse.jnosql.communication.writer.TemporalValueWriterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.communication.writer.TemporalValueWriterTest [INFO] Running org.eclipse.jnosql.communication.writer.TemporalWriterTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.jnosql.communication.writer.TemporalWriterTest [INFO] Running org.eclipse.jnosql.communication.writer.ValueWriterDecoratorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.communication.writer.ValueWriterDecoratorTest [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/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/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/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/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/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/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/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/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/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/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/jnosql-communication/jnosql-communication-core/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-communication-core' with 54 classes [INFO] [INFO] --- install:3.1.1:install (default-install) @ jnosql-communication-core --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-core/1.1.1-SNAPSHOT/jnosql-communication-core-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-core/1.1.1-SNAPSHOT/jnosql-communication-core-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-core/1.1.1-SNAPSHOT/jnosql-communication-core-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-core/target/jnosql-communication-core-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-core/1.1.1-SNAPSHOT/jnosql-communication-core-1.1.1-SNAPSHOT-javadoc.jar [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/jnosql-communication/jnosql-communication-query/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 76 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 68 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 68 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/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/antlr4 [INFO] Processing grammar: org/eclipse/jnosql/query/grammar/method/Method.g4 [INFO] Processing grammar: org/eclipse/jnosql/query/grammar/data/JDQL.g4 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jnosql-communication-query --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/resources [INFO] [INFO] --- compiler:3.13.0: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 51 source files with javac [debug target 17 module-path] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/EnumConverter.java: /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/EnumConverter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/EnumConverter.java: Recompile with -Xlint:unchecked for details. [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] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-communication-query --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 24 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.data.DeleteJakartaDataQueryProviderAndTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.958 s -- in org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderAndTest [INFO] Running org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderBetweenTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 s -- in org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderBetweenTest [INFO] Running org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderInTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderInTest [INFO] Running org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderLikeTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderLikeTest [INFO] Running org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderNotConditionTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderNotConditionTest [INFO] Running org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderOrTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderOrTest [INFO] Running org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.jnosql.communication.query.data.DeleteJakartaDataQueryProviderTest [INFO] Running org.eclipse.jnosql.communication.query.data.EnumConverterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s -- in org.eclipse.jnosql.communication.query.data.EnumConverterTest [INFO] Running org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderAndTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderAndTest [INFO] Running org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderBetweenTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderBetweenTest [INFO] Running org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderInTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderInTest [INFO] Running org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderLikeTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderLikeTest [INFO] Running org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderNotConditionTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderNotConditionTest [INFO] Running org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderOrTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderOrTest [INFO] Running org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderTest [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s -- in org.eclipse.jnosql.communication.query.data.SelectJakartaDataQueryProviderTest [INFO] Running org.eclipse.jnosql.communication.query.data.UpdateJakartaDataQueryProviderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.jnosql.communication.query.data.UpdateJakartaDataQueryProviderTest [INFO] Running org.eclipse.jnosql.communication.query.method.DeleteByMethodQueryProviderTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.eclipse.jnosql.communication.query.method.DeleteByMethodQueryProviderTest [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.MethodArrayValueTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.jnosql.communication.query.method.MethodArrayValueTest [INFO] Running org.eclipse.jnosql.communication.query.method.MethodConditionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.communication.query.method.MethodConditionTest [INFO] Running org.eclipse.jnosql.communication.query.method.MethodParamQueryValueTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.jnosql.communication.query.method.MethodParamQueryValueTest [INFO] Running org.eclipse.jnosql.communication.query.method.MethodQueryTest [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.jnosql.communication.query.method.MethodQueryTest [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.215 s -- in org.eclipse.jnosql.communication.query.method.SelectMethodQueryProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 372, 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/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/jnosql-communication/jnosql-communication-query/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 76 implicit excludes. [INFO] No excludes explicitly specified. [INFO] 68 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 68 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/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/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/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/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/BooleanQueryValue.java:25: warning: no comment [WARNING] public static final BooleanQueryValue FALSE = new BooleanQueryValue(false); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/BooleanQueryValue.java:24: warning: no comment [WARNING] public static final BooleanQueryValue TRUE = new BooleanQueryValue(true); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/DefaultQueryCondition.java:18: warning: no comment [WARNING] public record DefaultQueryCondition(String name, Condition condition, QueryValue value) implements QueryCondition { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/DefaultQueryValue.java:33: warning: no comment [WARNING] public static DefaultQueryValue of(String text) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/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/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/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/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/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/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/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/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/AbstractWhere.java:39: warning: no comment [WARNING] protected boolean and = true; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/AbstractWhere.java:37: warning: no comment [WARNING] protected QueryCondition condition; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/AbstractWhere.java:41: warning: no comment [WARNING] protected String entity; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/AbstractWhere.java:35: warning: no comment [WARNING] protected Where where; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/data/AbstractJDQLProvider.java:27: warning: no comment [WARNING] protected void runQuery(String query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/EnumQueryValue.java:15: warning: no comment [WARNING] public record EnumQueryValue(Enum value) implements QueryValue> { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/src/main/java/org/eclipse/jnosql/communication/query/EnumQueryValue.java:27: warning: no comment [WARNING] public static EnumQueryValue of(Enum value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:13: warning: no comment [WARNING] public class JDQLLexer extends Lexer { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:466: warning: no comment [WARNING] public static final ATN _ATN = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:16: warning: no comment [WARNING] protected static final DFA[] _decisionToDFA; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:134: warning: no comment [WARNING] public static final String _serializedATN = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:17: warning: no comment [WARNING] protected static final PredictionContextCache _sharedContextCache = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment [WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment [WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:29: warning: no comment [WARNING] public static String[] channelNames = { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment [WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment [WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment [WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment [WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment [WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment [WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment [WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment [WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment [WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment [WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment [WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment [WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment [WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment [WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:33: warning: no comment [WARNING] public static String[] modeNames = { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment [WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment [WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:50: warning: no comment [WARNING] public static final String[] ruleNames = makeRuleNames(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment [WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:77: warning: no comment [WARNING] public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment [WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:111: warning: no comment [WARNING] public JDQLLexer(CharStream input) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:13: warning: no comment [WARNING] public class JDQLParser extends Parser { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:768: warning: no comment [WARNING] public static class Aggregate_expressionContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:1164: warning: no comment [WARNING] public static class Between_expressionContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:1102: warning: no comment [WARNING] public static class Comparison_expressionContext extends ParserRuleContext { [WARNING] ^ [WARNING] 100 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql/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/jnosql-communication/jnosql-communication-query/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-communication-query' with 93 classes [INFO] [INFO] --- install:3.1.1:install (default-install) @ jnosql-communication-query --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-query/1.1.1-SNAPSHOT/jnosql-communication-query-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/jnosql-communication-query-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-query/1.1.1-SNAPSHOT/jnosql-communication-query-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/jnosql-communication-query-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-query/1.1.1-SNAPSHOT/jnosql-communication-query-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-query/target/jnosql-communication-query-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-query/1.1.1-SNAPSHOT/jnosql-communication-query-1.1.1-SNAPSHOT-javadoc.jar [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/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] 11 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 11 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/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/jnosql-communication/jnosql-communication-key-value/src/main/resources [INFO] [INFO] --- compiler:3.13.0: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 8 source files with javac [debug target 17 module-path] to target/classes [INFO] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/src/main/java/org/eclipse/jnosql/communication/keyvalue/KeyValueConfiguration.java: /home/jenkins/agent/workspace/jnosql/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/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/jnosql-communication/jnosql-communication-key-value/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jnosql-communication-key-value --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 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.KeyValueEntityParamsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s -- in org.eclipse.jnosql.communication.keyvalue.KeyValueEntityParamsTest [INFO] Running org.eclipse.jnosql.communication.keyvalue.KeyValueEntityTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.438 s -- in org.eclipse.jnosql.communication.keyvalue.KeyValueEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, 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/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/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] 11 resources included [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 11 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/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/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/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/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/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/jnosql-communication/jnosql-communication-key-value/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-communication-key-value' with 4 classes [INFO] [INFO] --- install:3.1.1:install (default-install) @ jnosql-communication-key-value --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-key-value/1.1.1-SNAPSHOT/jnosql-communication-key-value-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/target/jnosql-communication-key-value-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-key-value/1.1.1-SNAPSHOT/jnosql-communication-key-value-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/target/jnosql-communication-key-value-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-key-value/1.1.1-SNAPSHOT/jnosql-communication-key-value-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-key-value/target/jnosql-communication-key-value-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-key-value/1.1.1-SNAPSHOT/jnosql-communication-key-value-1.1.1-SNAPSHOT-javadoc.jar [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/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/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/jnosql-communication/jnosql-communication-semistructured/src/main/resources [INFO] [INFO] --- compiler:3.13.0: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/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/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/jnosql-communication/jnosql-communication-semistructured/src/test/resources [INFO] [INFO] --- compiler:3.13.0: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/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/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: 2.058 s -- in org.eclipse.jnosql.communication.semistructured.CommunicationEntityTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DatabaseConfigurationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.jnosql.communication.semistructured.DatabaseConfigurationTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DatabaseManagerTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.404 s -- in org.eclipse.jnosql.communication.semistructured.DatabaseManagerTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultDeleteQueryBuilderTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.jnosql.communication.semistructured.DefaultDeleteQueryBuilderTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementConditionTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementConditionTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementDeleteQueryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementDeleteQueryTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementQueryBuilderTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementQueryBuilderTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementQueryParserTest [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.302 s -- in org.eclipse.jnosql.communication.semistructured.DefaultElementQueryParserTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultElementQueryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.087 s -- in org.eclipse.jnosql.communication.semistructured.DefaultSelectQueryBuilderTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DefaultUpdateQueryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s -- in org.eclipse.jnosql.communication.semistructured.DefaultUpdateQueryTest [INFO] Running org.eclipse.jnosql.communication.semistructured.DeleteQueryParserTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.jnosql.communication.semistructured.DeleteQueryParserTest [INFO] Running org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryParamsTest [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryParamsTest [INFO] Running org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.jnosql.communication.semistructured.ElementDeleteQueryTest [INFO] Running org.eclipse.jnosql.communication.semistructured.ElementParamsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.jnosql.communication.semistructured.ElementParamsTest [INFO] Running org.eclipse.jnosql.communication.semistructured.ElementTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.communication.semistructured.ElementTest [INFO] Running org.eclipse.jnosql.communication.semistructured.ElementsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.communication.semistructured.ElementsTest [INFO] Running org.eclipse.jnosql.communication.semistructured.SelectQueryParserTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.jnosql.communication.semistructured.SelectQueryParserTest [INFO] Running org.eclipse.jnosql.communication.semistructured.UpdateQueryParserTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.jnosql.communication.semistructured.UpdateQueryParserTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 280, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jnosql-communication-semistructured --- [INFO] Building jar: /home/jenkins/agent/workspace/jnosql/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/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/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/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/jnosql-communication/jnosql-communication-semistructured/src/main/java/org/eclipse/jnosql/communication/semistructured/QueryParser.java:39: warning: no @param for entity [WARNING] public Stream query(String query, String entity, DatabaseManager manager, CommunicationObserverParser observer) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/src/main/java/org/eclipse/jnosql/communication/semistructured/QueryParser.java:61: warning: no @param for entity [WARNING] public CommunicationPreparedStatement prepare(String query, String entity, DatabaseManager manager, CommunicationObserverParser observer) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/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] 3 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql/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/jnosql-communication/jnosql-communication-semistructured/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-communication-semistructured' with 37 classes [INFO] [INFO] --- install:3.1.1:install (default-install) @ jnosql-communication-semistructured --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-semistructured/1.1.1-SNAPSHOT/jnosql-communication-semistructured-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-semistructured/1.1.1-SNAPSHOT/jnosql-communication-semistructured-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-semistructured/1.1.1-SNAPSHOT/jnosql-communication-semistructured-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-communication/jnosql-communication-semistructured/target/jnosql-communication-semistructured-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/communication/jnosql-communication-semistructured/1.1.1-SNAPSHOT/jnosql-communication-semistructured-1.1.1-SNAPSHOT-javadoc.jar [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/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/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] --- install:3.1.1:install (default-install) @ jnosql-mapping-parent --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-parent/1.1.1-SNAPSHOT/jnosql-mapping-parent-1.1.1-SNAPSHOT.pom [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/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/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.13.0: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.13.0: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/jnosql-mapping/jnosql-mapping-api-core/src/test/java/org/eclipse/jnosql/mapping/metadata/ConstructorBuilderTest.java: /home/jenkins/agent/workspace/jnosql/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/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.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.770 s -- in org.eclipse.jnosql.mapping.DatabaseMetadataTest [INFO] Running org.eclipse.jnosql.mapping.DatabaseQualifierTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.jnosql.mapping.DatabaseQualifierTest [INFO] Running org.eclipse.jnosql.mapping.DatabasesTest May 12, 2024 5:01:34 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.193 s -- in org.eclipse.jnosql.mapping.DatabasesTest [INFO] Running org.eclipse.jnosql.mapping.DynamicQueryExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.jnosql.mapping.DynamicQueryExceptionTest [INFO] Running org.eclipse.jnosql.mapping.EntityPostPersistTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.jnosql.mapping.EntityPostPersistTest [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.IdNotFoundExceptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.jnosql.mapping.IdNotFoundExceptionTest [INFO] Running org.eclipse.jnosql.mapping.metadata.ClassInformationNotFoundExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.jnosql.mapping.metadata.ClassInformationNotFoundExceptionTest [INFO] Running org.eclipse.jnosql.mapping.metadata.ConstructorBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s -- in org.eclipse.jnosql.mapping.metadata.ConstructorBuilderTest [INFO] Running org.eclipse.jnosql.mapping.metadata.DefaultFieldValueTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.470 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.562 s -- in org.eclipse.jnosql.mapping.metadata.InheritanceMetadataTest [INFO] Running org.eclipse.jnosql.mapping.metadata.MappingTypeTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.jnosql.mapping.metadata.MappingTypeTest [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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/jnosql-mapping/jnosql-mapping-api-core/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-api-core' with 16 classes [INFO] [INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-api-core --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-api-core/1.1.1-SNAPSHOT/jnosql-mapping-api-core-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/target/jnosql-mapping-api-core-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-api-core/1.1.1-SNAPSHOT/jnosql-mapping-api-core-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/target/jnosql-mapping-api-core-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-api-core/1.1.1-SNAPSHOT/jnosql-mapping-api-core-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-api-core/target/jnosql-mapping-api-core-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-api-core/1.1.1-SNAPSHOT/jnosql-mapping-api-core-1.1.1-SNAPSHOT-javadoc.jar [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/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/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.13.0: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/jnosql-mapping/jnosql-mapping-reflection/src/main/java/org/eclipse/jnosql/mapping/reflection/Reflections.java: /home/jenkins/agent/workspace/jnosql/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/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/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/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.13.0: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/jnosql-mapping/jnosql-mapping-reflection/src/test/java/org/eclipse/jnosql/mapping/reflection/MappingTypeTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/src/test/java/org/eclipse/jnosql/mapping/reflection/MappingTypeTest.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.ClassConverterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.jnosql.mapping.reflection.ClassConverterTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ClassGraphClassScannerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.477 s -- in org.eclipse.jnosql.mapping.reflection.ClassGraphClassScannerTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorComparableTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorComparableTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorEventTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorEventTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest May 12, 2024 5:01:47 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 12, 2024 5:01:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e83b4052-a5ce-4342-903a-240130cb641d initialized May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e83b4052-a5ce-4342-903a-240130cb641d shut down May 12, 2024 5:01:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8cde1992-fbde-41e8-8bc8-224de69c070d initialized May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8cde1992-fbde-41e8-8bc8-224de69c070d shut down May 12, 2024 5:01:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 83b86337-0584-4907-a81b-9a095f189bb4 initialized May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 83b86337-0584-4907-a81b-9a095f189bb4 shut down May 12, 2024 5:01:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 02cd1d2f-6517-43f9-83c9-8880a201912f initialized May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 02cd1d2f-6517-43f9-83c9-8880a201912f shut down May 12, 2024 5:01:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d9718daa-ffe2-41e6-a3d7-b61d52535c29 initialized May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d9718daa-ffe2-41e6-a3d7-b61d52535c29 shut down May 12, 2024 5:01:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a4aa7c3a-0cd5-4411-ac7d-08793cad9690 initialized May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a4aa7c3a-0cd5-4411-ac7d-08793cad9690 shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.578 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultConstructorBuilderTest May 12, 2024 5:01:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 39d3aecd-b8b4-46f0-a2b3-0352cff547f8 initialized May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 39d3aecd-b8b4-46f0-a2b3-0352cff547f8 shut down May 12, 2024 5:01:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1ad05509-8261-443a-ab40-d632ab3f11cc initialized May 12, 2024 5:01:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1ad05509-8261-443a-ab40-d632ab3f11cc shut down May 12, 2024 5:01:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5f9fc945-a129-4929-bcb9-82a2aa4a7131 initialized May 12, 2024 5:01:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5f9fc945-a129-4929-bcb9-82a2aa4a7131 shut down May 12, 2024 5:01:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb58330a-af5a-48be-8ae2-7e6b8dbd43ba initialized May 12, 2024 5:01:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb58330a-af5a-48be-8ae2-7e6b8dbd43ba shut down May 12, 2024 5:01:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 914bfdbf-7eca-44a6-8995-a81a2bd29f08 initialized May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 914bfdbf-7eca-44a6-8995-a81a2bd29f08 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.201 s -- in org.eclipse.jnosql.mapping.reflection.DefaultConstructorBuilderTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest May 12, 2024 5:01:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c709dd77-4232-4f6f-a06c-95c3f08d6eef initialized May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c709dd77-4232-4f6f-a06c-95c3f08d6eef shut down May 12, 2024 5:01:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86a7000e-39d1-478e-914d-c04b4e28cdb1 initialized May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86a7000e-39d1-478e-914d-c04b4e28cdb1 shut down May 12, 2024 5:01:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6af4f259-9951-4f5d-9f1a-ac8fafe85254 initialized May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6af4f259-9951-4f5d-9f1a-ac8fafe85254 shut down May 12, 2024 5:01:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eed81926-0f26-44a4-a6cc-e3732c1d3961 initialized May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eed81926-0f26-44a4-a6cc-e3732c1d3961 shut down May 12, 2024 5:01:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 716e0081-db81-48d6-86e1-c799ff99685b initialized May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 716e0081-db81-48d6-86e1-c799ff99685b shut down May 12, 2024 5:01:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5b0059b4-97e2-47e8-97ad-ff685ae09375 initialized May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5b0059b4-97e2-47e8-97ad-ff685ae09375 shut down May 12, 2024 5:01:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a409f484-fdf7-4c78-b653-ddea627e8367 initialized May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a409f484-fdf7-4c78-b653-ddea627e8367 shut down May 12, 2024 5:01:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eab9164b-8bcd-476f-b105-28b69ac74df1 initialized May 12, 2024 5:01:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eab9164b-8bcd-476f-b105-28b69ac74df1 shut down [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 s -- in org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultEntityMetadataTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in org.eclipse.jnosql.mapping.reflection.DefaultEntityMetadataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultFieldMetadataTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s -- in org.eclipse.jnosql.mapping.reflection.DefaultFieldMetadataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultGenericFieldMetaDataTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.jnosql.mapping.reflection.DefaultGenericFieldMetaDataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultGenericParameterMetaDataTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.jnosql.mapping.reflection.DefaultGenericParameterMetaDataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultParameterMetaDataTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.jnosql.mapping.reflection.DefaultParameterMetaDataTest [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.FieldMetadataTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.jnosql.mapping.reflection.FieldMetadataTest [INFO] Running org.eclipse.jnosql.mapping.reflection.MappingTypeTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.jnosql.mapping.reflection.MappingTypeTest [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.ReflectionClassConverterTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionClassConverterTest [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.985 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionConstructorBuilderSupplierTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionsTest May 12, 2024 5:01:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9dbddf54-676a-49a3-9455-c4bf72dbc6b5 initialized May 12, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9dbddf54-676a-49a3-9455-c4bf72dbc6b5 shut down May 12, 2024 5:01:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 106928dc-12ce-433a-a966-cf55ab165e0f initialized May 12, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 106928dc-12ce-433a-a966-cf55ab165e0f shut down May 12, 2024 5:01:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e2012f52-9ae8-4e70-b7dc-659ce9197cba initialized May 12, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e2012f52-9ae8-4e70-b7dc-659ce9197cba shut down May 12, 2024 5:01:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a4b72a28-ea64-4c89-a3e6-2e69ae24ed48 initialized May 12, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a4b72a28-ea64-4c89-a3e6-2e69ae24ed48 shut down May 12, 2024 5:01:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 24834637-dc01-4040-8b8e-711ec8705dbe initialized May 12, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 24834637-dc01-4040-8b8e-711ec8705dbe shut down May 12, 2024 5:01:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ca9ba15b-896f-45ec-bc97-61865789428e initialized May 12, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ca9ba15b-896f-45ec-bc97-61865789428e shut down May 12, 2024 5:01: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. May 12, 2024 5:01: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. May 12, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container daa4b5cb-f8d0-4bed-a93a-99a415e60cc1 initialized May 12, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container daa4b5cb-f8d0-4bed-a93a-99a415e60cc1 shut down May 12, 2024 5:01: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. May 12, 2024 5:01: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. May 12, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e56db68a-f418-4aa3-a11a-89ca62a9835b initialized May 12, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e56db68a-f418-4aa3-a11a-89ca62a9835b shut down May 12, 2024 5:01: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. May 12, 2024 5:01: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. May 12, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7c247400-8ec3-4e51-a8be-aac297c5e1f3 initialized May 12, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7c247400-8ec3-4e51-a8be-aac297c5e1f3 shut down May 12, 2024 5:01: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. May 12, 2024 5:01: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. May 12, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cdb11947-2521-4253-b7b8-39eaddd1f077 initialized May 12, 2024 5:01:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cdb11947-2521-4253-b7b8-39eaddd1f077 shut down May 12, 2024 5:01:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6e11b069-c991-4573-9426-8b3ef3886100 initialized May 12, 2024 5:01:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6e11b069-c991-4573-9426-8b3ef3886100 shut down May 12, 2024 5:01:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa0167d7-2ea8-421e-b84f-92ab7b029e9e initialized May 12, 2024 5:01:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aa0167d7-2ea8-421e-b84f-92ab7b029e9e shut down May 12, 2024 5:01:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:01:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:01:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b3ed553c-b1dc-4d67-9715-ca930f8088af initialized May 12, 2024 5:01:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b3ed553c-b1dc-4d67-9715-ca930f8088af shut down [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.120 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionsTest [INFO] Running org.eclipse.jnosql.mapping.reflection.RepositoryFilterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.jnosql.mapping.reflection.RepositoryFilterTest [INFO] Running org.eclipse.jnosql.mapping.reflection.StringUtilsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.mapping.reflection.StringUtilsTest [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.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.SetSupplierTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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.004 s -- in org.eclipse.jnosql.mapping.reflection.collection.TreeSetSupplierTest [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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/jnosql-mapping/jnosql-mapping-reflection/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-reflection' with 30 classes [INFO] [INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-reflection --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-reflection/1.1.1-SNAPSHOT/jnosql-mapping-reflection-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-reflection/1.1.1-SNAPSHOT/jnosql-mapping-reflection-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-reflection/1.1.1-SNAPSHOT/jnosql-mapping-reflection-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-reflection/target/jnosql-mapping-reflection-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-reflection/1.1.1-SNAPSHOT/jnosql-mapping-reflection-1.1.1-SNAPSHOT-javadoc.jar [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/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/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.13.0: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/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/config/MicroProfileSettings.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/config/MicroProfileSettings.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.13.0: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/jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/core/query/RepositoryTypeTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/src/test/java/org/eclipse/jnosql/mapping/core/query/RepositoryTypeTest.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.ConvertersTest May 12, 2024 5:02:01 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 12, 2024 5:02:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3d28c939-3ef5-40aa-9554-196f43f47f68 initialized May 12, 2024 5:02:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3d28c939-3ef5-40aa-9554-196f43f47f68 shut down May 12, 2024 5:02:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a8403da9-cebc-4928-a09f-00e7f196ae91 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 12, 2024 5:02:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a8403da9-cebc-4928-a09f-00e7f196ae91 shut down May 12, 2024 5:02:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 47dc422e-3b10-4777-9db6-7b48ad012e08 initialized May 12, 2024 5:02:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 47dc422e-3b10-4777-9db6-7b48ad012e08 shut down May 12, 2024 5:02:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 73524cab-8e4a-4356-84b2-5fc5fa946dff initialized May 12, 2024 5:02:07 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.core.VetedConverter not found on CDI context, creating by constructor May 12, 2024 5:02:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 73524cab-8e4a-4356-84b2-5fc5fa946dff shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.597 s -- in org.eclipse.jnosql.mapping.core.ConvertersTest [INFO] Running org.eclipse.jnosql.mapping.core.DatabaseMetadataTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.jnosql.mapping.core.DatabaseMetadataTest [INFO] Running org.eclipse.jnosql.mapping.core.DatabaseQualifierTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.jnosql.mapping.core.DatabaseQualifierTest [INFO] Running org.eclipse.jnosql.mapping.core.NoSQLPageTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158 s -- in org.eclipse.jnosql.mapping.core.NoSQLPageTest [INFO] Running org.eclipse.jnosql.mapping.core.config.MappingConfigurationsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.274 s -- in org.eclipse.jnosql.mapping.core.config.MicroProfileSettingsTest [INFO] Running org.eclipse.jnosql.mapping.core.query.AbstractRepositoryTest May 12, 2024 5:02:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3a5f69e5-5732-4cc7-8e69-ae6ed0529662 initialized May 12, 2024 5:02:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3a5f69e5-5732-4cc7-8e69-ae6ed0529662 shut down May 12, 2024 5:02:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba28bf5b-c770-4b4b-a94c-24d03991a5d8 initialized May 12, 2024 5:02:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba28bf5b-c770-4b4b-a94c-24d03991a5d8 shut down May 12, 2024 5:02:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8f6c23e3-5a12-4c2e-aa8c-8e1a6f662238 initialized May 12, 2024 5:02:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8f6c23e3-5a12-4c2e-aa8c-8e1a6f662238 shut down May 12, 2024 5:02:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6e9ce5a4-926b-4d51-991e-fc43024057d7 initialized May 12, 2024 5:02:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6e9ce5a4-926b-4d51-991e-fc43024057d7 shut down May 12, 2024 5:02:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c3914503-dd17-4ab9-92a5-259f012d1900 initialized May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c3914503-dd17-4ab9-92a5-259f012d1900 shut down May 12, 2024 5:02:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container de7d780a-2257-423e-a8a1-8ef2f517ddaa initialized May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container de7d780a-2257-423e-a8a1-8ef2f517ddaa shut down May 12, 2024 5:02:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dbb045d9-dcfe-4b29-bd0c-0761afa65351 initialized May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dbb045d9-dcfe-4b29-bd0c-0761afa65351 shut down May 12, 2024 5:02:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4f6b0c8d-c334-43a1-9fb9-f942c876e308 initialized May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4f6b0c8d-c334-43a1-9fb9-f942c876e308 shut down May 12, 2024 5:02:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a3a8da2-350f-4081-9018-cc66bde09b67 initialized May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a3a8da2-350f-4081-9018-cc66bde09b67 shut down May 12, 2024 5:02:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9001dc45-1cae-4e0d-b2db-09de4d0bd45c initialized May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9001dc45-1cae-4e0d-b2db-09de4d0bd45c shut down May 12, 2024 5:02:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 730086e4-558e-452c-ae58-74f75ec43d07 initialized May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 730086e4-558e-452c-ae58-74f75ec43d07 shut down May 12, 2024 5:02:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f44fb9f0-37a8-4b8e-a252-7e7d81ec8568 initialized May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f44fb9f0-37a8-4b8e-a252-7e7d81ec8568 shut down May 12, 2024 5:02:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f6fb510-2a90-422a-b8a6-1098adf39b73 initialized May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f6fb510-2a90-422a-b8a6-1098adf39b73 shut down May 12, 2024 5:02:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a45e10a0-fb23-42cc-88a2-360bc1df68d0 initialized May 12, 2024 5:02:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a45e10a0-fb23-42cc-88a2-360bc1df68d0 shut down [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.561 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.616 s -- in org.eclipse.jnosql.mapping.core.query.AnnotationOperationTest [INFO] Running org.eclipse.jnosql.mapping.core.query.RepositoryTypeTest [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s -- in org.eclipse.jnosql.mapping.core.query.RepositoryTypeTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.DefaultRepositoryReturnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.jnosql.mapping.core.repository.DefaultRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.DynamicQueryMethodReturnTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.jnosql.mapping.core.repository.DynamicQueryMethodReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.DynamicReturnPaginationTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s -- in org.eclipse.jnosql.mapping.core.repository.DynamicReturnPaginationTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.DynamicReturnTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.jnosql.mapping.core.repository.DynamicReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.RepositoryObserverParserTest May 12, 2024 5:02:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c318455d-eb46-44fb-9975-56d271cab1b1 initialized May 12, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c318455d-eb46-44fb-9975-56d271cab1b1 shut down May 12, 2024 5:02:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f72681f-6652-409b-9780-5a95da89063d initialized May 12, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f72681f-6652-409b-9780-5a95da89063d shut down May 12, 2024 5:02:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1ad42eb5-dba4-49d2-bf79-22eb0ac32500 initialized May 12, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1ad42eb5-dba4-49d2-bf79-22eb0ac32500 shut down May 12, 2024 5:02:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 786391f5-d216-40d2-8914-7c3d5aa3a69d initialized May 12, 2024 5:02:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 786391f5-d216-40d2-8914-7c3d5aa3a69d shut down May 12, 2024 5:02:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e24fb950-c542-4b88-b3a7-a7c371c8e495 initialized May 12, 2024 5:02:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e24fb950-c542-4b88-b3a7-a7c371c8e495 shut down May 12, 2024 5:02:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6bc3fe78-80ba-41c9-896f-9cba769e549c initialized May 12, 2024 5:02:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6bc3fe78-80ba-41c9-896f-9cba769e549c shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.833 s -- in org.eclipse.jnosql.mapping.core.repository.RepositoryObserverParserTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.RepositoryReflectionUtilsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.jnosql.mapping.core.repository.RepositoryReflectionUtilsTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.SpecialParametersTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.jnosql.mapping.core.repository.SpecialParametersTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.InstanceRepositoryReturnTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.jnosql.mapping.core.repository.returns.InstanceRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.ListRepositoryReturnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.010 s -- in org.eclipse.jnosql.mapping.core.repository.returns.OptionalRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.PageRepositoryReturnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.jnosql.mapping.core.repository.returns.PageRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.QueueRepositoryReturnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.007 s -- in org.eclipse.jnosql.mapping.core.repository.returns.SetRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.SortedSetRepositoryReturnTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.jnosql.mapping.core.repository.returns.SortedSetRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.StreamRepositoryReturnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.jnosql.mapping.core.repository.returns.StreamRepositoryReturnTest [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.util.AnnotationLiteralUtilTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.jnosql.mapping.core.util.AnnotationLiteralUtilTest [INFO] Running org.eclipse.jnosql.mapping.core.util.ConverterUtilTest May 12, 2024 5:02:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3198a2bc-d848-45c5-b16d-031df173cfec initialized May 12, 2024 5:02:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3198a2bc-d848-45c5-b16d-031df173cfec shut down May 12, 2024 5:02:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a9cf16ec-55d9-475f-92a5-a15cced37465 initialized May 12, 2024 5:02:13 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.core.entities.MoneyConverter not found on CDI context, creating by constructor May 12, 2024 5:02:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a9cf16ec-55d9-475f-92a5-a15cced37465 shut down May 12, 2024 5:02:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container df800401-1e22-4fd0-98e9-0bb5c9593296 initialized May 12, 2024 5:02:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container df800401-1e22-4fd0-98e9-0bb5c9593296 shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s -- in org.eclipse.jnosql.mapping.core.util.ConverterUtilTest [INFO] Running org.eclipse.jnosql.mapping.core.util.ParamsBinderTest May 12, 2024 5:02:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 764ee1f9-ff58-495a-b1b5-bcf7dd57e1bd initialized May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 764ee1f9-ff58-495a-b1b5-bcf7dd57e1bd shut down May 12, 2024 5:02:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 16eb94c1-a6fb-48e7-8fb1-b99182b8fb9c initialized May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 16eb94c1-a6fb-48e7-8fb1-b99182b8fb9c shut down May 12, 2024 5:02:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5535911f-452c-433b-8f49-20419c4e08cf initialized May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5535911f-452c-433b-8f49-20419c4e08cf shut down May 12, 2024 5:02:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c379b932-8d55-4d03-9f7a-af916021a862 initialized May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c379b932-8d55-4d03-9f7a-af916021a862 shut down May 12, 2024 5:02:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container baa0b04d-5f2d-4d8e-9388-902a2b1ee092 initialized May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container baa0b04d-5f2d-4d8e-9388-902a2b1ee092 shut down May 12, 2024 5:02:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1bd4d8ec-d8d1-49b4-b15f-39bf382f7610 initialized May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1bd4d8ec-d8d1-49b4-b15f-39bf382f7610 shut down May 12, 2024 5:02:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 155ff587-7804-4dc1-b777-bcbd6f638022 initialized May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 155ff587-7804-4dc1-b777-bcbd6f638022 shut down May 12, 2024 5:02:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ecbf1b16-3622-4f94-88ad-b48b0bd8ce11 initialized May 12, 2024 5:02:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ecbf1b16-3622-4f94-88ad-b48b0bd8ce11 shut down [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.819 s -- in org.eclipse.jnosql.mapping.core.util.ParamsBinderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 297, 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/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/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/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/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/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/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/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/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/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/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/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/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/jnosql-mapping/jnosql-mapping-core/src/main/java/org/eclipse/jnosql/mapping/core/repository/DynamicQueryMethodReturn.java:118: warning: no comment [WARNING] public DynamicQueryMethodReturn build() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/jnosql-mapping/jnosql-mapping-core/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-core' with 40 classes [INFO] [INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-core --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-core/1.1.1-SNAPSHOT/jnosql-mapping-core-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-core/1.1.1-SNAPSHOT/jnosql-mapping-core-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-core/1.1.1-SNAPSHOT/jnosql-mapping-core-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-core/target/jnosql-mapping-core-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-core/1.1.1-SNAPSHOT/jnosql-mapping-core-1.1.1-SNAPSHOT-javadoc.jar [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/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/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.13.0: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.13.0: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/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/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.DatabaseQualifierTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.jnosql.mapping.semistructured.DatabaseQualifierTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest May 12, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 12, 2024 5:02:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fe4849d5-8f83-479c-af51-b2573547f03b initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 12, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fe4849d5-8f83-479c-af51-b2573547f03b shut down May 12, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f30e512-5839-467f-99dc-e0e6a17fe371 initialized May 12, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f30e512-5839-467f-99dc-e0e6a17fe371 shut down May 12, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 93fdd722-08a8-4b72-8917-1a1c79dec260 initialized May 12, 2024 5:02:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 93fdd722-08a8-4b72-8917-1a1c79dec260 shut down May 12, 2024 5:02:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a4eb5ce-3de4-48a0-8d91-14d42cbf43c7 initialized May 12, 2024 5:02:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a4eb5ce-3de4-48a0-8d91-14d42cbf43c7 shut down May 12, 2024 5:02:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 04e64fcb-2931-4c09-826a-4b535408aa79 initialized May 12, 2024 5:02:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 04e64fcb-2931-4c09-826a-4b535408aa79 shut down May 12, 2024 5:02:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 62bbbab0-8b42-431c-95b4-173d1f1a3465 initialized May 12, 2024 5:02:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 62bbbab0-8b42-431c-95b4-173d1f1a3465 shut down May 12, 2024 5:02:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f5af44bb-6340-4023-b0d4-28ee418a2255 initialized May 12, 2024 5:02:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f5af44bb-6340-4023-b0d4-28ee418a2255 shut down May 12, 2024 5:02:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 49cab811-96f3-4f24-bf9b-f0a3dc19db51 initialized May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 49cab811-96f3-4f24-bf9b-f0a3dc19db51 shut down May 12, 2024 5:02:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7e1e10f4-4e8c-4afd-867f-efc9f59df393 initialized May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7e1e10f4-4e8c-4afd-867f-efc9f59df393 shut down May 12, 2024 5:02:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ffae4395-29e4-42cb-a952-56b8e1c5b2ab initialized May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ffae4395-29e4-42cb-a952-56b8e1c5b2ab shut down May 12, 2024 5:02:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a36ca5e1-0641-4f24-a9b7-5e624129ac13 initialized May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a36ca5e1-0641-4f24-a9b7-5e624129ac13 shut down May 12, 2024 5:02:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6a0da07a-b918-4a9f-abeb-81b573d43cd6 initialized May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6a0da07a-b918-4a9f-abeb-81b573d43cd6 shut down May 12, 2024 5:02:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8656eda9-24b6-47d1-90d6-f292db0bfcf1 initialized May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8656eda9-24b6-47d1-90d6-f292db0bfcf1 shut down May 12, 2024 5:02:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ff238de0-25dd-40f2-a72b-576cc620e053 initialized May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ff238de0-25dd-40f2-a72b-576cc620e053 shut down May 12, 2024 5:02:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef594dec-67cd-43d3-abd1-48799c48cccf initialized May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef594dec-67cd-43d3-abd1-48799c48cccf shut down May 12, 2024 5:02:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3edc40f4-3af0-4263-a844-3732c71d5944 initialized May 12, 2024 5:02:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3edc40f4-3af0-4263-a844-3732c71d5944 shut down May 12, 2024 5:02:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f1ce2bb6-d2a3-49ca-bec1-fdb1760cd91f initialized May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f1ce2bb6-d2a3-49ca-bec1-fdb1760cd91f shut down May 12, 2024 5:02:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1190eb9e-76b6-4540-8b4e-99db09c5c107 initialized May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1190eb9e-76b6-4540-8b4e-99db09c5c107 shut down May 12, 2024 5:02:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ad7fa5fc-53ae-4c63-8ed7-5e13c7af8a3f initialized May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ad7fa5fc-53ae-4c63-8ed7-5e13c7af8a3f shut down May 12, 2024 5:02:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3ba6cf21-a0ff-4ad4-988c-399ed562ae85 initialized May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3ba6cf21-a0ff-4ad4-988c-399ed562ae85 shut down May 12, 2024 5:02:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 63a3df18-1a15-4eb0-b151-ede0e08bc6b4 initialized May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 63a3df18-1a15-4eb0-b151-ede0e08bc6b4 shut down May 12, 2024 5:02:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3518a6b1-5e5b-4a40-b1df-0813665e0004 initialized May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3518a6b1-5e5b-4a40-b1df-0813665e0004 shut down May 12, 2024 5:02:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 50e9c6c9-bbe7-495b-95be-a567a9b11d16 initialized May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 50e9c6c9-bbe7-495b-95be-a567a9b11d16 shut down May 12, 2024 5:02:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d92aa620-0b53-4963-a762-edcdbae7704e initialized May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d92aa620-0b53-4963-a762-edcdbae7704e shut down May 12, 2024 5:02:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fa2766bf-a259-4ee6-898f-da075e23cb0b initialized May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fa2766bf-a259-4ee6-898f-da075e23cb0b shut down May 12, 2024 5:02:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e6f126d6-684d-46cf-9462-13ee3408cd77 initialized May 12, 2024 5:02:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e6f126d6-684d-46cf-9462-13ee3408cd77 shut down May 12, 2024 5:02:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a08786f-5715-49a9-893d-f894b6d6e10c initialized May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a08786f-5715-49a9-893d-f894b6d6e10c shut down May 12, 2024 5:02:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 66824c48-ff9e-4606-a0e5-e4674e801eaa initialized May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 66824c48-ff9e-4606-a0e5-e4674e801eaa shut down May 12, 2024 5:02:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b781b5e2-ff72-4a93-a2a9-f3ead3778b52 initialized May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b781b5e2-ff72-4a93-a2a9-f3ead3778b52 shut down May 12, 2024 5:02:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ca1713d5-f6cd-446d-b2bc-5733462a2e3b initialized May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ca1713d5-f6cd-446d-b2bc-5733462a2e3b shut down May 12, 2024 5:02:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d12cbe69-73ec-4277-ac8f-41ea05ea8ef4 initialized May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d12cbe69-73ec-4277-ac8f-41ea05ea8ef4 shut down [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.27 s -- in org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest May 12, 2024 5:02:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0cb47d2e-cbeb-4ef5-8a6c-c0744982ea92 initialized May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0cb47d2e-cbeb-4ef5-8a6c-c0744982ea92 shut down May 12, 2024 5:02:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f4dceda-a439-4a14-ba55-d1915ed84ddd initialized May 12, 2024 5:02:34 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f4dceda-a439-4a14-ba55-d1915ed84ddd shut down May 12, 2024 5:02:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 22c848c1-35cb-4dac-9ffd-6eeaa70ad8cd initialized May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 22c848c1-35cb-4dac-9ffd-6eeaa70ad8cd shut down May 12, 2024 5:02:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 34ec7376-bdbd-48a1-aeb0-c41577c8867f initialized May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 34ec7376-bdbd-48a1-aeb0-c41577c8867f shut down May 12, 2024 5:02:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 50d943d2-969b-44fa-8f02-49b2b5533961 initialized May 12, 2024 5:02:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 50d943d2-969b-44fa-8f02-49b2b5533961 shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9885acd4-91af-4867-8b19-38061c8aa7f5 initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9885acd4-91af-4867-8b19-38061c8aa7f5 shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f5e0ab98-2f48-40dc-b005-343c7a2c2f55 initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f5e0ab98-2f48-40dc-b005-343c7a2c2f55 shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 521b91bd-9ac6-4554-9d06-b8ca26fa04e5 initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 521b91bd-9ac6-4554-9d06-b8ca26fa04e5 shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 50a8a3dc-bd7e-4c29-b970-cfe87404a1ee initialized May 12, 2024 5:02:35 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 50a8a3dc-bd7e-4c29-b970-cfe87404a1ee shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3c31703d-1c68-4727-aac2-298e3740888e initialized May 12, 2024 5:02:35 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3c31703d-1c68-4727-aac2-298e3740888e shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bff8e9f3-a05f-446b-aaad-d5c26e738efa initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bff8e9f3-a05f-446b-aaad-d5c26e738efa shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 879ba7fd-9f40-4d91-89be-024ee9a27fcd initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 879ba7fd-9f40-4d91-89be-024ee9a27fcd shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a738a344-7371-4401-a501-db8d7d12d413 initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a738a344-7371-4401-a501-db8d7d12d413 shut down [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.947 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ecfe95ed-60a4-4c3e-a3ee-0f09bad09049 initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ecfe95ed-60a4-4c3e-a3ee-0f09bad09049 shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7dcf9fc1-daf4-4919-a273-5fa8f2f641fe initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7dcf9fc1-daf4-4919-a273-5fa8f2f641fe shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 91cce450-c8ab-4775-bce6-5e577dfd00af initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 91cce450-c8ab-4775-bce6-5e577dfd00af shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e8fada43-41ca-4ce2-9f3d-43d7b1e46f97 initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e8fada43-41ca-4ce2-9f3d-43d7b1e46f97 shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 17fdf326-08fc-439c-b06d-2e09cb54b7cc initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 17fdf326-08fc-439c-b06d-2e09cb54b7cc shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6dd1d405-5907-4dc2-9b05-09baf5d2de03 initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6dd1d405-5907-4dc2-9b05-09baf5d2de03 shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 46d1b1e6-b4c6-40e4-b029-c225ea1d74c1 initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 46d1b1e6-b4c6-40e4-b029-c225ea1d74c1 shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa0e7c31-0935-46ef-9e76-8fe97730dc11 initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aa0e7c31-0935-46ef-9e76-8fe97730dc11 shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bbf7f38b-1eff-4ff4-969a-0293fbf04119 initialized May 12, 2024 5:02:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bbf7f38b-1eff-4ff4-969a-0293fbf04119 shut down May 12, 2024 5:02:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 347e91ec-91d7-4598-a029-6348a64ecc78 initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 347e91ec-91d7-4598-a029-6348a64ecc78 shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ea3639ef-0e2b-4948-9aca-08999a6d8e8f initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ea3639ef-0e2b-4948-9aca-08999a6d8e8f shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc50a145-5e49-4383-a0d8-2a9bd6e4f5d5 initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc50a145-5e49-4383-a0d8-2a9bd6e4f5d5 shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86755517-6712-4249-a66a-97816c72fb07 initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86755517-6712-4249-a66a-97816c72fb07 shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c0c07b74-cb95-49ee-a2ce-adc495d3806d initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c0c07b74-cb95-49ee-a2ce-adc495d3806d shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1da750fe-f7ed-4f6a-bfb4-c1f63ddb597d initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1da750fe-f7ed-4f6a-bfb4-c1f63ddb597d shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fbf1b946-c8c7-4c06-893f-17e553301301 initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fbf1b946-c8c7-4c06-893f-17e553301301 shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1a3a7bf8-793f-44ba-a2bf-8339bd71af6d initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1a3a7bf8-793f-44ba-a2bf-8339bd71af6d shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11e56e7c-2ab8-4316-be3c-d3e586a3a078 initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11e56e7c-2ab8-4316-be3c-d3e586a3a078 shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1a3fe735-3f55-494e-94fd-373e795830d7 initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1a3fe735-3f55-494e-94fd-373e795830d7 shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9408f98d-6703-4029-81f6-97614852ec99 initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9408f98d-6703-4029-81f6-97614852ec99 shut down [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterTest May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7177a742-5a5f-4787-8015-f7330f6edabb initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7177a742-5a5f-4787-8015-f7330f6edabb shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a5b8bab8-7285-4366-b83b-f4e3187915bc initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a5b8bab8-7285-4366-b83b-f4e3187915bc shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b7ce64c9-7f77-4cf1-933b-cf7d34660c12 initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b7ce64c9-7f77-4cf1-933b-cf7d34660c12 shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 097f1df1-a89f-4a97-a7ac-cc78a3a8ffce initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 097f1df1-a89f-4a97-a7ac-cc78a3a8ffce shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4e98c1b6-1d6c-4316-8230-79b0c9937d77 initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4e98c1b6-1d6c-4316-8230-79b0c9937d77 shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ec310f70-178d-45bd-bc28-353f808f0600 initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ec310f70-178d-45bd-bc28-353f808f0600 shut down May 12, 2024 5:02:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6e5a09a0-d9ff-4c0a-b030-b21a9b1df6e7 initialized May 12, 2024 5:02:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6e5a09a0-d9ff-4c0a-b030-b21a9b1df6e7 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5226724d-99c7-49eb-ad01-b3cf77e1358e initialized May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5226724d-99c7-49eb-ad01-b3cf77e1358e shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7cc7dcbf-2a4b-4726-8a89-03086d42588d initialized May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7cc7dcbf-2a4b-4726-8a89-03086d42588d shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6df4f82-76f4-47b1-9eb0-6e8efbb4c6bb initialized May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6df4f82-76f4-47b1-9eb0-6e8efbb4c6bb shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3517099b-729b-47a1-8cf9-2c026abdf2e9 initialized May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3517099b-729b-47a1-8cf9-2c026abdf2e9 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8163eac5-7559-4eb9-b1b6-12b58bc7ddce initialized May 12, 2024 5:02:37 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8163eac5-7559-4eb9-b1b6-12b58bc7ddce shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d7652b0b-48ed-49de-8fca-4cefcc36d4bd initialized May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d7652b0b-48ed-49de-8fca-4cefcc36d4bd shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b7f69a09-2f75-4411-a9b5-c30d3993ef86 initialized May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b7f69a09-2f75-4411-a9b5-c30d3993ef86 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ac5b0bff-d602-40fa-ac17-44b1749c14cc initialized May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ac5b0bff-d602-40fa-ac17-44b1749c14cc shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e435175d-3eb3-473d-b7b7-e7bee85e2cba initialized May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e435175d-3eb3-473d-b7b7-e7bee85e2cba shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6b2ab145-3d9c-4eed-8605-1258662b0e89 initialized May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6b2ab145-3d9c-4eed-8605-1258662b0e89 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fdbc3e4d-993e-4370-b43a-d8a61bb39983 initialized May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fdbc3e4d-993e-4370-b43a-d8a61bb39983 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a4a5df88-4475-4606-8b03-70d951ff48c5 initialized May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a4a5df88-4475-4606-8b03-70d951ff48c5 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 73ec6abf-8b48-4fb9-9ff2-958a0edeebd7 initialized May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 73ec6abf-8b48-4fb9-9ff2-958a0edeebd7 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43ccba99-141a-42a2-ab84-904e4f66c443 initialized May 12, 2024 5:02:37 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43ccba99-141a-42a2-ab84-904e4f66c443 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 67ffde43-7235-4916-9939-b26dcad72813 initialized May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 67ffde43-7235-4916-9939-b26dcad72813 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 82a0f272-11b0-4c64-81dc-4bce7d0df2ff initialized May 12, 2024 5:02:37 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor May 12, 2024 5:02:37 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 82a0f272-11b0-4c64-81dc-4bce7d0df2ff shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a511726e-4401-473d-9cce-7ce9bd1a3b81 initialized May 12, 2024 5:02:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a511726e-4401-473d-9cce-7ce9bd1a3b81 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f9539703-a9d3-4ce0-ad5f-1f81b2e95c29 initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f9539703-a9d3-4ce0-ad5f-1f81b2e95c29 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0bc8967a-2885-4b1b-bc6a-cab1bbc3131f initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0bc8967a-2885-4b1b-bc6a-cab1bbc3131f shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 405881fb-50db-4724-bafa-03d8420398f4 initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 405881fb-50db-4724-bafa-03d8420398f4 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 40a95fca-ed0c-4e21-a6f2-b1e050c0689e initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 40a95fca-ed0c-4e21-a6f2-b1e050c0689e shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 49ff4d2b-99f7-4b31-a118-9f6c250ce3f1 initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 49ff4d2b-99f7-4b31-a118-9f6c250ce3f1 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f575d7e5-f969-4f5d-96a0-52ed2120178e initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f575d7e5-f969-4f5d-96a0-52ed2120178e shut down [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.706 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityImmutableTest May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0554c97f-c2d1-4bab-b8e6-ed503fa9eef4 initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0554c97f-c2d1-4bab-b8e6-ed503fa9eef4 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0f3325e7-dc2e-4b32-833d-54fb3199e80d initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0f3325e7-dc2e-4b32-833d-54fb3199e80d shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container efd1d3ba-f508-4c9d-afc3-56dbefe7b192 initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container efd1d3ba-f508-4c9d-afc3-56dbefe7b192 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 13fdbb68-daa7-4573-ba20-dc13c9d76d25 initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 13fdbb68-daa7-4573-ba20-dc13c9d76d25 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3dc8ccef-6905-41a1-8e11-c88bb6448328 initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3dc8ccef-6905-41a1-8e11-c88bb6448328 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s -- in org.eclipse.jnosql.mapping.semistructured.EntityImmutableTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EventPersistManagerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.jnosql.mapping.semistructured.EventPersistManagerTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 422a6a25-dbb0-440d-9b70-afb495828ee0 initialized May 12, 2024 5:02:38 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 422a6a25-dbb0-440d-9b70-afb495828ee0 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc7aeb4e-1c56-4a09-b36e-b2338bb557cc initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc7aeb4e-1c56-4a09-b36e-b2338bb557cc shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 033ce919-c3c3-4488-a663-730aa3f105b3 initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 033ce919-c3c3-4488-a663-730aa3f105b3 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0b3c5606-cc86-4284-9cd6-9a755366bfbc initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0b3c5606-cc86-4284-9cd6-9a755366bfbc shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 034e2b55-fa03-480d-aa1a-335d249890bc initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 034e2b55-fa03-480d-aa1a-335d249890bc shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6b4318ff-ce45-46f2-af40-2f99387d0d52 initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6b4318ff-ce45-46f2-af40-2f99387d0d52 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 143373fb-e9da-41be-aad2-e8dab63d722b initialized May 12, 2024 5:02:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 143373fb-e9da-41be-aad2-e8dab63d722b shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 00e16187-e181-483b-94c9-c328a06be9db initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 00e16187-e181-483b-94c9-c328a06be9db shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b6dc8757-ab8c-4460-823a-9d35b028a4b0 initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b6dc8757-ab8c-4460-823a-9d35b028a4b0 shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 13df93b1-5b79-456f-9726-50494a6d7981 initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 13df93b1-5b79-456f-9726-50494a6d7981 shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4ed1a0d6-0929-45a4-9793-ddbe14dd94d3 initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4ed1a0d6-0929-45a4-9793-ddbe14dd94d3 shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 89ccd675-c27d-4a70-a6b7-56bff55e09b0 initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 89ccd675-c27d-4a70-a6b7-56bff55e09b0 shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0eb16969-ce26-44c1-9e9b-768d1929966d initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0eb16969-ce26-44c1-9e9b-768d1929966d shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5cba728b-bb1c-4d0a-88b6-76ebd88de77d initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5cba728b-bb1c-4d0a-88b6-76ebd88de77d shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cbffe6fa-e766-4697-9eaa-04996592d248 initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cbffe6fa-e766-4697-9eaa-04996592d248 shut down [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 s -- in org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperObserverTest May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 260201fc-c077-4073-b800-f1079a78e0a7 initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 260201fc-c077-4073-b800-f1079a78e0a7 shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 16d01964-9bfd-4827-a34f-97cb228e3fb8 initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 16d01964-9bfd-4827-a34f-97cb228e3fb8 shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5b8a744e-5432-4cf2-9bcd-715b3afe3998 initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5b8a744e-5432-4cf2-9bcd-715b3afe3998 shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a3bd86be-0ab9-46c3-a6c8-450ac81489cb initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a3bd86be-0ab9-46c3-a6c8-450ac81489cb shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b084f71a-3c68-46ed-b011-41e428955c5b initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b084f71a-3c68-46ed-b011-41e428955c5b shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 881dd7ac-fa05-4aef-8985-3976b8b10167 initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 881dd7ac-fa05-4aef-8985-3976b8b10167 shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 97ebcf24-04e9-491a-ac0e-93a27e02d402 initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 97ebcf24-04e9-491a-ac0e-93a27e02d402 shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s -- in org.eclipse.jnosql.mapping.semistructured.MapperObserverTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperSelectTest May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba491ade-3961-4cac-8cf3-26a8745359dd initialized May 12, 2024 5:02:39 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.semistructured.entities.MoneyConverter not found on CDI context, creating by constructor May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba491ade-3961-4cac-8cf3-26a8745359dd shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e7c15aa-0654-430f-8ce1-dda8b08351a8 initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e7c15aa-0654-430f-8ce1-dda8b08351a8 shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ae4c71d2-5a5d-4ab7-b6b8-c343a9845fb5 initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ae4c71d2-5a5d-4ab7-b6b8-c343a9845fb5 shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 462865f4-b3c1-4d39-b7ee-fb3c7ae4032b initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 462865f4-b3c1-4d39-b7ee-fb3c7ae4032b shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ed129700-db2a-4b46-92b9-9ed8a36d5a19 initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ed129700-db2a-4b46-92b9-9ed8a36d5a19 shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8fc68f01-e263-4e1b-8035-07afb05f8714 initialized May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8fc68f01-e263-4e1b-8035-07afb05f8714 shut down May 12, 2024 5:02:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02: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. May 12, 2024 5:02:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8f0b0a5c-e4d7-4c32-8048-9df760ba8dc3 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8f0b0a5c-e4d7-4c32-8048-9df760ba8dc3 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 613a29e7-3bd5-4057-9ba2-6ba7b44b11a4 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 613a29e7-3bd5-4057-9ba2-6ba7b44b11a4 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c506fa4b-7914-46d9-aabc-137e291dd8a2 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c506fa4b-7914-46d9-aabc-137e291dd8a2 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb8e3916-e85d-463d-8c4f-5f4b716f6090 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb8e3916-e85d-463d-8c4f-5f4b716f6090 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 546a4891-6422-4600-9fec-3a5497f70505 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 546a4891-6422-4600-9fec-3a5497f70505 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 16120b12-e9b5-4320-b634-db3221b65730 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 16120b12-e9b5-4320-b634-db3221b65730 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 04283464-3944-4371-85bc-23e63bc2802b initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 04283464-3944-4371-85bc-23e63bc2802b shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7e486d49-7cc6-4a5f-a939-494e56b503f8 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7e486d49-7cc6-4a5f-a939-494e56b503f8 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4d7fc06a-c9d6-4c4e-a246-6c54c441948d initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4d7fc06a-c9d6-4c4e-a246-6c54c441948d shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 21c0e9ad-50b4-49c3-a0e6-e341f7f6d0be initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 21c0e9ad-50b4-49c3-a0e6-e341f7f6d0be shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 795d1638-0fe5-4fab-bc83-2e66cf770217 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 795d1638-0fe5-4fab-bc83-2e66cf770217 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d651d301-7541-4bd1-92d6-279f21327e6c initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d651d301-7541-4bd1-92d6-279f21327e6c shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c49a450-96b3-4c2f-8438-8b121ba8d0a6 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c49a450-96b3-4c2f-8438-8b121ba8d0a6 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4e19af0f-51c8-45ce-bfd4-08bb7147bc65 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4e19af0f-51c8-45ce-bfd4-08bb7147bc65 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6bce392b-0647-4dbd-b5a0-0de7e593a6aa initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6bce392b-0647-4dbd-b5a0-0de7e593a6aa shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 83597b6a-9f00-43d9-a78c-31c4e5437f44 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 83597b6a-9f00-43d9-a78c-31c4e5437f44 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0d071b44-af49-4a47-a5e7-15b8735da5c8 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0d071b44-af49-4a47-a5e7-15b8735da5c8 shut down [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 s -- in org.eclipse.jnosql.mapping.semistructured.MapperSelectTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1910f908-0f37-4d10-979f-92df01e60d9e initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1910f908-0f37-4d10-979f-92df01e60d9e shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ac98b3c2-79bf-46df-82b5-be29d8f06645 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ac98b3c2-79bf-46df-82b5-be29d8f06645 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2629f5f0-c4bb-4f0f-b813-fb6afe8dcaba initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2629f5f0-c4bb-4f0f-b813-fb6afe8dcaba shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8b837475-7792-4d60-bb8c-bf085bf2d66f initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8b837475-7792-4d60-bb8c-bf085bf2d66f shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a3c5b2e3-c966-455a-8dc2-1420bf054f13 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a3c5b2e3-c966-455a-8dc2-1420bf054f13 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 98943451-0191-4791-930c-be8020985166 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 98943451-0191-4791-930c-be8020985166 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5aeec88b-4fa8-487b-869d-9fb31bbd9226 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5aeec88b-4fa8-487b-869d-9fb31bbd9226 shut down May 12, 2024 5:02:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e4768472-6588-4b6b-b821-a941a7a19e85 initialized May 12, 2024 5:02:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e4768472-6588-4b6b-b821-a941a7a19e85 shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86d8d828-0ff4-4c1b-abe5-c57ac12836a9 initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86d8d828-0ff4-4c1b-abe5-c57ac12836a9 shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 27061525-3956-4dfe-9f82-5199d2ede503 initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 27061525-3956-4dfe-9f82-5199d2ede503 shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c297e08a-5536-4ac7-b75c-238dfc7c844d initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c297e08a-5536-4ac7-b75c-238dfc7c844d shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 547ea336-f00a-4ce1-bdaf-0e6c9b8d4be2 initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 547ea336-f00a-4ce1-bdaf-0e6c9b8d4be2 shut down [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s -- in org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b819ca96-0fe1-4092-b33b-fa85f6769ba1 initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b819ca96-0fe1-4092-b33b-fa85f6769ba1 shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 190b11e0-95c1-4230-9f9b-999ba3195feb initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 190b11e0-95c1-4230-9f9b-999ba3195feb shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 974c2b40-f8f2-4e7f-b48e-813596699731 initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 974c2b40-f8f2-4e7f-b48e-813596699731 shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 19c52964-44f0-41a2-a025-83b4a555fcc7 initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 19c52964-44f0-41a2-a025-83b4a555fcc7 shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 71fe639a-e8af-4797-8a97-5c3ba3374e1e initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 71fe639a-e8af-4797-8a97-5c3ba3374e1e shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ff237029-900d-4a4b-b8f1-ff54f42f6731 initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ff237029-900d-4a4b-b8f1-ff54f42f6731 shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 97b25e43-c7eb-48ef-8303-bf2e99cfaf5f initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 97b25e43-c7eb-48ef-8303-bf2e99cfaf5f shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f87831a7-a686-4213-84fb-ac6c0d624fca initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f87831a7-a686-4213-84fb-ac6c0d624fca shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3bca0697-ac9b-46ae-8ae3-a0d5961acd5f initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3bca0697-ac9b-46ae-8ae3-a0d5961acd5f shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd3ccfc0-06ff-40ba-ad01-2b222d5d209d initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd3ccfc0-06ff-40ba-ad01-2b222d5d209d shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 329f1a72-00a8-4921-b2f1-57547435f065 initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 329f1a72-00a8-4921-b2f1-57547435f065 shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f201fcd7-680a-4212-aeec-5a536cc4fefc initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f201fcd7-680a-4212-aeec-5a536cc4fefc shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e348d32-5277-464e-9fdc-8bf0332bff94 initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e348d32-5277-464e-9fdc-8bf0332bff94 shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3ae342d-7dee-4b24-a5ad-5c5c3df9e91f initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3ae342d-7dee-4b24-a5ad-5c5c3df9e91f shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container acb937c2-8be3-464e-8d7f-50d8d93aaa98 initialized May 12, 2024 5:02:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container acb937c2-8be3-464e-8d7f-50d8d93aaa98 shut down May 12, 2024 5:02:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d64c6b50-4a43-44f6-adba-1c6db061be5c initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d64c6b50-4a43-44f6-adba-1c6db061be5c shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 847d6a4b-49ed-407c-989d-e0d73eb00745 initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 847d6a4b-49ed-407c-989d-e0d73eb00745 shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4d6c87b0-69c6-49b8-a126-cf1a3131979e initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4d6c87b0-69c6-49b8-a126-cf1a3131979e shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f7029661-b2a3-4df4-bc5c-4c887c105460 initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f7029661-b2a3-4df4-bc5c-4c887c105460 shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 63f8426c-cd54-4338-bda7-1e4c06ba1c07 initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 63f8426c-cd54-4338-bda7-1e4c06ba1c07 shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 73b4884c-e957-425b-9107-c416cf65a076 initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 73b4884c-e957-425b-9107-c416cf65a076 shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 69c98d77-9309-4407-84ce-f15106bc3d0e initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 69c98d77-9309-4407-84ce-f15106bc3d0e shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61b7dce3-dc89-486b-b1cf-94b08aebe13c initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 61b7dce3-dc89-486b-b1cf-94b08aebe13c shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cc720797-28ad-45a5-80e9-bd8f2faddf52 initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cc720797-28ad-45a5-80e9-bd8f2faddf52 shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f45e78d7-497f-4187-9cc3-b6728cf9f866 initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f45e78d7-497f-4187-9cc3-b6728cf9f866 shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3a80a0d7-fdc8-4019-b44f-79078f5a509d initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3a80a0d7-fdc8-4019-b44f-79078f5a509d shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a14c40f6-715f-4f90-a516-6ddaddcbf657 initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a14c40f6-715f-4f90-a516-6ddaddcbf657 shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c142cd43-6384-4ad9-8cbb-a0a7aaf5bfb2 initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c142cd43-6384-4ad9-8cbb-a0a7aaf5bfb2 shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e974982e-855e-48e7-8d63-338b96278391 initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e974982e-855e-48e7-8d63-338b96278391 shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 90619798-7d46-4b77-892e-41a7bc3b8485 initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 90619798-7d46-4b77-892e-41a7bc3b8485 shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 779ecc9a-cda9-43db-86da-1d1395d4f94c initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 779ecc9a-cda9-43db-86da-1d1395d4f94c shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 027571b7-e15c-4e84-ade9-724b9db3b441 initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 027571b7-e15c-4e84-ade9-724b9db3b441 shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e7717d73-3103-43a7-a4a6-7beb1ae5283d initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e7717d73-3103-43a7-a4a6-7beb1ae5283d shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fbcc6f89-1e75-41d4-a7d6-4cea4d4d107f initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fbcc6f89-1e75-41d4-a7d6-4cea4d4d107f shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1845e2f9-f0ca-4952-81a5-5ca94eaa312f initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1845e2f9-f0ca-4952-81a5-5ca94eaa312f shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd43af4c-9276-4226-ba5f-83cc75e1d12e initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd43af4c-9276-4226-ba5f-83cc75e1d12e shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3989e6b4-7c6f-4a27-bd5f-94b32f8d9fab initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3989e6b4-7c6f-4a27-bd5f-94b32f8d9fab shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2172db9b-17eb-4f76-8d69-04631010e9cd initialized May 12, 2024 5:02:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2172db9b-17eb-4f76-8d69-04631010e9cd shut down May 12, 2024 5:02:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d89ab827-4c15-471a-b0da-504aeb38cc5d initialized May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d89ab827-4c15-471a-b0da-504aeb38cc5d shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a2c68fcf-1349-449f-805a-2beba546e0e7 initialized May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a2c68fcf-1349-449f-805a-2beba546e0e7 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f0dfb059-b468-41a8-a0f4-a30a5ace996a initialized May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f0dfb059-b468-41a8-a0f4-a30a5ace996a shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9b989a4c-b649-43f5-bacc-8212e803d2bd initialized May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9b989a4c-b649-43f5-bacc-8212e803d2bd shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1e59b0b5-573d-48c5-9337-04e7158ee71f initialized May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1e59b0b5-573d-48c5-9337-04e7158ee71f shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a6886369-0065-4316-873e-7fe330ffd7f9 initialized May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a6886369-0065-4316-873e-7fe330ffd7f9 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d01086e7-cdb2-4cb5-873d-95ed11a74dc1 initialized May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d01086e7-cdb2-4cb5-873d-95ed11a74dc1 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 83909318-1c82-47ff-add8-44b779f97d6a initialized May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 83909318-1c82-47ff-add8-44b779f97d6a shut down [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.768 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.DynamicQueryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.569 s -- in org.eclipse.jnosql.mapping.semistructured.query.DynamicQueryTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7ee3bba1-f172-4e14-95b7-16db0ce71b57 initialized May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7ee3bba1-f172-4e14-95b7-16db0ce71b57 shut down May 12, 2024 5:02: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. May 12, 2024 5:02: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. May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e02106c-0ea8-4d7b-ad98-bb6299d5d270 initialized May 12, 2024 5:02:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e02106c-0ea8-4d7b-ad98-bb6299d5d270 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cb3460f8-19b0-48b7-a54f-3a0c2a270d54 initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cb3460f8-19b0-48b7-a54f-3a0c2a270d54 shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b4c284e-6003-41b3-9261-729d51f8164b initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b4c284e-6003-41b3-9261-729d51f8164b shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e1930ee4-6e5e-4f15-91aa-c7fdfdc94b7b initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e1930ee4-6e5e-4f15-91aa-c7fdfdc94b7b shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bfec8130-288b-47d0-b083-015828a8dc23 initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bfec8130-288b-47d0-b083-015828a8dc23 shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86677ab9-4d93-420f-84da-26dfc8212547 initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86677ab9-4d93-420f-84da-26dfc8212547 shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 17cbab33-88ea-4644-9eae-5f246c1c5c01 initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 17cbab33-88ea-4644-9eae-5f246c1c5c01 shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a861b83-76c8-404c-a4dc-bd9d2053cac4 initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a861b83-76c8-404c-a4dc-bd9d2053cac4 shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c47af0a8-d36b-4e5b-b692-bd25f82a37aa initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c47af0a8-d36b-4e5b-b692-bd25f82a37aa shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8d13b16c-9638-4c91-a057-dabae4fda555 initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8d13b16c-9638-4c91-a057-dabae4fda555 shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ff9dd3dd-b272-4bf2-abc1-5e9f59037d37 initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ff9dd3dd-b272-4bf2-abc1-5e9f59037d37 shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 18bb997a-73ab-4379-96bf-a96d43df7dad initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 18bb997a-73ab-4379-96bf-a96d43df7dad shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6b642be-4aa0-4a30-b1b7-aee18e2ea714 initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6b642be-4aa0-4a30-b1b7-aee18e2ea714 shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0d3b1a4f-ba24-422f-9411-10a182e272a5 initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0d3b1a4f-ba24-422f-9411-10a182e272a5 shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1e8ca4c2-6bd5-40b7-9a3b-1157e218a2f3 initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1e8ca4c2-6bd5-40b7-9a3b-1157e218a2f3 shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9bff3c3f-b4cc-4d27-a9d3-7fd1c04a92b1 initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9bff3c3f-b4cc-4d27-a9d3-7fd1c04a92b1 shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7adbcd71-f273-47cc-b0e3-ef5ee5617e3b initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7adbcd71-f273-47cc-b0e3-ef5ee5617e3b shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8fe168a4-6a65-4d6c-ac6f-b36fa039740b initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8fe168a4-6a65-4d6c-ac6f-b36fa039740b shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 926d9c76-6abe-4be5-a120-2047b406042d initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 926d9c76-6abe-4be5-a120-2047b406042d shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 69892a70-df0f-4089-a81d-86a2e802588f initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 69892a70-df0f-4089-a81d-86a2e802588f shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 927e3ddf-7559-448e-9638-d065332ec2b1 initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 927e3ddf-7559-448e-9638-d065332ec2b1 shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 234f8e56-8029-4634-abc4-6e59aacf2064 initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 234f8e56-8029-4634-abc4-6e59aacf2064 shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e32ea1a-4be3-4148-a86a-d2c2608551aa initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e32ea1a-4be3-4148-a86a-d2c2608551aa shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7e279b73-2b5e-4a60-9da9-59dc6037b5cc initialized May 12, 2024 5:02:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7e279b73-2b5e-4a60-9da9-59dc6037b5cc shut down May 12, 2024 5:02:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd7e6da6-57b1-41de-9f5f-a26a843a2fae initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd7e6da6-57b1-41de-9f5f-a26a843a2fae shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 317154de-a017-435a-91c4-f1f66787a36a initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 317154de-a017-435a-91c4-f1f66787a36a shut down [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.040 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 98a4886e-9c27-4ad2-878d-a4f3ab198973 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 98a4886e-9c27-4ad2-878d-a4f3ab198973 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8ace6468-7ce7-4a3c-b3e3-82fbeb402af2 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8ace6468-7ce7-4a3c-b3e3-82fbeb402af2 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 48bd1c13-5fa8-48ed-a5cd-e5e09d4e64e8 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 48bd1c13-5fa8-48ed-a5cd-e5e09d4e64e8 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 14e7ce4a-0126-472c-9c38-b39ca77355f6 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 14e7ce4a-0126-472c-9c38-b39ca77355f6 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6dd1461d-322f-47dc-bf5b-7345fccf5636 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6dd1461d-322f-47dc-bf5b-7345fccf5636 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1cfc1beb-8666-4a67-8132-062374681695 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1cfc1beb-8666-4a67-8132-062374681695 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 14c94bc8-68eb-49fc-b8a6-ea0556adf3fb initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 14c94bc8-68eb-49fc-b8a6-ea0556adf3fb shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e75b3df-42e6-4f19-9622-8faafe66cdc5 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e75b3df-42e6-4f19-9622-8faafe66cdc5 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9ec78474-1549-4555-b72a-f9750f07d0a4 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9ec78474-1549-4555-b72a-f9750f07d0a4 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1d60a392-848c-4ea2-bd5a-626043812db1 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1d60a392-848c-4ea2-bd5a-626043812db1 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f17e9fd8-7846-4b46-9cac-a4be8551877f initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f17e9fd8-7846-4b46-9cac-a4be8551877f shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d8aced4e-410e-4581-9485-184f8676c3b1 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d8aced4e-410e-4581-9485-184f8676c3b1 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61eb8104-8696-45e2-8737-66f3910ed231 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 61eb8104-8696-45e2-8737-66f3910ed231 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c4be0ff-6605-42e2-99ef-69554346ee35 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c4be0ff-6605-42e2-99ef-69554346ee35 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 340548bd-c493-454b-887a-37fa539cf609 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 340548bd-c493-454b-887a-37fa539cf609 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c182dffd-315f-462e-9c3a-ae673c9ad1cd initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c182dffd-315f-462e-9c3a-ae673c9ad1cd shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba0e966b-0970-4199-b375-1fec8604dfdc initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba0e966b-0970-4199-b375-1fec8604dfdc shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4b67e59b-abb7-43f8-9a7d-7dee2d5c0d66 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4b67e59b-abb7-43f8-9a7d-7dee2d5c0d66 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3615c47d-a1d3-4ad5-9a96-551d45fd149a initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3615c47d-a1d3-4ad5-9a96-551d45fd149a shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f56ae8e7-81a6-477b-b8c4-e5d84ff02f07 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f56ae8e7-81a6-477b-b8c4-e5d84ff02f07 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 77919c75-bcc7-4781-a81c-0d7b4df4d747 initialized May 12, 2024 5:02:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 77919c75-bcc7-4781-a81c-0d7b4df4d747 shut down May 12, 2024 5:02:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d09a1033-f357-4ccc-8ed8-f065003f929b initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d09a1033-f357-4ccc-8ed8-f065003f929b shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1b165f65-5d8e-49a9-9614-92fc10e317a0 initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1b165f65-5d8e-49a9-9614-92fc10e317a0 shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b3522dc-66f6-4f4a-ab75-b8e287def4bb initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b3522dc-66f6-4f4a-ab75-b8e287def4bb shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 44328335-8d72-4baf-a710-c54791723080 initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 44328335-8d72-4baf-a710-c54791723080 shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c27a8c8-6be1-4a6c-9019-c42d2681cd55 initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5c27a8c8-6be1-4a6c-9019-c42d2681cd55 shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c153f1fc-074e-493c-ac76-1d3108dafca1 initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c153f1fc-074e-493c-ac76-1d3108dafca1 shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6f3c088e-8f6d-4eb9-a867-a1b9469feb97 initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6f3c088e-8f6d-4eb9-a867-a1b9469feb97 shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1e95cb3f-ac5e-4650-a7cd-45747f8c96e8 initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1e95cb3f-ac5e-4650-a7cd-45747f8c96e8 shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 33b49fd0-0100-49f3-85b7-ea3e92e0ee19 initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 33b49fd0-0100-49f3-85b7-ea3e92e0ee19 shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b73335a1-2287-44b7-aa62-92236bb512d0 initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b73335a1-2287-44b7-aa62-92236bb512d0 shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f5227da7-6bbc-443e-9d50-27de72864680 initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f5227da7-6bbc-443e-9d50-27de72864680 shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e87fe562-6a04-464d-8814-d65ad0e4249f initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e87fe562-6a04-464d-8814-d65ad0e4249f shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d014adf7-b4fb-4d40-9794-b54d4105855b initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d014adf7-b4fb-4d40-9794-b54d4105855b shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 74c05c01-17b7-4360-ac3b-62ede174a7a8 initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 74c05c01-17b7-4360-ac3b-62ede174a7a8 shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 75e6698f-de07-4901-a0f4-1ba3c63a2d4d initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 75e6698f-de07-4901-a0f4-1ba3c63a2d4d shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e235b07d-a365-4fed-9a39-61cb55083262 initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e235b07d-a365-4fed-9a39-61cb55083262 shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a795df0f-a85c-486f-a7b2-12dc8fc5c27b initialized May 12, 2024 5:02:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a795df0f-a85c-486f-a7b2-12dc8fc5c27b shut down May 12, 2024 5:02:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 030e4e30-d86c-49ea-a5f3-c8bdc6793660 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 030e4e30-d86c-49ea-a5f3-c8bdc6793660 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f368630-99d3-4058-9263-01d6360fa6c9 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f368630-99d3-4058-9263-01d6360fa6c9 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container de990ac2-adb9-4756-a918-6332fdfcf106 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container de990ac2-adb9-4756-a918-6332fdfcf106 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cbdcf296-a1a8-4174-82bf-ae75855eb15a initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cbdcf296-a1a8-4174-82bf-ae75855eb15a shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 29f15b3a-2c7b-4a7b-91be-80a399a660e9 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 29f15b3a-2c7b-4a7b-91be-80a399a660e9 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5a78c23a-5bd0-4530-98d3-540880f72149 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5a78c23a-5bd0-4530-98d3-540880f72149 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dbb1bc58-7f63-475c-880b-dae2fc2a7fee initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dbb1bc58-7f63-475c-880b-dae2fc2a7fee shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86df1f2b-803f-4b91-80ef-fe7c3e2e6023 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86df1f2b-803f-4b91-80ef-fe7c3e2e6023 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cae6557e-e80b-442e-90b2-a63b9ed7528e initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cae6557e-e80b-442e-90b2-a63b9ed7528e shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6151a612-e6c8-4cc3-8a30-700d36cf8f56 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6151a612-e6c8-4cc3-8a30-700d36cf8f56 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3181300e-cf6e-43ae-99a8-a14dea2dbb9e initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3181300e-cf6e-43ae-99a8-a14dea2dbb9e shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f9b9044-ad08-4365-a439-634d844460da initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f9b9044-ad08-4365-a439-634d844460da shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 04667119-2a3b-4d3c-bf3c-a5aeeca97b92 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 04667119-2a3b-4d3c-bf3c-a5aeeca97b92 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fec44545-e608-4f5a-8285-ceb173bca2c4 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fec44545-e608-4f5a-8285-ceb173bca2c4 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 873bf44c-676f-4d5a-970b-5882e701ae3d initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 873bf44c-676f-4d5a-970b-5882e701ae3d shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a7857a9f-ce9c-4e04-9e3c-d89a98b948e8 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a7857a9f-ce9c-4e04-9e3c-d89a98b948e8 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 717ec32b-36d0-4ae6-984c-83b0fe5e7d85 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 717ec32b-36d0-4ae6-984c-83b0fe5e7d85 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e33a75cc-f179-46b7-bb68-c2c1b0eb9655 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e33a75cc-f179-46b7-bb68-c2c1b0eb9655 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3d6f2b45-76a4-45d6-a2f7-ece7f2113266 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3d6f2b45-76a4-45d6-a2f7-ece7f2113266 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94086753-d5ff-4322-9832-4705a0353abd initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94086753-d5ff-4322-9832-4705a0353abd shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 70120d8d-7b59-4655-bdfc-8b67309016d7 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 70120d8d-7b59-4655-bdfc-8b67309016d7 shut down [INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.814 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositorySemiStructuredObserverParserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositorySemiStructuredObserverParserTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.SemiStructuredParameterBasedQueryTest May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 645304b1-f5cb-4775-bd13-abfdcbf4b533 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 645304b1-f5cb-4775-bd13-abfdcbf4b533 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 069184e5-a6c0-41fc-82d0-ecc3d52e0f08 initialized May 12, 2024 5:02:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 069184e5-a6c0-41fc-82d0-ecc3d52e0f08 shut down May 12, 2024 5:02:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c4eb5b23-6d14-4e5e-a783-befefaa4ba59 initialized May 12, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c4eb5b23-6d14-4e5e-a783-befefaa4ba59 shut down May 12, 2024 5:02:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 26e048cc-d78c-4b04-90ba-048b36af5028 initialized May 12, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 26e048cc-d78c-4b04-90ba-048b36af5028 shut down May 12, 2024 5:02:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 93638654-94f4-47cb-9e7e-654cf3c5f7df initialized May 12, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 93638654-94f4-47cb-9e7e-654cf3c5f7df shut down May 12, 2024 5:02:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2d69d164-c7f8-453a-b170-d9f6f1a11db1 initialized May 12, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2d69d164-c7f8-453a-b170-d9f6f1a11db1 shut down May 12, 2024 5:02:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 846660a7-8f44-4c08-aded-de6a3ae96515 initialized May 12, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 846660a7-8f44-4c08-aded-de6a3ae96515 shut down May 12, 2024 5:02:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0af19713-c244-4fcb-96ca-36c9f49627e3 initialized May 12, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0af19713-c244-4fcb-96ca-36c9f49627e3 shut down May 12, 2024 5:02:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c68d020c-2cc8-455f-b2b8-aba64c6e6aee initialized May 12, 2024 5:02:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c68d020c-2cc8-455f-b2b8-aba64c6e6aee shut down [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s -- in org.eclipse.jnosql.mapping.semistructured.query.SemiStructuredParameterBasedQueryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 317, 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/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/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/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/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/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/jnosql-mapping/jnosql-mapping-semistructured/src/main/java/org/eclipse/jnosql/mapping/semistructured/AbstractSemiStructuredTemplate.java:345: warning: no comment [WARNING] protected T persist(T entity, UnaryOperator persistAction) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/jnosql-mapping/jnosql-mapping-semistructured/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-semistructured' with 31 classes [INFO] [INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-semistructured --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-semistructured/1.1.1-SNAPSHOT/jnosql-mapping-semistructured-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-semistructured/1.1.1-SNAPSHOT/jnosql-mapping-semistructured-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-semistructured/1.1.1-SNAPSHOT/jnosql-mapping-semistructured-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-semistructured/target/jnosql-mapping-semistructured-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-semistructured/1.1.1-SNAPSHOT/jnosql-mapping-semistructured-1.1.1-SNAPSHOT-javadoc.jar [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/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/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.13.0: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/jnosql-mapping/jnosql-mapping-document/src/main/java/org/eclipse/jnosql/mapping/document/configuration/DocumentManagerSupplier.java: /home/jenkins/agent/workspace/jnosql/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/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.13.0: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.DefaultDocumentTemplateProducerTest May 12, 2024 5:02:53 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 12, 2024 5:02:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:02:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:02:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:02:56 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:02:56 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:02:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 58b79ae3-3949-480b-b813-a6298ea2bd9c initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 12, 2024 5:02:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 58b79ae3-3949-480b-b813-a6298ea2bd9c shut down May 12, 2024 5:02:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:02:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:02:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:02:58 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:02:58 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:02:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container efcf34f9-99e5-46b4-949b-adf8a153d38c initialized May 12, 2024 5:02:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container efcf34f9-99e5-46b4-949b-adf8a153d38c shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.191 s -- in org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.document.DocumentTemplateTest May 12, 2024 5:02:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:02:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 15b31483-0785-4ca0-85ef-52d298da8030 initialized May 12, 2024 5:02:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 15b31483-0785-4ca0-85ef-52d298da8030 shut down May 12, 2024 5:02:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:02:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd877e06-6716-41d5-8222-6b51e5d781b1 initialized May 12, 2024 5:02:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd877e06-6716-41d5-8222-6b51e5d781b1 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s -- in org.eclipse.jnosql.mapping.document.DocumentTemplateTest [INFO] Running org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest May 12, 2024 5:02:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:02:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:02:59 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:02:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6638264-89af-481d-b958-b7dd9a42e858 initialized May 12, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6638264-89af-481d-b958-b7dd9a42e858 shut down May 12, 2024 5:03:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4285abc3-3364-4f3d-bc1f-e21c268693d4 initialized May 12, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4285abc3-3364-4f3d-bc1f-e21c268693d4 shut down May 12, 2024 5:03:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aec76030-b693-415b-a446-d68eb79e3917 initialized May 12, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aec76030-b693-415b-a446-d68eb79e3917 shut down May 12, 2024 5:03:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 128b6280-44f7-4627-a41e-a853f64398c8 initialized May 12, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 128b6280-44f7-4627-a41e-a853f64398c8 shut down May 12, 2024 5:03:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 572447f7-fa27-439c-a30b-d246a8529e9b initialized May 12, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 572447f7-fa27-439c-a30b-d246a8529e9b shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.134 s -- in org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest [INFO] Running org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest May 12, 2024 5:03:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 53d4dbe1-e543-47e0-b140-d757a40a3e20 initialized May 12, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 53d4dbe1-e543-47e0-b140-d757a40a3e20 shut down May 12, 2024 5:03:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:03:00 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 63016f54-be3b-4c0e-8cac-ec1dd1eb9bff initialized May 12, 2024 5:03:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 63016f54-be3b-4c0e-8cac-ec1dd1eb9bff shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s -- in org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest [INFO] Running org.eclipse.jnosql.mapping.document.spi.DocumentExtensionTest May 12, 2024 5:03:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4ffc583b-ae2b-4081-9350-9fad90d4aee7 initialized May 12, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4ffc583b-ae2b-4081-9350-9fad90d4aee7 shut down May 12, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b98d4f6e-7156-48ec-bac8-9434e839eb93 initialized May 12, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b98d4f6e-7156-48ec-bac8-9434e839eb93 shut down May 12, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5eba16ae-8adc-431a-91f6-aff9934362f2 initialized May 12, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5eba16ae-8adc-431a-91f6-aff9934362f2 shut down May 12, 2024 5:03:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 12, 2024 5:03:01 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 12, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b4463d5c-3911-4d33-ba40-43e13dd323d1 initialized May 12, 2024 5:03:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b4463d5c-3911-4d33-ba40-43e13dd323d1 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s -- in org.eclipse.jnosql.mapping.document.spi.DocumentExtensionTest [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/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/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/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/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/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/jnosql-mapping/jnosql-mapping-document/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-document' with 7 classes [INFO] [INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-document --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-document/1.1.1-SNAPSHOT/jnosql-mapping-document-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-document/1.1.1-SNAPSHOT/jnosql-mapping-document-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-document/1.1.1-SNAPSHOT/jnosql-mapping-document-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-document/target/jnosql-mapping-document-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-document/1.1.1-SNAPSHOT/jnosql-mapping-document-1.1.1-SNAPSHOT-javadoc.jar [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/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/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.13.0: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/jnosql-mapping/jnosql-mapping-column/src/main/java/org/eclipse/jnosql/mapping/column/configuration/ColumnManagerSupplier.java: /home/jenkins/agent/workspace/jnosql/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/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.13.0: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.ColumnTemplateTest May 12, 2024 5:03:05 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 12, 2024 5:03:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:08 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:08 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b534b37b-14eb-4f19-b04f-fcee7b6e1590 initialized May 12, 2024 5:03:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b534b37b-14eb-4f19-b04f-fcee7b6e1590 shut down May 12, 2024 5:03:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:09 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:09 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cbc168a1-4014-407e-a334-df6573e9a853 initialized May 12, 2024 5:03:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cbc168a1-4014-407e-a334-df6573e9a853 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.301 s -- in org.eclipse.jnosql.mapping.column.ColumnTemplateTest [INFO] Running org.eclipse.jnosql.mapping.column.DatabaseQualifierTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.jnosql.mapping.column.DatabaseQualifierTest [INFO] Running org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest May 12, 2024 5:03:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:09 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:09 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 484760d4-0b69-418d-a809-6f92096e692d initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 12, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 484760d4-0b69-418d-a809-6f92096e692d shut down May 12, 2024 5:03:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:11 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:11 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55810948-30c7-4e63-b49c-d10d5f242395 initialized May 12, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55810948-30c7-4e63-b49c-d10d5f242395 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.030 s -- in org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest May 12, 2024 5:03:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:11 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:11 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f3640ab3-10bf-4490-aa05-0e0146b92929 initialized May 12, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f3640ab3-10bf-4490-aa05-0e0146b92929 shut down May 12, 2024 5:03:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8ee82918-cc6f-427d-a63e-cf6fe69618bf initialized May 12, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8ee82918-cc6f-427d-a63e-cf6fe69618bf shut down May 12, 2024 5:03:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 99c1be4f-5426-45a2-8f08-62851e9c61ad initialized May 12, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 99c1be4f-5426-45a2-8f08-62851e9c61ad shut down May 12, 2024 5:03:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 85d70499-25b1-4412-aa85-94d9bf8db70d initialized May 12, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 85d70499-25b1-4412-aa85-94d9bf8db70d shut down May 12, 2024 5:03:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a8995026-57b5-4f92-9635-ee2d53f7b12a initialized May 12, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a8995026-57b5-4f92-9635-ee2d53f7b12a shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.365 s -- in org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest [INFO] Running org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest May 12, 2024 5:03:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:12 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e78b544b-4e7a-42fe-b128-1cf4fb048b26 initialized May 12, 2024 5:03:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e78b544b-4e7a-42fe-b128-1cf4fb048b26 shut down May 12, 2024 5:03:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 696d061c-a108-4f8c-b7c1-1d095f05fa99 initialized May 12, 2024 5:03:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 696d061c-a108-4f8c-b7c1-1d095f05fa99 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 s -- in org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest [INFO] Running org.eclipse.jnosql.mapping.column.spi.ColumnExtensionTest May 12, 2024 5:03:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9ad2aa98-8b7b-4e41-8060-405c5f309d76 initialized May 12, 2024 5:03:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9ad2aa98-8b7b-4e41-8060-405c5f309d76 shut down May 12, 2024 5:03:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e58b89af-6d52-4b19-98c9-f9a2de8ce261 initialized May 12, 2024 5:03:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e58b89af-6d52-4b19-98c9-f9a2de8ce261 shut down May 12, 2024 5:03:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fa8fe478-deeb-4c8d-bb6a-74df3de5cae3 initialized May 12, 2024 5:03:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fa8fe478-deeb-4c8d-bb6a-74df3de5cae3 shut down May 12, 2024 5:03:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 12, 2024 5:03:13 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 12, 2024 5:03:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba4ca2ee-c651-4c80-a8c0-092cc528842d initialized May 12, 2024 5:03:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba4ca2ee-c651-4c80-a8c0-092cc528842d shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 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/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/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/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/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/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/jnosql-mapping/jnosql-mapping-column/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-column' with 7 classes [INFO] [INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-column --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-column/1.1.1-SNAPSHOT/jnosql-mapping-column-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-column/1.1.1-SNAPSHOT/jnosql-mapping-column-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-column/1.1.1-SNAPSHOT/jnosql-mapping-column-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-column/target/jnosql-mapping-column-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-column/1.1.1-SNAPSHOT/jnosql-mapping-column-1.1.1-SNAPSHOT-javadoc.jar [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/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/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.13.0: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/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.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.13.0: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/jnosql-mapping/jnosql-mapping-key-value/src/test/java/org/eclipse/jnosql/mapping/keyvalue/DefaultKeyValueTemplateTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/test/java/org/eclipse/jnosql/mapping/keyvalue/DefaultKeyValueTemplateTest.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.DefaultKeyValueEntityConverterTest May 12, 2024 5:03:17 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 12, 2024 5:03:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:21 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:21 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 89b98697-d157-4b60-a56a-58797a08f520 initialized May 12, 2024 5:03:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 89b98697-d157-4b60-a56a-58797a08f520 shut down May 12, 2024 5:03:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:21 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:21 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 91aa2125-bdf8-4547-beb0-442b8c84b197 initialized May 12, 2024 5:03:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 91aa2125-bdf8-4547-beb0-442b8c84b197 shut down May 12, 2024 5:03:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2ea285f1-4c77-407e-b95e-8cb15a8459a9 initialized May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2ea285f1-4c77-407e-b95e-8cb15a8459a9 shut down May 12, 2024 5:03:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 17eac03c-eb8c-4f15-acd3-a367b4241483 initialized May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 17eac03c-eb8c-4f15-acd3-a367b4241483 shut down May 12, 2024 5:03:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 95f40d8d-af0b-4926-98c1-f0a5be437cc7 initialized May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 95f40d8d-af0b-4926-98c1-f0a5be437cc7 shut down May 12, 2024 5:03:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5661bfcb-8234-488a-b00b-8ae84db4e358 initialized May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.keyvalue.entities.PlateConverter not found on CDI context, creating by constructor May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5661bfcb-8234-488a-b00b-8ae84db4e358 shut down May 12, 2024 5:03:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db469956-524d-4b46-b586-ebfbb75e35d0 initialized May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db469956-524d-4b46-b586-ebfbb75e35d0 shut down May 12, 2024 5:03:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fac16ae7-d2da-48d5-aed0-d84ad512585d initialized May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fac16ae7-d2da-48d5-aed0-d84ad512585d shut down May 12, 2024 5:03:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b45cd5dc-07dd-4c00-be35-b8022a281b81 initialized May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b45cd5dc-07dd-4c00-be35-b8022a281b81 shut down May 12, 2024 5:03:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 12f637e5-f3ee-4587-aef4-41bd44eb0dc3 initialized May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 12f637e5-f3ee-4587-aef4-41bd44eb0dc3 shut down May 12, 2024 5:03:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3dbd721b-b1d2-4634-9f7f-e3d80869fa23 initialized May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3dbd721b-b1d2-4634-9f7f-e3d80869fa23 shut down May 12, 2024 5:03:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 291364ba-6807-4eb9-8107-faab746da173 initialized May 12, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 291364ba-6807-4eb9-8107-faab746da173 shut down May 12, 2024 5:03:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:22 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5573dddf-ffb5-4a90-ba98-058e7cd1cd8e initialized May 12, 2024 5:03:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5573dddf-ffb5-4a90-ba98-058e7cd1cd8e shut down May 12, 2024 5:03:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:23 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:23 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aec4604e-55aa-4309-b0c9-1f6806e6a2b2 initialized May 12, 2024 5:03:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aec4604e-55aa-4309-b0c9-1f6806e6a2b2 shut down May 12, 2024 5:03:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:23 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:23 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1546e990-c314-497e-a723-abc42f0292fe initialized May 12, 2024 5:03:23 AM org.eclipse.jnosql.mapping.core.Converters getInstance INFO: The converter type: class org.eclipse.jnosql.mapping.keyvalue.entities.PlateConverter not found on CDI context, creating by constructor May 12, 2024 5:03:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1546e990-c314-497e-a723-abc42f0292fe shut down [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.560 s -- in org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueTemplateTest May 12, 2024 5:03:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:23 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:23 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f080244-0514-4ad8-b15a-f990d4d9f5d8 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 12, 2024 5:03:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f080244-0514-4ad8-b15a-f990d4d9f5d8 shut down May 12, 2024 5:03:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:25 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:25 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b5c360b5-f316-4027-a91b-b100b7e77f09 initialized May 12, 2024 5:03:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b5c360b5-f316-4027-a91b-b100b7e77f09 shut down May 12, 2024 5:03:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:25 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:25 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86f0f0b2-cf05-457f-9ff1-917a6037e46b initialized May 12, 2024 5:03:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86f0f0b2-cf05-457f-9ff1-917a6037e46b shut down May 12, 2024 5:03:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:25 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:25 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 20d4c21a-66e0-49dc-b2b5-4f16e784a08d initialized May 12, 2024 5:03:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 20d4c21a-66e0-49dc-b2b5-4f16e784a08d shut down May 12, 2024 5:03:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:25 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:25 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 76e58e29-4478-452b-b1d9-dc8e1ee7398a initialized May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 76e58e29-4478-452b-b1d9-dc8e1ee7398a shut down May 12, 2024 5:03:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba930578-e6d2-4e40-a07b-edd8bcf268db initialized May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba930578-e6d2-4e40-a07b-edd8bcf268db shut down May 12, 2024 5:03:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c2279129-ee0d-4054-af59-ef63ed54200a initialized May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c2279129-ee0d-4054-af59-ef63ed54200a shut down May 12, 2024 5:03:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container acc96485-544a-4a4e-86e1-c539e2c62efa initialized May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container acc96485-544a-4a4e-86e1-c539e2c62efa shut down May 12, 2024 5:03:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 251a2231-7a9f-4485-9059-ca17100871d8 initialized May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 251a2231-7a9f-4485-9059-ca17100871d8 shut down May 12, 2024 5:03:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5d83eb78-5a2d-4664-9400-86f992d27b3c initialized May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5d83eb78-5a2d-4664-9400-86f992d27b3c shut down May 12, 2024 5:03:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3ebe726c-9565-4c85-8b35-c84ff87e91ae initialized May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3ebe726c-9565-4c85-8b35-c84ff87e91ae shut down May 12, 2024 5:03:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1be29add-aee3-4ec5-abf2-1f34ae4e8a78 initialized May 12, 2024 5:03:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1be29add-aee3-4ec5-abf2-1f34ae4e8a78 shut down May 12, 2024 5:03:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:26 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5faa415e-3b57-41f3-a712-ec3a25010335 initialized May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5faa415e-3b57-41f3-a712-ec3a25010335 shut down May 12, 2024 5:03:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 60721bc8-8119-4ba1-aec4-54dba339dfdb initialized May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 60721bc8-8119-4ba1-aec4-54dba339dfdb shut down May 12, 2024 5:03:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c62caae3-97bb-4428-984c-89b78ddc06e5 initialized May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c62caae3-97bb-4428-984c-89b78ddc06e5 shut down May 12, 2024 5:03:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fe792aaf-69f6-4575-8463-95396c639b34 initialized May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fe792aaf-69f6-4575-8463-95396c639b34 shut down May 12, 2024 5:03:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0438edf6-b8d1-4cff-a17b-e463e61d34de initialized May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0438edf6-b8d1-4cff-a17b-e463e61d34de shut down May 12, 2024 5:03:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d17fe2c9-611d-4314-ac1a-e9c8bdba1b6a initialized May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d17fe2c9-611d-4314-ac1a-e9c8bdba1b6a shut down May 12, 2024 5:03:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container beab4caf-8766-4b7b-9212-b4f6d85e4c09 initialized May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container beab4caf-8766-4b7b-9212-b4f6d85e4c09 shut down May 12, 2024 5:03:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd006168-22d1-46e6-abd8-7da5304ad50e initialized May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd006168-22d1-46e6-abd8-7da5304ad50e shut down [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.566 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.098 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueEventPersistManagerTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest May 12, 2024 5:03:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:27 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 50e540ff-ad41-49c4-8dc2-49e05e0e8b93 initialized May 12, 2024 5:03:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 50e540ff-ad41-49c4-8dc2-49e05e0e8b93 shut down May 12, 2024 5:03:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c08ecaf1-ae99-4bf6-91d9-097bc3e86bc4 initialized May 12, 2024 5:03:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c08ecaf1-ae99-4bf6-91d9-097bc3e86bc4 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest May 12, 2024 5:03:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d52efaf4-9636-476c-b817-f62a016848d7 initialized May 12, 2024 5:03:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d52efaf4-9636-476c-b817-f62a016848d7 shut down May 12, 2024 5:03:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 575c8f33-4333-45da-a41d-cfd17d6192de initialized May 12, 2024 5:03:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 575c8f33-4333-45da-a41d-cfd17d6192de shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest May 12, 2024 5:03:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b88e892-d18c-4cbb-8572-77468ed14554 initialized May 12, 2024 5:03:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b88e892-d18c-4cbb-8572-77468ed14554 shut down May 12, 2024 5:03:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:28 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c6bf68e-2323-48b8-87ca-9c27231eafef initialized May 12, 2024 5:03:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5c6bf68e-2323-48b8-87ca-9c27231eafef shut down May 12, 2024 5:03:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 779cc47b-4b86-470e-865b-d1a836ccfef9 initialized May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 779cc47b-4b86-470e-865b-d1a836ccfef9 shut down May 12, 2024 5:03:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fa36379a-55c5-43d9-a073-d400aee8c45b initialized May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fa36379a-55c5-43d9-a073-d400aee8c45b shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.935 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest May 12, 2024 5:03:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dbcd3b56-aac2-4489-a45c-736868a302a1 initialized May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dbcd3b56-aac2-4489-a45c-736868a302a1 shut down May 12, 2024 5:03:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ea5dd7cc-68c7-4861-8601-d9269fac4f91 initialized May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ea5dd7cc-68c7-4861-8601-d9269fac4f91 shut down May 12, 2024 5:03:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c6a5fdfb-97a5-451e-b63d-ff8c49477479 initialized May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c6a5fdfb-97a5-451e-b63d-ff8c49477479 shut down May 12, 2024 5:03:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4d15f2b2-0a7c-41c0-a4f2-5fddae3deb10 initialized May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4d15f2b2-0a7c-41c0-a4f2-5fddae3deb10 shut down May 12, 2024 5:03:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5223ec33-ce45-4bf1-b7da-60bbe5ee4073 initialized May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5223ec33-ce45-4bf1-b7da-60bbe5ee4073 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest May 12, 2024 5:03:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 60821489-7066-4a0f-a20e-fdf6ca217240 initialized May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 60821489-7066-4a0f-a20e-fdf6ca217240 shut down May 12, 2024 5:03:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d7eeebd5-e5c2-4d1d-b87f-4593ce9723ea initialized May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d7eeebd5-e5c2-4d1d-b87f-4593ce9723ea shut down May 12, 2024 5:03:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:29 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4c2ef7bf-76b1-4ce0-ab55-bc96f271e0a1 initialized May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4c2ef7bf-76b1-4ce0-ab55-bc96f271e0a1 shut down May 12, 2024 5:03:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ababf809-0941-455a-b083-7565262d7856 initialized May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ababf809-0941-455a-b083-7565262d7856 shut down May 12, 2024 5:03:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 161a7da8-3048-44ae-8683-7ecdf9066b65 initialized May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 161a7da8-3048-44ae-8683-7ecdf9066b65 shut down May 12, 2024 5:03:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd319fa1-48aa-42c2-8837-31888a039cf3 initialized May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd319fa1-48aa-42c2-8837-31888a039cf3 shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.DefaultKeyValueRepositoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.eclipse.jnosql.mapping.keyvalue.query.DefaultKeyValueRepositoryTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest May 12, 2024 5:03:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 93ad5ee4-1f6e-4d73-a8e5-1fdd9e922a04 initialized May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 93ad5ee4-1f6e-4d73-a8e5-1fdd9e922a04 shut down May 12, 2024 5:03:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 48a0d653-db70-4284-8299-8ecd9aa11c5f initialized May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 48a0d653-db70-4284-8299-8ecd9aa11c5f shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest May 12, 2024 5:03:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 17f160e5-01fc-4d19-8d41-e3ca85528d02 initialized May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 17f160e5-01fc-4d19-8d41-e3ca85528d02 shut down May 12, 2024 5:03:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 98e0dcb2-7a37-4c2f-b748-54461b980520 initialized May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 98e0dcb2-7a37-4c2f-b748-54461b980520 shut down May 12, 2024 5:03:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:30 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a8fd7fb8-84da-4fc0-a975-4f9e8234d0bf initialized May 12, 2024 5:03:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a8fd7fb8-84da-4fc0-a975-4f9e8234d0bf shut down May 12, 2024 5:03:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fe38c418-a073-4f94-b024-e38e066db73b initialized May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fe38c418-a073-4f94-b024-e38e066db73b shut down May 12, 2024 5:03:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7d79ef64-0e57-4bc5-8b64-9c3c5f8a7d23 initialized May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7d79ef64-0e57-4bc5-8b64-9c3c5f8a7d23 shut down May 12, 2024 5:03:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a2ef7d89-7678-490b-b23d-75b9a27a0b7c initialized May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a2ef7d89-7678-490b-b23d-75b9a27a0b7c shut down May 12, 2024 5:03:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6c0c045d-f5ee-498c-ad71-db7d822ed5f7 initialized May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6c0c045d-f5ee-498c-ad71-db7d822ed5f7 shut down May 12, 2024 5:03:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f2c5cb65-7d01-4c77-a895-d833b71a2e7d initialized May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f2c5cb65-7d01-4c77-a895-d833b71a2e7d shut down May 12, 2024 5:03:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6aaa41ca-9c59-4744-aa5d-07ce8ebf22a4 initialized May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6aaa41ca-9c59-4744-aa5d-07ce8ebf22a4 shut down May 12, 2024 5:03:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 154899a0-381f-4c22-950b-e4d4dab8e804 initialized May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 154899a0-381f-4c22-950b-e4d4dab8e804 shut down May 12, 2024 5:03:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b51d925c-27f8-4451-9130-94fcca93d4b8 initialized May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b51d925c-27f8-4451-9130-94fcca93d4b8 shut down May 12, 2024 5:03:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 837023fe-f576-4a99-9c91-792bc53fad27 initialized May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 837023fe-f576-4a99-9c91-792bc53fad27 shut down May 12, 2024 5:03:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 550aa26c-6f14-4c72-9837-5b156a04dbe3 initialized May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 550aa26c-6f14-4c72-9837-5b156a04dbe3 shut down May 12, 2024 5:03:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6e3544bc-5737-4fa5-98b1-bec043226c32 initialized May 12, 2024 5:03:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6e3544bc-5737-4fa5-98b1-bec043226c32 shut down May 12, 2024 5:03:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:31 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a74a97b3-f8c8-4d3e-8f59-6a0e97cf36ed initialized May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a74a97b3-f8c8-4d3e-8f59-6a0e97cf36ed shut down May 12, 2024 5:03:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be872f9c-ea1a-47da-8b24-633e4f0ae8e7 initialized May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be872f9c-ea1a-47da-8b24-633e4f0ae8e7 shut down May 12, 2024 5:03:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3eb38341-7473-4f88-84a6-562f10ce30ea initialized May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3eb38341-7473-4f88-84a6-562f10ce30ea shut down May 12, 2024 5:03:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef824ec9-b9bd-4ca8-b333-3f1461dd1540 initialized May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef824ec9-b9bd-4ca8-b333-3f1461dd1540 shut down May 12, 2024 5:03:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d7a9f242-e8ce-4b08-8ff2-bfb920216099 initialized May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d7a9f242-e8ce-4b08-8ff2-bfb920216099 shut down May 12, 2024 5:03:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25837833-35b5-46e8-875a-f9d186a9d716 initialized May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25837833-35b5-46e8-875a-f9d186a9d716 shut down May 12, 2024 5:03:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ead6c38a-c87b-455e-9441-4911b37ed1d1 initialized May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ead6c38a-c87b-455e-9441-4911b37ed1d1 shut down May 12, 2024 5:03:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:33 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2caa29e1-207e-484e-bd80-345570ed756c initialized May 12, 2024 5:03:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2caa29e1-207e-484e-bd80-345570ed756c shut down May 12, 2024 5:03:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:34 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:34 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 383b31a7-4880-4f18-be92-0d84e91f69b8 initialized May 12, 2024 5:03:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 383b31a7-4880-4f18-be92-0d84e91f69b8 shut down [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.349 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtensionTest May 12, 2024 5:03:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:34 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:34 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a8ba4e0a-39fa-42f4-a8e0-40ff14d00a78 initialized May 12, 2024 5:03:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a8ba4e0a-39fa-42f4-a8e0-40ff14d00a78 shut down May 12, 2024 5:03:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:03:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:03:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 12, 2024 5:03:34 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 12, 2024 5:03:34 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing repositories as a Key-Value implementation: [interface org.eclipse.jnosql.mapping.keyvalue.entities.PersonRepository, interface org.eclipse.jnosql.mapping.keyvalue.spi.UserRepository] May 12, 2024 5:03:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b97d3669-196c-424e-8af1-d64d67cd7654 initialized May 12, 2024 5:03:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b97d3669-196c-424e-8af1-d64d67cd7654 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtensionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 85, 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/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/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/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/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/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/AbstractKeyValueRepositoryProxy.java:22: warning: no comment [WARNING] public abstract class AbstractKeyValueRepositoryProxy extends AbstractRepositoryProxy { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/AbstractKeyValueRepositoryProxy.java:25: warning: no comment [WARNING] protected abstract KeyValueTemplate template(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/query/AbstractKeyValueRepositoryProxy.java:27: warning: no comment [WARNING] protected abstract Class type(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:40: warning: no comment [WARNING] protected abstract KeyValueEntityConverter getConverter(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:44: warning: no comment [WARNING] protected abstract KeyValueEventPersistManager getEventManager(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:42: warning: no comment [WARNING] protected abstract BucketManager getManager(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/src/main/java/org/eclipse/jnosql/mapping/keyvalue/AbstractKeyValueTemplate.java:147: warning: no comment [WARNING] protected T persist(T entity, Consumer persistAction) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/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/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/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/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/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/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/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/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/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/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/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/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/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/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/jnosql-mapping/jnosql-mapping-key-value/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-key-value' with 23 classes [INFO] [INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-key-value --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-key-value/1.1.1-SNAPSHOT/jnosql-mapping-key-value-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-key-value/1.1.1-SNAPSHOT/jnosql-mapping-key-value-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-key-value/1.1.1-SNAPSHOT/jnosql-mapping-key-value-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-key-value/target/jnosql-mapping-key-value-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-key-value/1.1.1-SNAPSHOT/jnosql-mapping-key-value-1.1.1-SNAPSHOT-javadoc.jar [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/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/antlr4 [INFO] Processing grammar: org/eclipse/jnosql/query/grammar/method/Method.g4 [INFO] Processing grammar: org/eclipse/jnosql/query/grammar/data/JDQL.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.13.0: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/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/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/jnosql-mapping/jnosql-mapping-graph/src/main/java/org/eclipse/jnosql/communication/graph/GraphConfiguration.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/src/main/java/org/eclipse/jnosql/communication/graph/GraphConfiguration.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.13.0: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/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/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/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/communication/graph/GraphSupplier.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/communication/graph/GraphSupplier.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/src/test/java/org/eclipse/jnosql/mapping/graph/AbstractGraphTemplateTest.java: /home/jenkins/agent/workspace/jnosql/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/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.communication.graph.DefaultGraphDatabaseManagerTest May 12, 2024 5:03:58 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:00 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ May 12, 2024 5:04:01 AM org.eclipse.jnosql.communication.graph.GraphSupplier get INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-communication-graph/1715490235109/ [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.531 s -- in org.eclipse.jnosql.communication.graph.DefaultGraphDatabaseManagerTest [INFO] Running org.eclipse.jnosql.mapping.graph.BookTemplateTest May 12, 2024 5:04:01 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 12, 2024 5:04:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:19 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] May 12, 2024 5:04:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc7257e6-34be-4884-af25-242f27b978f4 initialized May 12, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490259433/ May 12, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490259433/ May 12, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc7257e6-34be-4884-af25-242f27b978f4 shut down May 12, 2024 5:04:19 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:19 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:19 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] May 12, 2024 5:04:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f8d46238-8269-45bf-a89a-464964fa3ca9 initialized May 12, 2024 5:04:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490259951/ May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490259951/ May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f8d46238-8269-45bf-a89a-464964fa3ca9 shut down May 12, 2024 5:04:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:20 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] May 12, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 32fb0e38-2ee4-4517-854f-c23f8faa66bc initialized May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490260391/ May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490260391/ May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 32fb0e38-2ee4-4517-854f-c23f8faa66bc shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.11 s -- in org.eclipse.jnosql.mapping.graph.BookTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest May 12, 2024 5:04:20 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:20 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:20 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] May 12, 2024 5:04:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eab115ca-853d-40de-b1a9-f7de17cb7c76 initialized May 12, 2024 5:04:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490260811/ May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490260811/ May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eab115ca-853d-40de-b1a9-f7de17cb7c76 shut down May 12, 2024 5:04:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:21 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] May 12, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 84df7f3c-8386-4ab9-b6a9-cd1a9edaf730 initialized May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490261236/ May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490261236/ May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 84df7f3c-8386-4ab9-b6a9-cd1a9edaf730 shut down May 12, 2024 5:04:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:21 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] May 12, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e5b1756f-9bdd-461b-a7dd-ff14f1a35428 initialized May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490261607/ May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490261607/ May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e5b1756f-9bdd-461b-a7dd-ff14f1a35428 shut down May 12, 2024 5:04:21 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:21 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] May 12, 2024 5:04:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a39c4b29-c941-4067-a956-9f99a9cb7c43 initialized May 12, 2024 5:04:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490261984/ May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490261984/ May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a39c4b29-c941-4067-a956-9f99a9cb7c43 shut down May 12, 2024 5:04:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:22 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] May 12, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9da63eb4-4c1b-4000-aa35-a36c06e3c88e initialized May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490262304/ May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490262304/ May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9da63eb4-4c1b-4000-aa35-a36c06e3c88e shut down May 12, 2024 5:04:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:22 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] May 12, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container faaf5446-5a01-44fa-8280-c1ca1552760e initialized May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490262613/ May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490262613/ May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container faaf5446-5a01-44fa-8280-c1ca1552760e shut down May 12, 2024 5:04:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:22 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] May 12, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 47a6fa79-985d-4de4-8d14-c184fa279951 initialized May 12, 2024 5:04:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490262985/ May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490262985/ May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 47a6fa79-985d-4de4-8d14-c184fa279951 shut down May 12, 2024 5:04:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:23 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] May 12, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 78a4c2a2-4a2a-4cbd-892d-8ac9f576d271 initialized May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490263309/ May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490263309/ May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 78a4c2a2-4a2a-4cbd-892d-8ac9f576d271 shut down May 12, 2024 5:04:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:23 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] May 12, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25b18d50-a676-43c4-8a26-7878c5e6ec3e initialized May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490263586/ May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490263586/ May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25b18d50-a676-43c4-8a26-7878c5e6ec3e shut down May 12, 2024 5:04:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:23 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] May 12, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3bb550fc-d0bc-43b7-a68d-a5067dd89a2f initialized May 12, 2024 5:04:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490263894/ May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490263894/ May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3bb550fc-d0bc-43b7-a68d-a5067dd89a2f shut down May 12, 2024 5:04:24 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1bd144ca-c1f3-497a-a8e9-b7e6049f2032 initialized May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490264227/ May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490264227/ May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1bd144ca-c1f3-497a-a8e9-b7e6049f2032 shut down May 12, 2024 5:04:24 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ea254092-2e44-4d3d-b5c2-069ca6a72495 initialized May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490264548/ May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490264548/ May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ea254092-2e44-4d3d-b5c2-069ca6a72495 shut down May 12, 2024 5:04:24 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a43ba47b-ad14-4bee-979c-be992166ef63 initialized May 12, 2024 5:04:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490264902/ May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490264902/ May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a43ba47b-ad14-4bee-979c-be992166ef63 shut down May 12, 2024 5:04:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:25 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] May 12, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 28a3f48b-7d0e-4553-9429-09c1a5154999 initialized May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490265213/ May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490265213/ May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 28a3f48b-7d0e-4553-9429-09c1a5154999 shut down May 12, 2024 5:04:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:25 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] May 12, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72e0df00-9952-4e4a-8e76-75c1dda69eb3 initialized May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490265536/ May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490265536/ May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72e0df00-9952-4e4a-8e76-75c1dda69eb3 shut down May 12, 2024 5:04:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:25 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] May 12, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7b6163e6-1e3e-4385-9732-3cc550bbd489 initialized May 12, 2024 5:04:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490265842/ May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490265842/ May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7b6163e6-1e3e-4385-9732-3cc550bbd489 shut down May 12, 2024 5:04:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:26 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] May 12, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 73e94328-087f-4c2c-9a66-4c35db376834 initialized May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490266149/ May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490266149/ May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 73e94328-087f-4c2c-9a66-4c35db376834 shut down May 12, 2024 5:04:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:26 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] May 12, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c6b16b4f-81f6-47cf-b1cc-81ee8e64ae02 initialized May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490266440/ May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490266440/ May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c6b16b4f-81f6-47cf-b1cc-81ee8e64ae02 shut down May 12, 2024 5:04:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:26 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] May 12, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 46eef96c-81e8-4c21-94fc-32e285bf4a02 initialized May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490266726/ May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490266726/ May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 46eef96c-81e8-4c21-94fc-32e285bf4a02 shut down May 12, 2024 5:04:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:26 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] May 12, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d443db33-1197-4048-aec0-bc4e6f71f8e6 initialized May 12, 2024 5:04:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490266998/ May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490266998/ May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d443db33-1197-4048-aec0-bc4e6f71f8e6 shut down May 12, 2024 5:04:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:27 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] May 12, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c5c5b32-efaa-4a03-be24-a7c80b9829f1 initialized May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490267266/ May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490267266/ May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c5c5b32-efaa-4a03-be24-a7c80b9829f1 shut down May 12, 2024 5:04:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:27 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] May 12, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ea94a200-f7ca-4e29-9f16-4aae7aa50edf initialized May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490267532/ May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490267532/ May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ea94a200-f7ca-4e29-9f16-4aae7aa50edf shut down May 12, 2024 5:04:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:27 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] May 12, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8dd61f41-5865-475b-b1f9-5205c62a2e82 initialized May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490267806/ May 12, 2024 5:04:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490267806/ May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8dd61f41-5865-475b-b1f9-5205c62a2e82 shut down May 12, 2024 5:04:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7bb1e3e3-c92e-4d01-acc0-09eda0f4a5f9 initialized May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490268106/ May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490268106/ May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7bb1e3e3-c92e-4d01-acc0-09eda0f4a5f9 shut down May 12, 2024 5:04:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4ffbbea3-49dd-4006-acfc-aa03efaac4b7 initialized May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490268419/ May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490268419/ May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4ffbbea3-49dd-4006-acfc-aa03efaac4b7 shut down May 12, 2024 5:04:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aae0e6a2-35e9-4e7e-93fd-db213f5932d8 initialized May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490268681/ May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490268681/ May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aae0e6a2-35e9-4e7e-93fd-db213f5932d8 shut down May 12, 2024 5:04:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37251074-23a7-4a2c-a017-5f8fb8712ccc initialized May 12, 2024 5:04:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490268941/ May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490268941/ May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37251074-23a7-4a2c-a017-5f8fb8712ccc shut down May 12, 2024 5:04:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 88bba8b7-3d19-4bcc-b7f4-6ea2c7999a06 initialized May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490269214/ May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490269214/ May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 88bba8b7-3d19-4bcc-b7f4-6ea2c7999a06 shut down May 12, 2024 5:04:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 005c61c5-b086-44d8-8042-6fa81847ddb5 initialized May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490269442/ May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490269442/ May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 005c61c5-b086-44d8-8042-6fa81847ddb5 shut down May 12, 2024 5:04:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd689ecc-88ae-4840-abe6-e13fa0c95260 initialized May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490269710/ May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490269710/ May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd689ecc-88ae-4840-abe6-e13fa0c95260 shut down May 12, 2024 5:04:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5993263c-e06c-4721-82ac-d1956652aa21 initialized May 12, 2024 5:04:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490269936/ May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490269936/ May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5993263c-e06c-4721-82ac-d1956652aa21 shut down May 12, 2024 5:04:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94915096-f850-4523-8d9e-f646ea31ba8a initialized May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490270186/ May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490270186/ May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94915096-f850-4523-8d9e-f646ea31ba8a shut down May 12, 2024 5:04:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9c91e9c1-39cc-4bfa-a204-72ab6ba8288c initialized May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490270441/ May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490270441/ May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9c91e9c1-39cc-4bfa-a204-72ab6ba8288c shut down May 12, 2024 5:04:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b30dc6ef-12d5-476a-950c-4f2ce285f3ee initialized May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490270673/ May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490270673/ May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b30dc6ef-12d5-476a-950c-4f2ce285f3ee shut down May 12, 2024 5:04:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1b5b97a3-6cba-40f0-87a3-b2783a7a3f2c initialized May 12, 2024 5:04:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490270903/ May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490270903/ May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1b5b97a3-6cba-40f0-87a3-b2783a7a3f2c shut down May 12, 2024 5:04:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a39649d1-c5ed-4e10-9155-180322d45ec9 initialized May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490271163/ May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490271163/ May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a39649d1-c5ed-4e10-9155-180322d45ec9 shut down May 12, 2024 5:04:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1b8af5fc-9431-4f5a-a3f6-635678b1b812 initialized May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490271398/ May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490271398/ May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1b8af5fc-9431-4f5a-a3f6-635678b1b812 shut down May 12, 2024 5:04:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 604d1554-86e3-4471-b0e7-a64eda6b94bd initialized May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490271633/ May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490271633/ May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 604d1554-86e3-4471-b0e7-a64eda6b94bd shut down May 12, 2024 5:04:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0f02aef7-f62d-4fa3-ab21-fe91dffab6cc initialized May 12, 2024 5:04:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490271880/ May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490271880/ May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0f02aef7-f62d-4fa3-ab21-fe91dffab6cc shut down May 12, 2024 5:04:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:32 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] May 12, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e5e1b416-5fc3-4abc-a13b-559d7f72e2ca initialized May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490272102/ May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490272102/ May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e5e1b416-5fc3-4abc-a13b-559d7f72e2ca shut down May 12, 2024 5:04:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:32 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] May 12, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c57caf0b-da4b-4fab-a69c-476e53bc25fb initialized May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490272358/ May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490272358/ May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c57caf0b-da4b-4fab-a69c-476e53bc25fb shut down May 12, 2024 5:04:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:32 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] May 12, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b07433e8-d4fc-48a8-aede-d087f3d333f8 initialized May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490272601/ May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490272601/ May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b07433e8-d4fc-48a8-aede-d087f3d333f8 shut down May 12, 2024 5:04:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04:32 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] May 12, 2024 5:04:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 30f7f77d-6304-4b0b-98a1-b6dfa79428d3 initialized May 12, 2024 5:04:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490272844/ May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490272844/ May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 30f7f77d-6304-4b0b-98a1-b6dfa79428d3 shut down May 12, 2024 5:04:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ac7516fe-4b0d-4533-9d1f-17e25500a49b initialized May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490273131/ May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490273131/ May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ac7516fe-4b0d-4533-9d1f-17e25500a49b shut down May 12, 2024 5:04:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ded6c5bb-bd2a-4a2e-83b3-ce99f8cb4662 initialized May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490273381/ May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490273381/ May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ded6c5bb-bd2a-4a2e-83b3-ce99f8cb4662 shut down May 12, 2024 5:04:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aff64168-939e-4dbb-90e9-8f98a93a13ff initialized May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490273647/ May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490273647/ May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aff64168-939e-4dbb-90e9-8f98a93a13ff shut down May 12, 2024 5:04:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b9bf2caa-a0f1-4463-9459-510d87bda8e5 initialized May 12, 2024 5:04:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490273912/ May 12, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490273912/ May 12, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b9bf2caa-a0f1-4463-9459-510d87bda8e5 shut down [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.46 s -- in org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest May 12, 2024 5:04:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 54376692-2476-40ce-b3fe-458d3f7a6893 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 12, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 54376692-2476-40ce-b3fe-458d3f7a6893 shut down May 12, 2024 5:04:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6d4d23a7-175c-41b4-8a91-8b1561c0e204 initialized May 12, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6d4d23a7-175c-41b4-8a91-8b1561c0e204 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.390 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest May 12, 2024 5:04:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f7f821b0-0ade-47e8-9c8a-366c1712e105 initialized May 12, 2024 5:04:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490275901/ May 12, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490275901/ May 12, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f7f821b0-0ade-47e8-9c8a-366c1712e105 shut down May 12, 2024 5:04:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94c6bc3e-9020-4c74-9b6e-a7746d65b99f initialized May 12, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490276636/ May 12, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490276636/ May 12, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94c6bc3e-9020-4c74-9b6e-a7746d65b99f shut down May 12, 2024 5:04: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. May 12, 2024 5:04: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. May 12, 2024 5:04:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c5221b35-51a0-4a36-a952-a4e61579b358 initialized May 12, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490277241/ May 12, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490277241/ May 12, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c5221b35-51a0-4a36-a952-a4e61579b358 shut down May 12, 2024 5:04: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. May 12, 2024 5:04: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. May 12, 2024 5:04:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4ef49180-2598-483d-a59b-f4dc1b7f228a initialized May 12, 2024 5:04:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490277785/ May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490277785/ May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4ef49180-2598-483d-a59b-f4dc1b7f228a shut down May 12, 2024 5:04: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. May 12, 2024 5:04: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. May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 62bfa4f3-d9b3-48cb-8e04-b6c436df1517 initialized May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490278383/ May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490278383/ May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 62bfa4f3-d9b3-48cb-8e04-b6c436df1517 shut down May 12, 2024 5:04: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. May 12, 2024 5:04: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. May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fab802ee-1aa6-4010-8f33-cd0a044e21c3 initialized May 12, 2024 5:04:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490278881/ May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490278881/ May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fab802ee-1aa6-4010-8f33-cd0a044e21c3 shut down May 12, 2024 5:04:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04: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. May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a3ac8f27-5e29-41ee-b39d-4bc2d56cc55d initialized May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490279362/ May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490279362/ May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a3ac8f27-5e29-41ee-b39d-4bc2d56cc55d shut down May 12, 2024 5:04:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04: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. May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db9710a5-db51-44d1-9477-7998adb06d4c initialized May 12, 2024 5:04:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490279814/ May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490279814/ May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db9710a5-db51-44d1-9477-7998adb06d4c shut down May 12, 2024 5:04:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7711cf38-6f8d-42d2-a9ff-3868f6e06af9 initialized May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490280249/ May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490280249/ May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7711cf38-6f8d-42d2-a9ff-3868f6e06af9 shut down May 12, 2024 5:04:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7617deb1-e8f7-49d3-8d42-1fc42ae8bb0e initialized May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490280670/ May 12, 2024 5:04:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490280670/ May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7617deb1-e8f7-49d3-8d42-1fc42ae8bb0e shut down May 12, 2024 5:04:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cde80b16-d624-495d-877f-c5814e42bee3 initialized May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490281239/ May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490281239/ May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cde80b16-d624-495d-877f-c5814e42bee3 shut down May 12, 2024 5:04:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 35e2c2a7-55a4-4796-86e9-8d5ffa206aa5 initialized May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490281647/ May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490281647/ May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 35e2c2a7-55a4-4796-86e9-8d5ffa206aa5 shut down May 12, 2024 5:04:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 861db4b7-0895-466e-978b-4f3cdd8dd195 initialized May 12, 2024 5:04:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490282119/ May 12, 2024 5:04:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490282119/ May 12, 2024 5:04:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 861db4b7-0895-466e-978b-4f3cdd8dd195 shut down May 12, 2024 5:04:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container abca144a-0bb2-4d96-8adf-eb722ff9db3c initialized May 12, 2024 5:04:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490282494/ May 12, 2024 5:04:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490282494/ May 12, 2024 5:04:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container abca144a-0bb2-4d96-8adf-eb722ff9db3c shut down May 12, 2024 5:04: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. May 12, 2024 5:04: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. May 12, 2024 5:04:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f7591bc3-db1c-4d56-8175-321c03736dbe initialized May 12, 2024 5:04:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490284020/ May 12, 2024 5:04:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490284020/ May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f7591bc3-db1c-4d56-8175-321c03736dbe shut down May 12, 2024 5:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4c2b01a2-70d0-4a5a-94c3-3a1d17ed500d initialized May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490285473/ May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490285473/ May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4c2b01a2-70d0-4a5a-94c3-3a1d17ed500d shut down May 12, 2024 5:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 12052c5c-fbe4-469b-90c8-d76082085669 initialized May 12, 2024 5:04:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490285812/ May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490285812/ May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 12052c5c-fbe4-469b-90c8-d76082085669 shut down May 12, 2024 5:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c9782106-a8a1-4529-8e94-fd43049b5ea4 initialized May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490286160/ May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490286160/ May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c9782106-a8a1-4529-8e94-fd43049b5ea4 shut down May 12, 2024 5:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 864a172e-850b-4aba-ae6f-e56fe2ba0e3f initialized May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490286531/ May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490286531/ May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 864a172e-850b-4aba-ae6f-e56fe2ba0e3f shut down May 12, 2024 5:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 916e7819-953b-4415-a384-771dfb3ee9b0 initialized May 12, 2024 5:04:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490286854/ May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490286854/ May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 916e7819-953b-4415-a384-771dfb3ee9b0 shut down May 12, 2024 5:04:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ca4961e8-3641-4489-bc9d-3ee7f6740725 initialized May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490287237/ May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490287237/ May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ca4961e8-3641-4489-bc9d-3ee7f6740725 shut down May 12, 2024 5:04:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5e9ba4f1-032e-464d-8b8c-2baf4390ce36 initialized May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490287590/ May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490287590/ May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5e9ba4f1-032e-464d-8b8c-2baf4390ce36 shut down May 12, 2024 5:04:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cc146688-df3e-48a4-ba95-de397acc7f8e initialized May 12, 2024 5:04:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490287912/ May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490287912/ May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cc146688-df3e-48a4-ba95-de397acc7f8e shut down May 12, 2024 5:04:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a5c56a0f-77e8-4302-92ab-bef16ba2ec29 initialized May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490288284/ May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490288284/ May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a5c56a0f-77e8-4302-92ab-bef16ba2ec29 shut down May 12, 2024 5:04:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c7c97ac-745c-4341-9cc3-9c3685cf6aa5 initialized May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490288625/ May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490288625/ May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5c7c97ac-745c-4341-9cc3-9c3685cf6aa5 shut down May 12, 2024 5:04:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b640a36f-3a66-4ce2-83a3-2df7e6511717 initialized May 12, 2024 5:04:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490288997/ May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490288997/ May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b640a36f-3a66-4ce2-83a3-2df7e6511717 shut down May 12, 2024 5:04:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9db901d4-14f1-498f-95b0-f399682f5e91 initialized May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490289385/ May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490289385/ May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9db901d4-14f1-498f-95b0-f399682f5e91 shut down May 12, 2024 5:04:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d73ee3f5-8d4a-417f-ab36-a0098d0320d1 initialized May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490289758/ May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490289758/ May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d73ee3f5-8d4a-417f-ab36-a0098d0320d1 shut down May 12, 2024 5:04:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c8401fad-09eb-4d27-a2ae-91d1fb6c7346 initialized May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490290106/ May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490290106/ May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c8401fad-09eb-4d27-a2ae-91d1fb6c7346 shut down May 12, 2024 5:04:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 84e2918c-9d4a-4cbe-ae93-5ce7e9d9f01f initialized May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490290470/ May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490290470/ May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 84e2918c-9d4a-4cbe-ae93-5ce7e9d9f01f shut down May 12, 2024 5:04:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3cba8db9-1584-4cc4-bf88-37fab0951eb6 initialized May 12, 2024 5:04:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490290792/ May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490290792/ May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3cba8db9-1584-4cc4-bf88-37fab0951eb6 shut down May 12, 2024 5:04:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a41973a5-5be2-4f0c-a776-af7c692e856a initialized May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490291145/ May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490291145/ May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a41973a5-5be2-4f0c-a776-af7c692e856a shut down May 12, 2024 5:04:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f3d0609f-f944-4e49-b9f8-033da1e903e1 initialized May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490291472/ May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490291472/ May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f3d0609f-f944-4e49-b9f8-033da1e903e1 shut down May 12, 2024 5:04:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a61cae50-93ee-4a2c-b996-03def3cc7b7d initialized May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490291813/ May 12, 2024 5:04:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490291813/ May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a61cae50-93ee-4a2c-b996-03def3cc7b7d shut down May 12, 2024 5:04:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c94a850f-31cb-4a60-a7d2-dff48ee6bbaf initialized May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490292128/ May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490292128/ May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c94a850f-31cb-4a60-a7d2-dff48ee6bbaf shut down May 12, 2024 5:04:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ea9a0c62-4d72-4643-94b8-4f3521f2d700 initialized May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490292483/ May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490292483/ May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ea9a0c62-4d72-4643-94b8-4f3521f2d700 shut down May 12, 2024 5:04:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 554d6b8b-dd62-4357-8746-d462fef5b657 initialized May 12, 2024 5:04:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490292909/ May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490292909/ May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 554d6b8b-dd62-4357-8746-d462fef5b657 shut down May 12, 2024 5:04:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb26b17b-f525-458d-b3e7-a94e8cbe80ef initialized May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490293264/ May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490293264/ May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb26b17b-f525-458d-b3e7-a94e8cbe80ef shut down May 12, 2024 5:04:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 73b1062a-131c-48ec-a6b4-aa77d717bc8d initialized May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490293640/ May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490293640/ May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 73b1062a-131c-48ec-a6b4-aa77d717bc8d shut down May 12, 2024 5:04:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 716ee2f3-315f-478e-897a-18898c1a07ba initialized May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490294002/ May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490294002/ May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 716ee2f3-315f-478e-897a-18898c1a07ba shut down May 12, 2024 5:04: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. May 12, 2024 5:04: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. May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4317e049-1e2e-4c2e-9281-173a3236f9bc initialized May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490294388/ May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490294388/ May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4317e049-1e2e-4c2e-9281-173a3236f9bc shut down May 12, 2024 5:04: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. May 12, 2024 5:04: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. May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 803dee41-022c-4c70-9dc5-5c38e82b6cc9 initialized May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490294684/ May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490294684/ May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 803dee41-022c-4c70-9dc5-5c38e82b6cc9 shut down May 12, 2024 5:04: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. May 12, 2024 5:04: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. May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 000b18a5-667e-4290-9aef-44fb59d56da0 initialized May 12, 2024 5:04:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490294937/ May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490294937/ May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 000b18a5-667e-4290-9aef-44fb59d56da0 shut down May 12, 2024 5:04:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef3c6fa4-3662-4c4c-89a5-90c6428baacf initialized May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490295199/ May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490295199/ May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef3c6fa4-3662-4c4c-89a5-90c6428baacf shut down May 12, 2024 5:04:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 562d02c0-5a91-4ca3-91ca-5f49c220b469 initialized May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490295449/ May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490295449/ May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 562d02c0-5a91-4ca3-91ca-5f49c220b469 shut down [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.10 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest May 12, 2024 5:04:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f6bdd5a-7407-40c9-8716-615f5fab6c17 initialized May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490295723/ May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490295723/ May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f6bdd5a-7407-40c9-8716-615f5fab6c17 shut down May 12, 2024 5:04:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa6e16d6-94c7-4246-86d8-3e1560a6e3fd initialized May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490296014/ May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490296014/ May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aa6e16d6-94c7-4246-86d8-3e1560a6e3fd shut down May 12, 2024 5:04:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a6002a11-6de1-4598-aa1e-3b2d956b297d initialized May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490296282/ May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490296282/ May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a6002a11-6de1-4598-aa1e-3b2d956b297d shut down May 12, 2024 5:04:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d4193046-dc84-47a3-9b8f-df01a0e1bc1f initialized May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490296533/ May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490296533/ May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d4193046-dc84-47a3-9b8f-df01a0e1bc1f shut down May 12, 2024 5:04:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd5ba695-cee3-4f87-987b-b2594df7f597 initialized May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490296802/ May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490296802/ May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd5ba695-cee3-4f87-987b-b2594df7f597 shut down May 12, 2024 5:04:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b220688f-6147-4ca1-86b4-82209eddf5e2 initialized May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490297064/ May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490297064/ May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b220688f-6147-4ca1-86b4-82209eddf5e2 shut down May 12, 2024 5:04:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3812372-aa0b-47c7-b4e0-71d2ddddb1ae initialized May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490297319/ May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490297319/ May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3812372-aa0b-47c7-b4e0-71d2ddddb1ae shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.887 s -- in org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultVertexTraversalTest May 12, 2024 5:04:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 85cbc0d3-adc8-4e97-9120-a785cf9d22ee initialized May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490297600/ May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490297600/ May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 85cbc0d3-adc8-4e97-9120-a785cf9d22ee shut down May 12, 2024 5:04:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fbbf527c-d9d5-4a60-aaa0-967e08e100f0 initialized May 12, 2024 5:04:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490297858/ May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490297858/ May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fbbf527c-d9d5-4a60-aaa0-967e08e100f0 shut down May 12, 2024 5:04:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb2dd71a-1b6d-4029-9aa3-9bbe1828fff5 initialized May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490298119/ May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490298119/ May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb2dd71a-1b6d-4029-9aa3-9bbe1828fff5 shut down May 12, 2024 5:04:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bdf25542-da7f-4886-a33b-ae63596fa511 initialized May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490298403/ May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490298403/ May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bdf25542-da7f-4886-a33b-ae63596fa511 shut down May 12, 2024 5:04:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a9fba3e2-5e41-450b-9fb5-ea7d9029c7ea initialized May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490298636/ May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490298636/ May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a9fba3e2-5e41-450b-9fb5-ea7d9029c7ea shut down May 12, 2024 5:04:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f24908c-a1e5-4d33-95b5-d89c348b2cfe initialized May 12, 2024 5:04:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490298885/ May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490298885/ May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f24908c-a1e5-4d33-95b5-d89c348b2cfe shut down May 12, 2024 5:04:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aadbd878-5920-448c-b8f2-09c8aab656f6 initialized May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490299127/ May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490299127/ May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aadbd878-5920-448c-b8f2-09c8aab656f6 shut down May 12, 2024 5:04:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6feaafca-5944-4053-a09b-83c8b8efb982 initialized May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490299362/ May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490299362/ May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6feaafca-5944-4053-a09b-83c8b8efb982 shut down May 12, 2024 5:04:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c4b26dec-8e07-4962-b250-c0d717354f30 initialized May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490299616/ May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490299616/ May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c4b26dec-8e07-4962-b250-c0d717354f30 shut down May 12, 2024 5:04:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:04:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:04: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] May 12, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e1ee53f-0a36-43a7-84a0-4ad612e0bf7c initialized May 12, 2024 5:04:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490299870/ May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490299870/ May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e1ee53f-0a36-43a7-84a0-4ad612e0bf7c shut down May 12, 2024 5:05:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c6c13baa-791b-479c-9d8b-7a93bf3e1ca5 initialized May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490300135/ May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490300135/ May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c6c13baa-791b-479c-9d8b-7a93bf3e1ca5 shut down May 12, 2024 5:05:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cebba59e-70e1-40d2-8005-9135d8081ef0 initialized May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490300416/ May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490300416/ May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cebba59e-70e1-40d2-8005-9135d8081ef0 shut down May 12, 2024 5:05:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 82cc876c-c85d-41c2-9d4d-dc124d5f61e6 initialized May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490300701/ May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490300701/ May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 82cc876c-c85d-41c2-9d4d-dc124d5f61e6 shut down May 12, 2024 5:05:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f793723-155c-4ac1-abde-a7f4978e2f2a initialized May 12, 2024 5:05:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490300962/ May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490300962/ May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f793723-155c-4ac1-abde-a7f4978e2f2a shut down May 12, 2024 5:05:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 60f4beae-3098-4094-a9b8-20ceac3d58fa initialized May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490301303/ May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490301303/ May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 60f4beae-3098-4094-a9b8-20ceac3d58fa shut down May 12, 2024 5:05:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 950dcbc2-b606-4235-9bb0-b0fcd262c5be initialized May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490301610/ May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490301610/ May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 950dcbc2-b606-4235-9bb0-b0fcd262c5be shut down May 12, 2024 5:05:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43428fcf-ac3a-4511-bf8e-e5b5077449dd initialized May 12, 2024 5:05:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490301874/ May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490301874/ May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43428fcf-ac3a-4511-bf8e-e5b5077449dd shut down May 12, 2024 5:05:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f3ff0197-c699-4db3-bf31-15285090bd2e initialized May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490302135/ May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490302135/ May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f3ff0197-c699-4db3-bf31-15285090bd2e shut down May 12, 2024 5:05:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f3b2634c-191a-4047-aed0-2bb25135c61e initialized May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490302386/ May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490302386/ May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f3b2634c-191a-4047-aed0-2bb25135c61e shut down May 12, 2024 5:05:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 618d8c87-89b0-4fea-b660-ad4d6a1047e4 initialized May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490302650/ May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490302650/ May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 618d8c87-89b0-4fea-b660-ad4d6a1047e4 shut down May 12, 2024 5:05:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 20125093-2d4e-4621-8380-35d8e4f0ac5a initialized May 12, 2024 5:05:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490302914/ May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490302914/ May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 20125093-2d4e-4621-8380-35d8e4f0ac5a shut down May 12, 2024 5:05:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 09671de7-67be-4aab-ac28-0486ccf1e27b initialized May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490303161/ May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490303161/ May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 09671de7-67be-4aab-ac28-0486ccf1e27b shut down May 12, 2024 5:05:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 80f0012a-5d7d-4369-8c0f-ef3d43456781 initialized May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490303407/ May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490303407/ May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 80f0012a-5d7d-4369-8c0f-ef3d43456781 shut down May 12, 2024 5:05:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container df8d62df-3769-470b-aa49-0ceef754cce2 initialized May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490303620/ May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490303620/ May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container df8d62df-3769-470b-aa49-0ceef754cce2 shut down May 12, 2024 5:05:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 345a3835-4243-44a7-8ea9-7c14cd397b03 initialized May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490303848/ May 12, 2024 5:05:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490303848/ May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 345a3835-4243-44a7-8ea9-7c14cd397b03 shut down May 12, 2024 5:05:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 501fd492-04d7-4f23-97ac-dd51ab764ccc initialized May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490304074/ May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490304074/ May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 501fd492-04d7-4f23-97ac-dd51ab764ccc shut down May 12, 2024 5:05:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f5cbd8c-d78b-4731-826f-ba5510dae428 initialized May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490304335/ May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490304335/ May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f5cbd8c-d78b-4731-826f-ba5510dae428 shut down May 12, 2024 5:05:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c4203aa4-6683-4d1f-8d91-abb0b826147a initialized May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490304584/ May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490304584/ May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c4203aa4-6683-4d1f-8d91-abb0b826147a shut down May 12, 2024 5:05:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9a8a682e-91a1-4071-a9a4-c1d7764324ed initialized May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490304808/ May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490304808/ May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9a8a682e-91a1-4071-a9a4-c1d7764324ed shut down May 12, 2024 5:05:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c32115c1-4631-430a-aa1b-34cd35834739 initialized May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490305013/ May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490305013/ May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c32115c1-4631-430a-aa1b-34cd35834739 shut down May 12, 2024 5:05:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b70c0e64-b0be-4e87-9892-5bda9100292f initialized May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490305249/ May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490305249/ May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b70c0e64-b0be-4e87-9892-5bda9100292f shut down May 12, 2024 5:05:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f68e7677-2b66-4c3a-9054-bda5a8368cf2 initialized May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490305464/ May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490305464/ May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f68e7677-2b66-4c3a-9054-bda5a8368cf2 shut down May 12, 2024 5:05:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 592545fc-a742-41dc-ad86-55971d681507 initialized May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490305706/ May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490305706/ May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 592545fc-a742-41dc-ad86-55971d681507 shut down May 12, 2024 5:05:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d8dff077-5dcd-45fa-8be7-7a38af2b4f05 initialized May 12, 2024 5:05:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490305938/ May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490305938/ May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d8dff077-5dcd-45fa-8be7-7a38af2b4f05 shut down May 12, 2024 5:05:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 106b08fd-aaf0-4428-8ca6-4a9c106af1bc initialized May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490306164/ May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490306164/ May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 106b08fd-aaf0-4428-8ca6-4a9c106af1bc shut down May 12, 2024 5:05:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0809f6b5-e3cb-4718-be9b-0d75b34d228c initialized May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490306408/ May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490306408/ May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0809f6b5-e3cb-4718-be9b-0d75b34d228c shut down May 12, 2024 5:05:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d246b22f-d767-43bd-8ff1-123a22770e72 initialized May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490306651/ May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490306651/ May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d246b22f-d767-43bd-8ff1-123a22770e72 shut down May 12, 2024 5:05:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:06 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11d875c0-ed9b-48ce-a7f9-8c2d08388070 initialized May 12, 2024 5:05:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490306904/ May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490306904/ May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11d875c0-ed9b-48ce-a7f9-8c2d08388070 shut down May 12, 2024 5:05:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 60a9ef7a-c89b-41bd-b928-af2e59e50cd8 initialized May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490307147/ May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490307147/ May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 60a9ef7a-c89b-41bd-b928-af2e59e50cd8 shut down May 12, 2024 5:05:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72c1432b-c188-494a-b6f9-db825a6dcdf4 initialized May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490307381/ May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490307381/ May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72c1432b-c188-494a-b6f9-db825a6dcdf4 shut down May 12, 2024 5:05:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f33060a4-3218-4592-a9b3-d37b5b355a1d initialized May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490307639/ May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490307639/ May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f33060a4-3218-4592-a9b3-d37b5b355a1d shut down May 12, 2024 5:05:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:07 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 88bb724e-fa11-4ad1-ba66-0265cc861e77 initialized May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490308054/ May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490308054/ May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 88bb724e-fa11-4ad1-ba66-0265cc861e77 shut down May 12, 2024 5:05:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be4006cc-1ba0-4478-8caa-9e1c5003b9d1 initialized May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490308382/ May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490308382/ May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be4006cc-1ba0-4478-8caa-9e1c5003b9d1 shut down May 12, 2024 5:05:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e772d1f1-387a-431f-a099-57927e13443d initialized May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490308686/ May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490308686/ May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e772d1f1-387a-431f-a099-57927e13443d shut down May 12, 2024 5:05:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:08 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a73f556e-89b2-431e-aad9-f7e53f918d61 initialized May 12, 2024 5:05:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490308978/ May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490308978/ May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a73f556e-89b2-431e-aad9-f7e53f918d61 shut down May 12, 2024 5:05:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 689b4187-7533-47b6-aec6-55be808c4a3b initialized May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490309254/ May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490309254/ May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 689b4187-7533-47b6-aec6-55be808c4a3b shut down May 12, 2024 5:05:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8d0e204a-7f8f-4f59-84d8-b372952d1484 initialized May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490309557/ May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490309557/ May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8d0e204a-7f8f-4f59-84d8-b372952d1484 shut down May 12, 2024 5:05:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e1a74642-3212-48b3-924f-fa5cdb437ff1 initialized May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490309840/ May 12, 2024 5:05:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490309840/ May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e1a74642-3212-48b3-924f-fa5cdb437ff1 shut down May 12, 2024 5:05:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1df1373f-7a2b-47ad-bb06-8d7fe15f362b initialized May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490310100/ May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490310100/ May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1df1373f-7a2b-47ad-bb06-8d7fe15f362b shut down May 12, 2024 5:05:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 225c0fea-4eb8-4580-933b-69be1ad3067e initialized May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490310325/ May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490310325/ May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 225c0fea-4eb8-4580-933b-69be1ad3067e shut down May 12, 2024 5:05:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55ce787a-133d-4a0a-8035-972fff5aa94e initialized May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490310562/ May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490310562/ May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55ce787a-133d-4a0a-8035-972fff5aa94e shut down May 12, 2024 5:05:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05: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] May 12, 2024 5:05:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 27936411-e3a6-40e2-8ba5-52efef925c81 initialized May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490310811/ May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490310811/ May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 27936411-e3a6-40e2-8ba5-52efef925c81 shut down May 12, 2024 5:05:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:11 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] May 12, 2024 5:05:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9b9b0df8-49eb-4df5-ae2c-48b4747f88ae initialized May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490311043/ May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490311043/ May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9b9b0df8-49eb-4df5-ae2c-48b4747f88ae shut down [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.69 s -- in org.eclipse.jnosql.mapping.graph.DefaultVertexTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.EdgeEntityTest May 12, 2024 5:05:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:11 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] May 12, 2024 5:05:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4b7ead70-ffd4-4e61-a459-1dda22e7bf65 initialized May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490311277/ May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490311277/ May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4b7ead70-ffd4-4e61-a459-1dda22e7bf65 shut down May 12, 2024 5:05:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:11 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] May 12, 2024 5:05:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d21df259-f52b-4ed6-9487-ea2ffb402c7c initialized May 12, 2024 5:05:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d21df259-f52b-4ed6-9487-ea2ffb402c7c shut down May 12, 2024 5:05:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:11 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] May 12, 2024 5:05:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd3289f5-4c29-4371-9d5c-4325ad25c58f initialized May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490311521/ May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490311521/ May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd3289f5-4c29-4371-9d5c-4325ad25c58f shut down May 12, 2024 5:05:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:11 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] May 12, 2024 5:05:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc025c75-51ca-4116-8d00-decb04a0eca7 initialized May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490311742/ May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490311742/ May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc025c75-51ca-4116-8d00-decb04a0eca7 shut down May 12, 2024 5:05:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:11 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] May 12, 2024 5:05:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4e3fe90f-dbb4-41a7-8e5c-ff3a1f4317bf initialized May 12, 2024 5:05:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490311982/ May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490311982/ May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4e3fe90f-dbb4-41a7-8e5c-ff3a1f4317bf shut down May 12, 2024 5:05:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:12 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] May 12, 2024 5:05:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c641c73a-f2b7-43e5-8500-7a1df1e38f17 initialized May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490312196/ May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490312196/ May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c641c73a-f2b7-43e5-8500-7a1df1e38f17 shut down May 12, 2024 5:05:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:12 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] May 12, 2024 5:05:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 66409af9-b573-42cf-bbe2-e0966226e439 initialized May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490312391/ May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490312391/ May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 66409af9-b573-42cf-bbe2-e0966226e439 shut down May 12, 2024 5:05:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:12 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] May 12, 2024 5:05:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 881095ba-157c-477e-b3ed-c740300d4d2a initialized May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490312573/ May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490312573/ May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 881095ba-157c-477e-b3ed-c740300d4d2a shut down May 12, 2024 5:05:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:12 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] May 12, 2024 5:05:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6393142f-30e7-4c87-86cb-a26c5a70e6c2 initialized May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490312779/ May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490312779/ May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6393142f-30e7-4c87-86cb-a26c5a70e6c2 shut down May 12, 2024 5:05:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:12 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] May 12, 2024 5:05:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 693e614b-5a7e-4f55-ae08-d26654f18338 initialized May 12, 2024 5:05:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 693e614b-5a7e-4f55-ae08-d26654f18338 shut down May 12, 2024 5:05:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:13 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] May 12, 2024 5:05:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 557741a0-134b-4400-a41c-eba698e7209a initialized May 12, 2024 5:05:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 557741a0-134b-4400-a41c-eba698e7209a shut down May 12, 2024 5:05:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:13 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] May 12, 2024 5:05:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 68799c55-06af-493d-a0e2-1a34663871b5 initialized May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490313092/ May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490313092/ May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 68799c55-06af-493d-a0e2-1a34663871b5 shut down May 12, 2024 5:05:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:13 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] May 12, 2024 5:05:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f62bb7c6-6949-4321-9807-936c8c27b51a initialized May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490313312/ May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490313312/ May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f62bb7c6-6949-4321-9807-936c8c27b51a shut down May 12, 2024 5:05:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:13 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] May 12, 2024 5:05:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a726d57f-00d5-4fa4-a775-f8c36a3bde0e initialized May 12, 2024 5:05:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a726d57f-00d5-4fa4-a775-f8c36a3bde0e shut down May 12, 2024 5:05:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:13 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] May 12, 2024 5:05:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 81f72390-9a93-4828-ab1b-8fc326f7af04 initialized May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490313564/ May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490313564/ May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 81f72390-9a93-4828-ab1b-8fc326f7af04 shut down May 12, 2024 5:05:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:13 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] May 12, 2024 5:05:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 80dffdf4-e561-47cd-91d2-f3216688583c initialized May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490313798/ May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490313798/ May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 80dffdf4-e561-47cd-91d2-f3216688583c shut down May 12, 2024 5:05:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:13 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] May 12, 2024 5:05:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bbd29f5f-011d-4d01-9480-7f1780fabd8a initialized May 12, 2024 5:05:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490313991/ May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490313991/ May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bbd29f5f-011d-4d01-9480-7f1780fabd8a shut down May 12, 2024 5:05:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:14 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] May 12, 2024 5:05:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ed3f12f9-db9a-4b24-9309-e5d1110b1e38 initialized May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490314276/ May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490314276/ May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ed3f12f9-db9a-4b24-9309-e5d1110b1e38 shut down May 12, 2024 5:05:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:14 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] May 12, 2024 5:05:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11262b04-aa61-463d-a866-fcf2997a8d1f initialized May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490314501/ May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490314501/ May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11262b04-aa61-463d-a866-fcf2997a8d1f shut down May 12, 2024 5:05:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:14 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] May 12, 2024 5:05:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a1a9caf5-40c2-4178-9ed9-f30772922964 initialized May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490314723/ May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490314723/ May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a1a9caf5-40c2-4178-9ed9-f30772922964 shut down May 12, 2024 5:05:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:14 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] May 12, 2024 5:05:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7448256e-904f-4d26-8e8e-fe4d2cae3327 initialized May 12, 2024 5:05:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490314938/ May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490314938/ May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7448256e-904f-4d26-8e8e-fe4d2cae3327 shut down May 12, 2024 5:05:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:15 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] May 12, 2024 5:05:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bf354f55-47e9-4697-9116-3de91691b012 initialized May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490315202/ May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490315202/ May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bf354f55-47e9-4697-9116-3de91691b012 shut down May 12, 2024 5:05:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:15 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] May 12, 2024 5:05:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e745f966-ab07-42e7-ae6c-b2ecd30ab34b initialized May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490315411/ May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490315411/ May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e745f966-ab07-42e7-ae6c-b2ecd30ab34b shut down May 12, 2024 5:05:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:15 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] May 12, 2024 5:05:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 126dbd92-ec14-4dcc-b460-fed99577348c initialized May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490315663/ May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490315663/ May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 126dbd92-ec14-4dcc-b460-fed99577348c shut down May 12, 2024 5:05:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:15 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] May 12, 2024 5:05:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e4d48de-95f2-46df-91d1-0894d7bab02c initialized May 12, 2024 5:05:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490315909/ May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490315909/ May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e4d48de-95f2-46df-91d1-0894d7bab02c shut down May 12, 2024 5:05:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:16 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] May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 23b4b0d8-8b8b-4a83-af25-272cfe349082 initialized May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 23b4b0d8-8b8b-4a83-af25-272cfe349082 shut down [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.898 s -- in org.eclipse.jnosql.mapping.graph.EdgeEntityTest [INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest May 12, 2024 5:05:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:16 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] May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e77edf7-49cd-4ef9-ba84-fb6ad9be5db9 initialized May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e77edf7-49cd-4ef9-ba84-fb6ad9be5db9 shut down May 12, 2024 5:05:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:16 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] May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container baf161b8-78d4-4ccb-95a3-8b1e215178fe initialized May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container baf161b8-78d4-4ccb-95a3-8b1e215178fe shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateTest May 12, 2024 5:05:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:16 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] May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 31d33682-537a-4529-9a50-33d6bc6b9239 initialized May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 31d33682-537a-4529-9a50-33d6bc6b9239 shut down May 12, 2024 5:05:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:16 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] May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e2ad25e-ed35-4f25-bf1d-dee25afe5bf3 initialized May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e2ad25e-ed35-4f25-bf1d-dee25afe5bf3 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest May 12, 2024 5:05:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:16 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] May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a8cf653c-cc12-4122-b91e-8784097a4aed initialized May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a8cf653c-cc12-4122-b91e-8784097a4aed shut down May 12, 2024 5:05:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:16 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] May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b38a6916-d2d1-48bd-9424-e4ec88d9160b initialized May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b38a6916-d2d1-48bd-9424-e4ec88d9160b shut down May 12, 2024 5:05:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:16 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] May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e10178c6-28aa-4e21-8e33-ba63dcce657b initialized May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e10178c6-28aa-4e21-8e33-ba63dcce657b shut down May 12, 2024 5:05:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:16 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] May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61ceeb55-ba90-4219-880d-cf77d4af11ff initialized May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 61ceeb55-ba90-4219-880d-cf77d4af11ff shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest [INFO] Running org.eclipse.jnosql.mapping.graph.spi.GraphExtensionTest May 12, 2024 5:05:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:16 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] May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container da455a40-92a5-49a4-ad5f-98bd6d01465f initialized May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Starting Graph database at directory: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490316610/ May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Removing directory graph database: /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-graph/1715490316610/ May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container da455a40-92a5-49a4-ad5f-98bd6d01465f shut down May 12, 2024 5:05:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:16 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] May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 81da7dd0-e8af-4ddc-bf98-e30eaec021d8 initialized May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 81da7dd0-e8af-4ddc-bf98-e30eaec021d8 shut down May 12, 2024 5:05:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:16 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] May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8109418c-e29f-4d26-94a6-451ad28bdf66 initialized May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8109418c-e29f-4d26-94a6-451ad28bdf66 shut down May 12, 2024 5:05:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 12, 2024 5:05:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 12, 2024 5:05:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 12, 2024 5:05:16 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] May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f2f65d04-164f-4d54-bc9a-dae4c7e2e10b initialized May 12, 2024 5:05:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f2f65d04-164f-4d54-bc9a-dae4c7e2e10b shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s -- in org.eclipse.jnosql.mapping.graph.spi.GraphExtensionTest [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/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/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/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/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/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/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/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/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:13: warning: no comment [WARNING] public class JDQLLexer extends Lexer { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:314: warning: no comment [WARNING] public static final ATN _ATN = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:16: warning: no comment [WARNING] protected static final DFA[] _decisionToDFA; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:134: warning: no comment [WARNING] public static final String _serializedATN = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:17: warning: no comment [WARNING] protected static final PredictionContextCache _sharedContextCache = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment [WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment [WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:29: warning: no comment [WARNING] public static String[] channelNames = { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment [WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment [WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment [WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment [WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment [WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment [WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment [WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment [WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment [WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment [WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment [WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment [WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment [WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:25: warning: no comment [WARNING] LOCAL_DATETIME=41, LOCAL_TIME=42, BETWEEN=43, LIKE=44, EQ=45, GT=46, LT=47, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:33: warning: no comment [WARNING] public static String[] modeNames = { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:26: warning: no comment [WARNING] NEQ=48, GTEQ=49, LTEQ=50, PLUS=51, MINUS=52, MUL=53, DIV=54, CONCAT=55, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment [WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:27: warning: no comment [WARNING] COMMA=56, DOT=57, LPAREN=58, RPAREN=59, COLON=60, QUESTION=61, IDENTIFIER=62, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:50: warning: no comment [WARNING] public static final String[] ruleNames = makeRuleNames(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment [WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.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/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:23: warning: no comment [WARNING] IS=25, NULL=26, COUNT=27, TRUE=28, FALSE=29, ASC=30, DESC=31, AND=32, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:21: warning: no comment [WARNING] T__9=10, T__10=11, T__11=12, T__12=13, T__13=14, SELECT=15, UPDATE=16, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:24: warning: no comment [WARNING] OR=33, ABS=34, LENGTH=35, LOWER=36, UPPER=37, LEFT=38, RIGHT=39, LOCAL_DATE=40, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:77: warning: no comment [WARNING] public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:22: warning: no comment [WARNING] DELETE=17, FROM=18, WHERE=19, SET=20, ORDER=21, BY=22, NOT=23, IN=24, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:28: warning: no comment [WARNING] STRING=63, INTEGER=64, DOUBLE=65, WS=66, LINE_COMMENT=67, BLOCK_COMMENT=68; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLLexer.java:111: warning: no comment [WARNING] public JDQLLexer(CharStream input) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:13: warning: no comment [WARNING] public class JDQLParser extends Parser { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:757: warning: no comment [WARNING] public static class Aggregate_expressionContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:1148: warning: no comment [WARNING] public static class Between_expressionContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:1087: warning: no comment [WARNING] public static class Comparison_expressionContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:923: warning: no comment [WARNING] public static class Conditional_expressionContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:348: warning: no comment [WARNING] public static class Delete_statementContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:2034: warning: no comment [WARNING] public static class Entity_nameContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:2071: warning: no comment [WARNING] public static class Enum_literalContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:404: warning: no comment [WARNING] public static class From_clauseContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:1763: warning: no comment [WARNING] public static class Function_expressionContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:1269: warning: no comment [WARNING] public static class In_expressionContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:1357: warning: no comment [WARNING] public static class In_itemContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:2134: warning: no comment [WARNING] public static class Input_parameterContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:1212: warning: no comment [WARNING] public static class Like_expressionContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:2193: warning: no comment [WARNING] public static class LiteralContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:1427: warning: no comment [WARNING] public static class Null_comparison_expressionContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:802: warning: no comment [WARNING] public static class Orderby_clauseContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:871: warning: no comment [WARNING] public static class Orderby_itemContext extends ParserRuleContext { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/generated-sources/antlr4/org/eclipse/jnosql/query/grammar/data/JDQLParser.java:1668: warning: no comment [WARNING] public static class Primary_expressionContext extends ParserRuleContext { [WARNING] ^ [WARNING] 100 warnings [INFO] Building jar: /home/jenkins/agent/workspace/jnosql/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/jnosql-mapping/jnosql-mapping-graph/target/jacoco.exec [INFO] Analyzed bundle 'jnosql-mapping-graph' with 101 classes [INFO] [INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-graph --- [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-graph/1.1.1-SNAPSHOT/jnosql-mapping-graph-1.1.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-mapping-graph-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-graph/1.1.1-SNAPSHOT/jnosql-mapping-graph-1.1.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-mapping-graph-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-graph/1.1.1-SNAPSHOT/jnosql-mapping-graph-1.1.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jnosql/jnosql-mapping/jnosql-mapping-graph/target/jnosql-mapping-graph-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-graph/1.1.1-SNAPSHOT/jnosql-mapping-graph-1.1.1-SNAPSHOT-javadoc.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse JNoSQL 1.1.1-SNAPSHOT: [INFO] [INFO] Eclipse JNoSQL ..................................... SUCCESS [ 10.568 s] [INFO] jnosql-communication ............................... SUCCESS [ 0.172 s] [INFO] jnosql-communication-core .......................... SUCCESS [ 20.872 s] [INFO] jnosql-communication-query ......................... SUCCESS [ 18.088 s] [INFO] jnosql-communication-key-value ..................... SUCCESS [ 5.344 s] [INFO] jnosql-communication-semistructured ................ SUCCESS [ 14.151 s] [INFO] jnosql-mapping-parent .............................. SUCCESS [ 2.060 s] [INFO] jnosql-mapping-api-core ............................ SUCCESS [ 9.416 s] [INFO] jnosql-mapping-reflection .......................... SUCCESS [ 18.189 s] [INFO] jnosql-mapping-core ................................ SUCCESS [ 19.600 s] [INFO] jnosql-mapping-semistructured ...................... SUCCESS [ 33.434 s] [INFO] jnosql-mapping-document ............................ SUCCESS [ 12.597 s] [INFO] jnosql-mapping-column .............................. SUCCESS [ 11.918 s] [INFO] jnosql-mapping-key-value ........................... SUCCESS [ 21.132 s] [INFO] jnosql-mapping-graph ............................... SUCCESS [01:45 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:03 min [INFO] Finished at: 2024-05-12T05:05:22Z [INFO] ------------------------------------------------------------------------ Triggering a new build of jnosql-sonar Finished: SUCCESS