Started by timer Running as SYSTEM Agent basic-7fwln is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-7fwln" 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-7fwln" - 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-7fwln" - 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-7fwln (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 152138639d16ca7667e7c743ba3770489d576efe (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 152138639d16ca7667e7c743ba3770489d576efe # timeout=10 Commit message: "Merge pull request #501 from KyleAure/profile-property-change" > git rev-list --no-walk 466558eea6a870d0efb73f41046159a93a02eac7 # 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.642 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: 2.628 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: 3.328 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.043 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.029 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.008 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.008 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenFilledParamsTest$WhenAddMethodIsCalledTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 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.053 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.007 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest$WhenAddMethodIsCalledTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.jnosql.communication.ParamsTest$GivenEmptyParamsTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 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.304 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.016 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.059 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.187 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.430 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.256 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.335 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.271 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.294 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.005 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.373 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.292 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.525 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.317 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.017 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.291 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.005 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.591 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.290 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.268 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.175 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.018 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.495 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.099 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.006 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.297 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.244 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.005 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.029 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.085 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.025 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.296 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.005 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.057 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.257 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.006 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.005 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.186 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.028 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.003 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.027 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.062 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: 5.632 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.748 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.096 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.105 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.129 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.072 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.122 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.511 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.043 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.104 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.103 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.098 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.128 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.055 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.485 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.045 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.191 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.005 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.037 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.006 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.024 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.177 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.008 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.373 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.437 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: 2.478 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: 3.541 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.016 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: 6.472 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.048 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.095 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.043 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.109 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.528 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.040 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.113 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.706 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.286 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.129 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.058 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.002 s -- in org.eclipse.jnosql.communication.semistructured.ElementParamsTest [INFO] Running org.eclipse.jnosql.communication.semistructured.ElementTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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.063 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.190 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.202 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: 2.966 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.077 s -- in org.eclipse.jnosql.mapping.DatabaseQualifierTest [INFO] Running org.eclipse.jnosql.mapping.DatabasesTest May 14, 2024 5:02:48 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.337 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.008 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.019 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.070 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.009 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.005 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.785 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.658 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: 2.936 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.090 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.134 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.536 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.010 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.048 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorEventTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest May 14, 2024 5:03:08 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 14, 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 14, 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 14, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cd10891a-379b-4178-805c-39a47be14886 initialized May 14, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cd10891a-379b-4178-805c-39a47be14886 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e88b2c9-fde1-4d2b-858c-d4fb6ff87343 initialized May 14, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e88b2c9-fde1-4d2b-858c-d4fb6ff87343 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 71b5cc55-f626-4e3e-b620-a9d85cb22a8e initialized May 14, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 71b5cc55-f626-4e3e-b620-a9d85cb22a8e shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4e476927-7142-462e-a78a-c371e3fbbbec initialized May 14, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4e476927-7142-462e-a78a-c371e3fbbbec shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8be4be08-5f65-4a96-9038-7bad3b8eaa5a initialized May 14, 2024 5:03:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8be4be08-5f65-4a96-9038-7bad3b8eaa5a shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8d0e3958-98b2-4e1e-9bad-d0040d384834 initialized May 14, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8d0e3958-98b2-4e1e-9bad-d0040d384834 shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.956 s -- in org.eclipse.jnosql.mapping.reflection.ConstructorMetadataBuilderTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultConstructorBuilderTest May 14, 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 14, 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 14, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d83427e5-96aa-4105-9b15-a2c68a55fa05 initialized May 14, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d83427e5-96aa-4105-9b15-a2c68a55fa05 shut down May 14, 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 14, 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 14, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d51f7d85-1049-4c99-99ac-72faa02d101f initialized May 14, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d51f7d85-1049-4c99-99ac-72faa02d101f shut down May 14, 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 14, 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 14, 2024 5:03:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8534a40b-001f-42c1-bf21-157a3b41d854 initialized May 14, 2024 5:03:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8534a40b-001f-42c1-bf21-157a3b41d854 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5c8c0e14-2033-4b5b-bcb2-4520c2303506 initialized May 14, 2024 5:03:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5c8c0e14-2033-4b5b-bcb2-4520c2303506 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e07eee59-0356-4170-9eb3-d0e4b71ac41a initialized May 14, 2024 5:03:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e07eee59-0356-4170-9eb3-d0e4b71ac41a shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.337 s -- in org.eclipse.jnosql.mapping.reflection.DefaultConstructorBuilderTest [INFO] Running org.eclipse.jnosql.mapping.reflection.DefaultEntitiesMetadataTest May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ee5bbe4b-5f38-4d72-b249-edc93da6a35a initialized May 14, 2024 5:03:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ee5bbe4b-5f38-4d72-b249-edc93da6a35a shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43d4315a-072f-446e-84cd-349525c13786 initialized May 14, 2024 5:03:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43d4315a-072f-446e-84cd-349525c13786 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3f2e6f1c-3f1d-490d-a5e0-a1a45ec52ee8 initialized May 14, 2024 5:03:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3f2e6f1c-3f1d-490d-a5e0-a1a45ec52ee8 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cfeaadd7-1284-4083-bca2-b80d98f0dddf initialized May 14, 2024 5:03:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cfeaadd7-1284-4083-bca2-b80d98f0dddf shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 920da844-0fb9-44a9-8fce-679026a2a844 initialized May 14, 2024 5:03:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 920da844-0fb9-44a9-8fce-679026a2a844 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc25beae-2be4-4784-8fb8-db0a01c5b515 initialized May 14, 2024 5:03:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc25beae-2be4-4784-8fb8-db0a01c5b515 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c58f9fc0-a09a-433a-aff8-6290433cacff initialized May 14, 2024 5:03:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c58f9fc0-a09a-433a-aff8-6290433cacff shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a249db8-b54d-4d41-a03b-96afea4fc4a8 initialized May 14, 2024 5:03:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a249db8-b54d-4d41-a03b-96afea4fc4a8 shut down [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.289 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.433 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.333 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.071 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.009 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.016 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.006 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.025 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.015 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.052 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.014 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.026 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: 1.558 s -- in org.eclipse.jnosql.mapping.reflection.ReflectionConstructorBuilderSupplierTest [INFO] Running org.eclipse.jnosql.mapping.reflection.ReflectionsTest May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9a5dfa4d-9659-4d31-be00-c3a4e031d43b initialized May 14, 2024 5:03:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9a5dfa4d-9659-4d31-be00-c3a4e031d43b shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 244ce654-6a56-48a9-b1dc-f987f7a22f79 initialized May 14, 2024 5:03:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 244ce654-6a56-48a9-b1dc-f987f7a22f79 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 147f1803-04d8-460d-ad3f-1cd109074ef3 initialized May 14, 2024 5:03:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 147f1803-04d8-460d-ad3f-1cd109074ef3 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container facc88d7-3e1c-4ee5-9dc8-7d0c63092343 initialized May 14, 2024 5:03:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container facc88d7-3e1c-4ee5-9dc8-7d0c63092343 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 01f24c57-cb54-4976-baa7-77be5b3a4025 initialized May 14, 2024 5:03:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 01f24c57-cb54-4976-baa7-77be5b3a4025 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6bcf8f41-26f5-42a7-b3e5-d5209261f776 initialized May 14, 2024 5:03:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6bcf8f41-26f5-42a7-b3e5-d5209261f776 shut down May 14, 2024 5:03: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 14, 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 14, 2024 5:03:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c963a2c4-7f8e-4239-a59b-efd34a52bdd0 initialized May 14, 2024 5:03:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c963a2c4-7f8e-4239-a59b-efd34a52bdd0 shut down May 14, 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 14, 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 14, 2024 5:03:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e61527de-b86d-419d-a0cc-0d11fd9deec2 initialized May 14, 2024 5:03:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e61527de-b86d-419d-a0cc-0d11fd9deec2 shut down May 14, 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 14, 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 14, 2024 5:03:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 05480036-20e0-400e-b1a3-34446d2b3243 initialized May 14, 2024 5:03:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 05480036-20e0-400e-b1a3-34446d2b3243 shut down May 14, 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 14, 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 14, 2024 5:03:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e1a25bd5-3e21-4c95-bcee-7fac0a3da815 initialized May 14, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e1a25bd5-3e21-4c95-bcee-7fac0a3da815 shut down May 14, 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 14, 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 14, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4f9baf1f-3de8-4b3f-8fa2-13e070d9d439 initialized May 14, 2024 5:03:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4f9baf1f-3de8-4b3f-8fa2-13e070d9d439 shut down May 14, 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 14, 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 14, 2024 5:03:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5bb80fc3-c02c-47a5-90e5-fda56b649fdc initialized May 14, 2024 5:03:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5bb80fc3-c02c-47a5-90e5-fda56b649fdc shut down May 14, 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 14, 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 14, 2024 5:03:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6dc3d536-aa0e-4f6a-b0ff-2603ceae8848 initialized May 14, 2024 5:03:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6dc3d536-aa0e-4f6a-b0ff-2603ceae8848 shut down [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.821 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.008 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.015 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.005 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.005 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.006 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.006 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 14, 2024 5:03:34 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 927f45bb-d423-406f-b6f1-aecef77dc88d initialized May 14, 2024 5:03:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 927f45bb-d423-406f-b6f1-aecef77dc88d shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 345caffa-da31-4ee9-84c8-fd75bd24b100 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 14, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 345caffa-da31-4ee9-84c8-fd75bd24b100 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1964c66c-5834-43eb-9b83-c2af5c700e1b initialized May 14, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1964c66c-5834-43eb-9b83-c2af5c700e1b shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 43ac3fbc-bea9-422c-bd1d-19dba4522b4c initialized May 14, 2024 5:03:45 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 14, 2024 5:03:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 43ac3fbc-bea9-422c-bd1d-19dba4522b4c shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.52 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.120 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.059 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: 2.259 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.016 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.416 s -- in org.eclipse.jnosql.mapping.core.config.MicroProfileSettingsTest [INFO] Running org.eclipse.jnosql.mapping.core.query.AbstractRepositoryTest May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bad7be90-97a9-4ff4-80f5-d938985db0f8 initialized May 14, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bad7be90-97a9-4ff4-80f5-d938985db0f8 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d870eb12-6277-4bd9-989f-91536ebf9d40 initialized May 14, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d870eb12-6277-4bd9-989f-91536ebf9d40 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 758833a1-b7a8-4ddb-9a62-473315f1688c initialized May 14, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 758833a1-b7a8-4ddb-9a62-473315f1688c shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a5338c8a-27c7-48ee-a731-5ee25e678ebe initialized May 14, 2024 5:03:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a5338c8a-27c7-48ee-a731-5ee25e678ebe shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25be6510-e922-461d-86e4-75bb9a5c6350 initialized May 14, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25be6510-e922-461d-86e4-75bb9a5c6350 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be472e7b-470e-4249-8b95-cece72457901 initialized May 14, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be472e7b-470e-4249-8b95-cece72457901 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 676b49b6-ef3b-4da6-9250-e62f0b7da358 initialized May 14, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 676b49b6-ef3b-4da6-9250-e62f0b7da358 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a8463ab1-ba80-41c8-a422-8b103d70e5e2 initialized May 14, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a8463ab1-ba80-41c8-a422-8b103d70e5e2 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2bee3d85-fdce-481f-ac30-4a30ccedef58 initialized May 14, 2024 5:03:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2bee3d85-fdce-481f-ac30-4a30ccedef58 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container df9c181e-e8ee-436d-a526-cb5d382c4c6d initialized May 14, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container df9c181e-e8ee-436d-a526-cb5d382c4c6d shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a4ef844-376a-4c7b-8e7f-287714f77b59 initialized May 14, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a4ef844-376a-4c7b-8e7f-287714f77b59 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0a78ac25-f90f-4107-807b-d3471089f7a0 initialized May 14, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0a78ac25-f90f-4107-807b-d3471089f7a0 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 44396d43-ab5f-4809-9642-8304889bf14a initialized May 14, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 44396d43-ab5f-4809-9642-8304889bf14a shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f5d23e0c-a78a-43c3-ace1-6654697fbf07 initialized May 14, 2024 5:03:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f5d23e0c-a78a-43c3-ace1-6654697fbf07 shut down [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.941 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: 1.037 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.660 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.133 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.175 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.198 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.084 s -- in org.eclipse.jnosql.mapping.core.repository.DynamicReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.RepositoryObserverParserTest May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6ac046d-4d77-4478-8a24-1f7ba76f60e2 initialized May 14, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6ac046d-4d77-4478-8a24-1f7ba76f60e2 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 094c4b6a-6942-4e5c-b158-73f251ed4eed initialized May 14, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 094c4b6a-6942-4e5c-b158-73f251ed4eed shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f146ccb8-444f-408e-94b7-082bc328636b initialized May 14, 2024 5:03:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f146ccb8-444f-408e-94b7-082bc328636b shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b75d9add-4f7f-4b3d-abc8-d16702926c12 initialized May 14, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b75d9add-4f7f-4b3d-abc8-d16702926c12 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f2144223-ac6e-492c-b680-5c2849e7eb66 initialized May 14, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f2144223-ac6e-492c-b680-5c2849e7eb66 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 10538e4d-7af6-4068-907d-06e9b513dc3b initialized May 14, 2024 5:03:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 10538e4d-7af6-4068-907d-06e9b513dc3b shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.375 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.080 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.117 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.017 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.039 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.017 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.011 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.045 s -- in org.eclipse.jnosql.mapping.core.repository.returns.QueueRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.SetRepositoryReturnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.jnosql.mapping.core.repository.returns.SetRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.SortedSetRepositoryReturnTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.jnosql.mapping.core.repository.returns.SortedSetRepositoryReturnTest [INFO] Running org.eclipse.jnosql.mapping.core.repository.returns.StreamRepositoryReturnTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.008 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.006 s -- in org.eclipse.jnosql.mapping.core.util.AnnotationLiteralUtilTest [INFO] Running org.eclipse.jnosql.mapping.core.util.ConverterUtilTest May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 83057ca3-dd54-4774-92da-e822dfef4c16 initialized May 14, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 83057ca3-dd54-4774-92da-e822dfef4c16 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25d53eb6-53d2-40f8-b21c-34b1eaa3969f initialized May 14, 2024 5:03:56 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 14, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25d53eb6-53d2-40f8-b21c-34b1eaa3969f shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e635f0f-3c90-4146-ad8f-b642c063af8f initialized May 14, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e635f0f-3c90-4146-ad8f-b642c063af8f shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.680 s -- in org.eclipse.jnosql.mapping.core.util.ConverterUtilTest [INFO] Running org.eclipse.jnosql.mapping.core.util.ParamsBinderTest May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b574071b-27de-49c1-8921-649e9225b89d initialized May 14, 2024 5:03:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b574071b-27de-49c1-8921-649e9225b89d shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aee96d81-1286-4305-ae58-2437d6d3f460 initialized May 14, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aee96d81-1286-4305-ae58-2437d6d3f460 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 45391054-1fad-46c0-a580-ddec0732c228 initialized May 14, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 45391054-1fad-46c0-a580-ddec0732c228 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 706762bf-5c1d-4079-a475-52d0f92c7ffb initialized May 14, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 706762bf-5c1d-4079-a475-52d0f92c7ffb shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 87314b97-877c-4699-b2be-e40dc1f3c723 initialized May 14, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 87314b97-877c-4699-b2be-e40dc1f3c723 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9e8ee3a1-d57c-4c3a-a13b-6fbc654779f4 initialized May 14, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9e8ee3a1-d57c-4c3a-a13b-6fbc654779f4 shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 195522fb-d732-4069-974a-a1a1dcfa9a3a initialized May 14, 2024 5:03:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 195522fb-d732-4069-974a-a1a1dcfa9a3a shut down May 14, 2024 5:03: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 14, 2024 5:03: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 14, 2024 5:03:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 978ccc23-0552-4e89-988b-74eda4096b75 initialized May 14, 2024 5:03:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 978ccc23-0552-4e89-988b-74eda4096b75 shut down [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.267 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.191 s -- in org.eclipse.jnosql.mapping.semistructured.DatabaseQualifierTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest May 14, 2024 5:04:11 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 14, 2024 5:04: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 14, 2024 5:04: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 14, 2024 5:04:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94038519-6039-4a3a-8969-b5042a10c018 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 14, 2024 5:04:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94038519-6039-4a3a-8969-b5042a10c018 shut down May 14, 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 14, 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 14, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7574467c-3d95-4b38-9ff2-637032ec9ee2 initialized May 14, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7574467c-3d95-4b38-9ff2-637032ec9ee2 shut down May 14, 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 14, 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 14, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8346eb21-2c3b-4aa1-9114-05705a26bd73 initialized May 14, 2024 5:04:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8346eb21-2c3b-4aa1-9114-05705a26bd73 shut down May 14, 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 14, 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 14, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5be940d3-5837-4738-a930-23eda290e1b5 initialized May 14, 2024 5:04:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5be940d3-5837-4738-a930-23eda290e1b5 shut down May 14, 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 14, 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 14, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 87464076-d8c9-4700-bc90-4ceca3a78b3c initialized May 14, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 87464076-d8c9-4700-bc90-4ceca3a78b3c shut down May 14, 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 14, 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 14, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0a3d74e9-9b54-453c-8efe-764215aff011 initialized May 14, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0a3d74e9-9b54-453c-8efe-764215aff011 shut down May 14, 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 14, 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 14, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1998f1f5-96c2-4277-a517-2dc3bd4fafa8 initialized May 14, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1998f1f5-96c2-4277-a517-2dc3bd4fafa8 shut down May 14, 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 14, 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 14, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6e3dc6fc-f5a2-4e5d-b374-440ff061c5e0 initialized May 14, 2024 5:04:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6e3dc6fc-f5a2-4e5d-b374-440ff061c5e0 shut down May 14, 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 14, 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 14, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container efc236f1-9bcb-4cd7-a173-a7b76033bb67 initialized May 14, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container efc236f1-9bcb-4cd7-a173-a7b76033bb67 shut down May 14, 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 14, 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 14, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bde57a6a-beae-466b-8e3b-dbf8a7af6c10 initialized May 14, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bde57a6a-beae-466b-8e3b-dbf8a7af6c10 shut down May 14, 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 14, 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 14, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e255a0b-ce4a-4246-b25d-17e65311dad4 initialized May 14, 2024 5:04:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e255a0b-ce4a-4246-b25d-17e65311dad4 shut down May 14, 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 14, 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 14, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6083701b-390a-43c2-965a-ff276b131efc initialized May 14, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6083701b-390a-43c2-965a-ff276b131efc shut down May 14, 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 14, 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 14, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 12dee00f-58a6-417d-ae97-c845fa5cd929 initialized May 14, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 12dee00f-58a6-417d-ae97-c845fa5cd929 shut down May 14, 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 14, 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 14, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 48484c5e-9e55-42e9-b43d-6304df5ee8c1 initialized May 14, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 48484c5e-9e55-42e9-b43d-6304df5ee8c1 shut down May 14, 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 14, 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 14, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e3455aa7-58f9-43e7-9ae9-956074c8f5e6 initialized May 14, 2024 5:04:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e3455aa7-58f9-43e7-9ae9-956074c8f5e6 shut down May 14, 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 14, 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 14, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 80f8b487-8e4a-4c18-8ec4-4206d9a284ae initialized May 14, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 80f8b487-8e4a-4c18-8ec4-4206d9a284ae shut down May 14, 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 14, 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 14, 2024 5:04:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cc559c8c-f5bd-4a5c-b104-539c77e5b0ae initialized May 14, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cc559c8c-f5bd-4a5c-b104-539c77e5b0ae shut down May 14, 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 14, 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 14, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 96dd4dd1-f6cf-4cf3-a9d9-e4c2f68dc299 initialized May 14, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 96dd4dd1-f6cf-4cf3-a9d9-e4c2f68dc299 shut down May 14, 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 14, 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 14, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 06b9af7d-f660-429c-93ef-ef65cef6848c initialized May 14, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 06b9af7d-f660-429c-93ef-ef65cef6848c shut down May 14, 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 14, 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 14, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1aab5496-5ddd-4af3-afdd-fb99456607ed initialized May 14, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1aab5496-5ddd-4af3-afdd-fb99456607ed shut down May 14, 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 14, 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 14, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bea325a6-1cb0-41bc-81c3-bb9180f63994 initialized May 14, 2024 5:04:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bea325a6-1cb0-41bc-81c3-bb9180f63994 shut down May 14, 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 14, 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 14, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e92aa362-dc67-4d70-833e-100c61526ebb initialized May 14, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e92aa362-dc67-4d70-833e-100c61526ebb shut down May 14, 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 14, 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 14, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 27825f9f-6674-4f7a-a824-8efd1a0e702f initialized May 14, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 27825f9f-6674-4f7a-a824-8efd1a0e702f shut down May 14, 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 14, 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 14, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fe0c98f6-ba84-4016-8d74-f27095f95916 initialized May 14, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fe0c98f6-ba84-4016-8d74-f27095f95916 shut down May 14, 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 14, 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 14, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9fbcafd3-4849-4e50-a0b8-59fb79d01dfe initialized May 14, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9fbcafd3-4849-4e50-a0b8-59fb79d01dfe shut down May 14, 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 14, 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 14, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 877bf14d-65c6-4460-857d-83773ce0b45b initialized May 14, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 877bf14d-65c6-4460-857d-83773ce0b45b shut down May 14, 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 14, 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 14, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 05fd4fdb-7bd9-4ced-bc46-7c088424c8cd initialized May 14, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 05fd4fdb-7bd9-4ced-bc46-7c088424c8cd shut down May 14, 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 14, 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 14, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f243bf5-9a23-474b-bbac-961d5f4eda0a initialized May 14, 2024 5:04:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f243bf5-9a23-474b-bbac-961d5f4eda0a shut down May 14, 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 14, 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 14, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4614e583-9b2d-4019-8195-6e020f601901 initialized May 14, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4614e583-9b2d-4019-8195-6e020f601901 shut down May 14, 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 14, 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 14, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1831a97f-ec9c-43d9-a0b4-44479022c140 initialized May 14, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1831a97f-ec9c-43d9-a0b4-44479022c140 shut down May 14, 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 14, 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 14, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2eefd410-c60d-481f-9077-3d1e942c8e55 initialized May 14, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2eefd410-c60d-481f-9077-3d1e942c8e55 shut down [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.54 s -- in org.eclipse.jnosql.mapping.semistructured.DefaultColumnTemplateTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest May 14, 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 14, 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 14, 2024 5:04:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dfc1e63c-40b1-4113-84cc-120e7466b1cd initialized May 14, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dfc1e63c-40b1-4113-84cc-120e7466b1cd shut down May 14, 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 14, 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 14, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 65ea4fec-b454-4873-93d9-f995d5b11bdb initialized May 14, 2024 5:04:36 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 14, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 65ea4fec-b454-4873-93d9-f995d5b11bdb shut down May 14, 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 14, 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 14, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 21406db7-ea26-4f10-b8de-a5662f14adc0 initialized May 14, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 21406db7-ea26-4f10-b8de-a5662f14adc0 shut down May 14, 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 14, 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 14, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 79e5ad82-cebe-43ed-a3a5-749f14c282ab initialized May 14, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 79e5ad82-cebe-43ed-a3a5-749f14c282ab shut down May 14, 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 14, 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 14, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dd49ac97-c96d-49c5-a784-b98ded8ad6ba initialized May 14, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dd49ac97-c96d-49c5-a784-b98ded8ad6ba shut down May 14, 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 14, 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 14, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 71357fce-f568-48e3-8fa5-bc8a7dd18a58 initialized May 14, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 71357fce-f568-48e3-8fa5-bc8a7dd18a58 shut down May 14, 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 14, 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 14, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11f6991c-1984-469c-830f-8e4aa6b32be2 initialized May 14, 2024 5:04:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11f6991c-1984-469c-830f-8e4aa6b32be2 shut down May 14, 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 14, 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 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cb9a7162-ed97-451a-bde0-14973c4d3f13 initialized May 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cb9a7162-ed97-451a-bde0-14973c4d3f13 shut down May 14, 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 14, 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 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 67f7414e-53c5-4df3-b118-1ab92c755906 initialized May 14, 2024 5:04: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 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 67f7414e-53c5-4df3-b118-1ab92c755906 shut down May 14, 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 14, 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 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ced08378-4fbc-4dfb-a267-95538846f02a initialized May 14, 2024 5:04: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 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ced08378-4fbc-4dfb-a267-95538846f02a shut down May 14, 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 14, 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 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4376c118-87c5-4459-97e2-7dda367f316c initialized May 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4376c118-87c5-4459-97e2-7dda367f316c shut down May 14, 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 14, 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 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0c4c8a4a-5cb0-4197-822d-2b11851ac16a initialized May 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0c4c8a4a-5cb0-4197-822d-2b11851ac16a shut down May 14, 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 14, 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 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c4e7858d-370f-493d-b4bf-3b9bb0419251 initialized May 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c4e7858d-370f-493d-b4bf-3b9bb0419251 shut down [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.015 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterConstructorTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest May 14, 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 14, 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 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd4dcabe-770a-4093-bd8d-7e6594f63723 initialized May 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd4dcabe-770a-4093-bd8d-7e6594f63723 shut down May 14, 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 14, 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 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a93d90d-664a-4841-bb42-08d42b56c0b5 initialized May 14, 2024 5:04:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a93d90d-664a-4841-bb42-08d42b56c0b5 shut down May 14, 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 14, 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 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7e16d78b-3bb6-433f-beb0-dffc494e2e4b initialized May 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7e16d78b-3bb6-433f-beb0-dffc494e2e4b shut down May 14, 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 14, 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 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 97fdbd91-03c9-4300-8328-cc6f5558e776 initialized May 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 97fdbd91-03c9-4300-8328-cc6f5558e776 shut down May 14, 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 14, 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 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3f5ab2a6-16b7-45cf-ad5e-91c23310b36e initialized May 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3f5ab2a6-16b7-45cf-ad5e-91c23310b36e shut down May 14, 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 14, 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 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 18534cb5-9dd1-46b3-8f1b-e40f0c8e6507 initialized May 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 18534cb5-9dd1-46b3-8f1b-e40f0c8e6507 shut down May 14, 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 14, 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 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f9f48bd1-d0bd-4ac9-bd3f-37fb52e481a0 initialized May 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f9f48bd1-d0bd-4ac9-bd3f-37fb52e481a0 shut down May 14, 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 14, 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 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f644ebce-008c-477b-8b30-a65205015005 initialized May 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f644ebce-008c-477b-8b30-a65205015005 shut down May 14, 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 14, 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 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e496dc9a-eba7-48d3-adf7-b268d790f623 initialized May 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e496dc9a-eba7-48d3-adf7-b268d790f623 shut down May 14, 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 14, 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 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 03d7a9ef-3562-47cc-acb2-92c01be49083 initialized May 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 03d7a9ef-3562-47cc-acb2-92c01be49083 shut down May 14, 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 14, 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 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8365842a-7294-42bc-8e69-af7bb8031bac initialized May 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8365842a-7294-42bc-8e69-af7bb8031bac shut down May 14, 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 14, 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 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc744c49-f8b7-4807-bb06-a2d064455018 initialized May 14, 2024 5:04:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc744c49-f8b7-4807-bb06-a2d064455018 shut down May 14, 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 14, 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 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cbc46dc4-7478-40a6-a810-f8762c574460 initialized May 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cbc46dc4-7478-40a6-a810-f8762c574460 shut down May 14, 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 14, 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 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9af1ebd0-fa2c-48fd-bef4-8bcb6f220c1d initialized May 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9af1ebd0-fa2c-48fd-bef4-8bcb6f220c1d shut down May 14, 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 14, 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 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e1abdd75-df76-4665-bfbe-059e69431dc0 initialized May 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e1abdd75-df76-4665-bfbe-059e69431dc0 shut down May 14, 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 14, 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 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 12106fc9-5873-4165-9ac3-e52f3cab7898 initialized May 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 12106fc9-5873-4165-9ac3-e52f3cab7898 shut down May 14, 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 14, 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 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fa38458e-9a3f-4d4a-89e5-996615836527 initialized May 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fa38458e-9a3f-4d4a-89e5-996615836527 shut down May 14, 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 14, 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 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e9d2418-c910-499a-bf07-29d39bcfa48f initialized May 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e9d2418-c910-499a-bf07-29d39bcfa48f shut down May 14, 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 14, 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 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7e07f564-783d-416f-9766-d355f657ee0d initialized May 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7e07f564-783d-416f-9766-d355f657ee0d shut down May 14, 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 14, 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 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb1cf94f-0121-4286-a1f5-b256e2423f50 initialized May 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb1cf94f-0121-4286-a1f5-b256e2423f50 shut down [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.079 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterInheritanceTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityConverterTest May 14, 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 14, 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 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 763b1947-2564-4b48-ae55-dfe3b5801f4d initialized May 14, 2024 5:04:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 763b1947-2564-4b48-ae55-dfe3b5801f4d shut down May 14, 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 14, 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 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3a5da691-97dd-4942-9cc8-88e58ad4871e initialized May 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3a5da691-97dd-4942-9cc8-88e58ad4871e shut down May 14, 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 14, 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 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 89cd8bd8-b406-4be9-a82d-6eb8a3563729 initialized May 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 89cd8bd8-b406-4be9-a82d-6eb8a3563729 shut down May 14, 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 14, 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 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 48a00db3-095c-42e4-8520-3e347c8969a0 initialized May 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 48a00db3-095c-42e4-8520-3e347c8969a0 shut down May 14, 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 14, 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 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5df101cb-5421-4771-b0ed-df7b6a4ccb51 initialized May 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5df101cb-5421-4771-b0ed-df7b6a4ccb51 shut down May 14, 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 14, 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 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c3436152-816c-4d46-8998-613116d1f85d initialized May 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c3436152-816c-4d46-8998-613116d1f85d shut down May 14, 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 14, 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 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b9cad1c4-e85e-4f2c-9b32-aaee3d5063a9 initialized May 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b9cad1c4-e85e-4f2c-9b32-aaee3d5063a9 shut down May 14, 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 14, 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 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e1813fc-1b7e-4696-83fc-8aed8b7577d8 initialized May 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e1813fc-1b7e-4696-83fc-8aed8b7577d8 shut down May 14, 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 14, 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 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1e3305e5-d4c4-48b8-8ddb-1c742757dca2 initialized May 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1e3305e5-d4c4-48b8-8ddb-1c742757dca2 shut down May 14, 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 14, 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 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6914d39d-f4d5-4927-9a4e-9deb0cb1c351 initialized May 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6914d39d-f4d5-4927-9a4e-9deb0cb1c351 shut down May 14, 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 14, 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 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4924216e-8b6c-4c29-94fd-385b99db3080 initialized May 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4924216e-8b6c-4c29-94fd-385b99db3080 shut down May 14, 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 14, 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 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container df0e72b2-0d87-499f-ae42-f3014c1c36fb initialized May 14, 2024 5:04:40 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 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container df0e72b2-0d87-499f-ae42-f3014c1c36fb shut down May 14, 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 14, 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 14, 2024 5:04:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d5d20815-0828-4d7f-93cc-8242c944948d initialized May 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d5d20815-0828-4d7f-93cc-8242c944948d shut down May 14, 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 14, 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 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 28098f23-22bf-4ef7-9f1e-f29348121693 initialized May 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 28098f23-22bf-4ef7-9f1e-f29348121693 shut down May 14, 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 14, 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 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 260d68a2-4e6e-4a47-b2c7-b31f9ef6df7f initialized May 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 260d68a2-4e6e-4a47-b2c7-b31f9ef6df7f shut down May 14, 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 14, 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 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 04d64915-0f1d-47c4-93e7-26d88c076d80 initialized May 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 04d64915-0f1d-47c4-93e7-26d88c076d80 shut down May 14, 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 14, 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 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 726e9e3b-e8d2-4b4e-b1da-3075630ca271 initialized May 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 726e9e3b-e8d2-4b4e-b1da-3075630ca271 shut down May 14, 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 14, 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 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a19811f5-34c7-428b-96bf-2769eeb9e9bd initialized May 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a19811f5-34c7-428b-96bf-2769eeb9e9bd shut down May 14, 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 14, 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 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c36629f-b70f-4e83-be70-1023a0f8bc97 initialized May 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c36629f-b70f-4e83-be70-1023a0f8bc97 shut down May 14, 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 14, 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 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94b8f641-d856-4daa-ba92-3cd4aa7ed156 initialized May 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94b8f641-d856-4daa-ba92-3cd4aa7ed156 shut down May 14, 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 14, 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 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd5a9e39-2022-42af-8af1-7b0796647aff initialized May 14, 2024 5:04:41 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 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd5a9e39-2022-42af-8af1-7b0796647aff shut down May 14, 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 14, 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 14, 2024 5:04:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2d53fd54-2478-45ac-ab63-f804b94c54e4 initialized May 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2d53fd54-2478-45ac-ab63-f804b94c54e4 shut down May 14, 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 14, 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 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b8203fe6-9097-4477-b4a9-6d4857ef5e48 initialized May 14, 2024 5:04:42 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 14, 2024 5:04:42 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 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b8203fe6-9097-4477-b4a9-6d4857ef5e48 shut down May 14, 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 14, 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 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 472b8380-a9d3-4510-8724-9d6ea9b8f6e1 initialized May 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 472b8380-a9d3-4510-8724-9d6ea9b8f6e1 shut down May 14, 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 14, 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 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 53a5c565-ec47-4bb0-89ac-73077211f22d initialized May 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 53a5c565-ec47-4bb0-89ac-73077211f22d shut down May 14, 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 14, 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 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 060dba9a-b554-4d3b-9f3e-8d69e010b1e1 initialized May 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 060dba9a-b554-4d3b-9f3e-8d69e010b1e1 shut down May 14, 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 14, 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 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6c526977-587e-4eb7-bfab-7a5cd0099a8b initialized May 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6c526977-587e-4eb7-bfab-7a5cd0099a8b shut down May 14, 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 14, 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 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a32aee6f-0d05-436a-a1a2-5aaad3a9c90c initialized May 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a32aee6f-0d05-436a-a1a2-5aaad3a9c90c shut down May 14, 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 14, 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 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 439f828f-a9e2-465e-b186-c7027022c6a5 initialized May 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 439f828f-a9e2-465e-b186-c7027022c6a5 shut down May 14, 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 14, 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 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0ca5a3bf-b6b7-4260-afeb-ad2bd5f61a97 initialized May 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0ca5a3bf-b6b7-4260-afeb-ad2bd5f61a97 shut down [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.909 s -- in org.eclipse.jnosql.mapping.semistructured.EntityConverterTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.EntityImmutableTest May 14, 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 14, 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 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 450aea8d-1b6d-4343-9a29-b5e6567f41c9 initialized May 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 450aea8d-1b6d-4343-9a29-b5e6567f41c9 shut down May 14, 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 14, 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 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 00b900b7-8998-4049-8b9f-f10544c5c778 initialized May 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 00b900b7-8998-4049-8b9f-f10544c5c778 shut down May 14, 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 14, 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 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8038bd25-09cc-4000-8fe3-4cbfd8ff7a83 initialized May 14, 2024 5:04:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8038bd25-09cc-4000-8fe3-4cbfd8ff7a83 shut down May 14, 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 14, 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 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 045ae699-c827-44f5-afeb-6a360f777b48 initialized May 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 045ae699-c827-44f5-afeb-6a360f777b48 shut down May 14, 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 14, 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 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 851cd5c1-6d6d-40cc-a789-9481b950f9df initialized May 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 851cd5c1-6d6d-40cc-a789-9481b950f9df shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 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.177 s -- in org.eclipse.jnosql.mapping.semistructured.EventPersistManagerTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest May 14, 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 14, 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 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94b52a6f-2e26-4da8-babc-6930444308eb initialized May 14, 2024 5:04:43 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 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94b52a6f-2e26-4da8-babc-6930444308eb shut down May 14, 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 14, 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 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e94724e8-c3b6-4110-a58d-4a1887b609df initialized May 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e94724e8-c3b6-4110-a58d-4a1887b609df shut down May 14, 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 14, 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 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c065a48a-00a9-4e40-8fa8-f70874c9567c initialized May 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c065a48a-00a9-4e40-8fa8-f70874c9567c shut down May 14, 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 14, 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 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5f885853-4b2a-4c49-a0e3-6aa4c15e0117 initialized May 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5f885853-4b2a-4c49-a0e3-6aa4c15e0117 shut down May 14, 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 14, 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 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55320046-060a-4b0e-9b76-3924da90950e initialized May 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55320046-060a-4b0e-9b76-3924da90950e shut down May 14, 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 14, 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 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fcc1be15-af81-49b5-92bc-27a78eef4c44 initialized May 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fcc1be15-af81-49b5-92bc-27a78eef4c44 shut down May 14, 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 14, 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 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 90bfb63e-1fad-4575-98a1-b5c9d5597d91 initialized May 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 90bfb63e-1fad-4575-98a1-b5c9d5597d91 shut down May 14, 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 14, 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 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 279e8bee-1af4-43c3-9df5-3092d3b8a1d2 initialized May 14, 2024 5:04:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 279e8bee-1af4-43c3-9df5-3092d3b8a1d2 shut down May 14, 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 14, 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 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e05b5e67-2d66-4836-bce9-88fafe9f9ce9 initialized May 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e05b5e67-2d66-4836-bce9-88fafe9f9ce9 shut down May 14, 2024 5:04: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 14, 2024 5:04: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 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6e8f9e08-8031-4edf-8838-93ee33ee25f4 initialized May 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6e8f9e08-8031-4edf-8838-93ee33ee25f4 shut down May 14, 2024 5:04: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 14, 2024 5:04: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 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dd80fd3b-260b-4159-8513-cc5ff9b236fc initialized May 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dd80fd3b-260b-4159-8513-cc5ff9b236fc shut down May 14, 2024 5:04: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 14, 2024 5:04: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 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1924c7b5-c179-4821-b3c6-f69a3eb370e3 initialized May 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1924c7b5-c179-4821-b3c6-f69a3eb370e3 shut down May 14, 2024 5:04: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 14, 2024 5:04: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 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6dece81a-8cfe-4a6d-94eb-1cca22ba75ec initialized May 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6dece81a-8cfe-4a6d-94eb-1cca22ba75ec shut down May 14, 2024 5:04: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 14, 2024 5:04: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 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 563f01b3-2df7-4a02-b46c-966f5b2a9961 initialized May 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 563f01b3-2df7-4a02-b46c-966f5b2a9961 shut down May 14, 2024 5:04: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 14, 2024 5:04: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 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a96baabc-8804-40ed-973e-bd5d8feb50fa initialized May 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a96baabc-8804-40ed-973e-bd5d8feb50fa shut down [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.169 s -- in org.eclipse.jnosql.mapping.semistructured.MapperDeleteTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperObserverTest May 14, 2024 5:04: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 14, 2024 5:04: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 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d650e691-2d3c-4499-b719-b0e39cfe5d39 initialized May 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d650e691-2d3c-4499-b719-b0e39cfe5d39 shut down May 14, 2024 5:04: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 14, 2024 5:04: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 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f414fb0a-b7ed-4ae6-91d5-081ca0fbd1dc initialized May 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f414fb0a-b7ed-4ae6-91d5-081ca0fbd1dc shut down May 14, 2024 5:04: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 14, 2024 5:04: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 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be132dc4-28b6-4295-807f-a6b39f7a6e20 initialized May 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be132dc4-28b6-4295-807f-a6b39f7a6e20 shut down May 14, 2024 5:04: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 14, 2024 5:04: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 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aaa4eb98-18b6-41fd-b460-dd286c87e893 initialized May 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aaa4eb98-18b6-41fd-b460-dd286c87e893 shut down May 14, 2024 5:04: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 14, 2024 5:04: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 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ec6c3110-d5fa-4e49-a46a-4fd43496dcf6 initialized May 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ec6c3110-d5fa-4e49-a46a-4fd43496dcf6 shut down May 14, 2024 5:04: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 14, 2024 5:04: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 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 00d5721c-eb51-4b76-b30e-b58eb3d207e0 initialized May 14, 2024 5:04:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 00d5721c-eb51-4b76-b30e-b58eb3d207e0 shut down May 14, 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 14, 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 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a607df5-cb9d-4e2d-8bb9-93a7fe61dbb3 initialized May 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a607df5-cb9d-4e2d-8bb9-93a7fe61dbb3 shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 s -- in org.eclipse.jnosql.mapping.semistructured.MapperObserverTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.MapperSelectTest May 14, 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 14, 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 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fb649618-9464-43ed-ac50-31f34b923434 initialized May 14, 2024 5:04:45 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 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fb649618-9464-43ed-ac50-31f34b923434 shut down May 14, 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 14, 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 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f3be27c1-1029-44dc-b3f9-d9e4f641351e initialized May 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f3be27c1-1029-44dc-b3f9-d9e4f641351e shut down May 14, 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 14, 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 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 65ccec1d-aa2e-4e12-904b-da302e2e35d8 initialized May 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 65ccec1d-aa2e-4e12-904b-da302e2e35d8 shut down May 14, 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 14, 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 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 53bbe02f-8a66-4a8e-948c-e5c2a7dddf91 initialized May 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 53bbe02f-8a66-4a8e-948c-e5c2a7dddf91 shut down May 14, 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 14, 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 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7b7997da-7046-46d0-8836-ff238637ee74 initialized May 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7b7997da-7046-46d0-8836-ff238637ee74 shut down May 14, 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 14, 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 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a6acef9f-f473-4fe7-a842-d39106922911 initialized May 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a6acef9f-f473-4fe7-a842-d39106922911 shut down May 14, 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 14, 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 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5ad66872-8dc2-4198-aff2-5b273ac5f97b initialized May 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5ad66872-8dc2-4198-aff2-5b273ac5f97b shut down May 14, 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 14, 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 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0d6dd550-4ab4-4912-ba23-6e4f73be2f81 initialized May 14, 2024 5:04:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0d6dd550-4ab4-4912-ba23-6e4f73be2f81 shut down May 14, 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 14, 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 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e81b512-de77-4a26-8c71-e9dfc5889e2f initialized May 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e81b512-de77-4a26-8c71-e9dfc5889e2f shut down May 14, 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 14, 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 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d1803c42-bd73-42c8-a687-ec8f23d75b93 initialized May 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d1803c42-bd73-42c8-a687-ec8f23d75b93 shut down May 14, 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 14, 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 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2dc585df-1bb2-4c02-a918-9ad79b4d5b5e initialized May 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2dc585df-1bb2-4c02-a918-9ad79b4d5b5e shut down May 14, 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 14, 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 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7ed80f8f-55a1-47ff-a67e-c1be49f234d1 initialized May 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7ed80f8f-55a1-47ff-a67e-c1be49f234d1 shut down May 14, 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 14, 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 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f86a7ae6-86c5-4bf9-a146-e1a7c74bea60 initialized May 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f86a7ae6-86c5-4bf9-a146-e1a7c74bea60 shut down May 14, 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 14, 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 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 160a83df-c20e-4e43-bd80-f66d2da1f633 initialized May 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 160a83df-c20e-4e43-bd80-f66d2da1f633 shut down May 14, 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 14, 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 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 01cbe51a-5dd1-4ea6-bb97-d8886ec160ed initialized May 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 01cbe51a-5dd1-4ea6-bb97-d8886ec160ed shut down May 14, 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 14, 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 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d88639b3-577a-4839-ade0-a079069302d3 initialized May 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d88639b3-577a-4839-ade0-a079069302d3 shut down May 14, 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 14, 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 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e0573283-c372-413f-901b-84e985a1cca5 initialized May 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e0573283-c372-413f-901b-84e985a1cca5 shut down May 14, 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 14, 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 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1016ac67-3e07-489e-94d7-2e1bc8a095c7 initialized May 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1016ac67-3e07-489e-94d7-2e1bc8a095c7 shut down May 14, 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 14, 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 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 18ebeac5-553c-496d-a7c9-6a9731778737 initialized May 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 18ebeac5-553c-496d-a7c9-6a9731778737 shut down May 14, 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 14, 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 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 81d9791e-9c23-4d52-845e-658a66bd2682 initialized May 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 81d9791e-9c23-4d52-845e-658a66bd2682 shut down May 14, 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 14, 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 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4f77563b-af53-4727-b996-668399289b8e initialized May 14, 2024 5:04:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4f77563b-af53-4727-b996-668399289b8e shut down May 14, 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 14, 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 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 351d4702-a962-4219-b75d-1d14b0ad3813 initialized May 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 351d4702-a962-4219-b75d-1d14b0ad3813 shut down May 14, 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 14, 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 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ac4cc234-44a5-47e2-8409-a0ce99892bdc initialized May 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ac4cc234-44a5-47e2-8409-a0ce99892bdc shut down [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.065 s -- in org.eclipse.jnosql.mapping.semistructured.MapperSelectTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest May 14, 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 14, 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 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ed88dc88-30a6-436f-a98b-cbcd34d51cfe initialized May 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ed88dc88-30a6-436f-a98b-cbcd34d51cfe shut down May 14, 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 14, 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 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3235f449-e7f8-476b-8125-4c3bdd0f49bf initialized May 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3235f449-e7f8-476b-8125-4c3bdd0f49bf shut down May 14, 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 14, 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 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 935da155-addd-4d5f-8be4-97c9a1a1bf4a initialized May 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 935da155-addd-4d5f-8be4-97c9a1a1bf4a shut down May 14, 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 14, 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 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6cf912fe-0690-4110-b430-cd9a9263aa46 initialized May 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6cf912fe-0690-4110-b430-cd9a9263aa46 shut down May 14, 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 14, 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 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 77475e47-a566-4b67-86b4-f0629c8fba68 initialized May 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 77475e47-a566-4b67-86b4-f0629c8fba68 shut down May 14, 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 14, 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 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container df8961ca-a1e4-4762-8c17-22a1df83d02c initialized May 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container df8961ca-a1e4-4762-8c17-22a1df83d02c shut down May 14, 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 14, 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 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e4fd5a8a-eded-4c79-b387-df40c1014e71 initialized May 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e4fd5a8a-eded-4c79-b387-df40c1014e71 shut down May 14, 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 14, 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 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ec59213e-97d5-4e65-8075-17f895126645 initialized May 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ec59213e-97d5-4e65-8075-17f895126645 shut down May 14, 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 14, 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 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef99f166-f86a-4132-ac65-8a440bd020c6 initialized May 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef99f166-f86a-4132-ac65-8a440bd020c6 shut down May 14, 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 14, 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 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d7dfe841-9dcc-475f-943e-14d234571eb8 initialized May 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d7dfe841-9dcc-475f-943e-14d234571eb8 shut down May 14, 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 14, 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 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3f2da955-cc59-49a2-87b2-5118953f8520 initialized May 14, 2024 5:04:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3f2da955-cc59-49a2-87b2-5118953f8520 shut down May 14, 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 14, 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 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f8056f4-af95-422c-ba63-ea21189b0fd9 initialized May 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f8056f4-af95-422c-ba63-ea21189b0fd9 shut down [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 s -- in org.eclipse.jnosql.mapping.semistructured.TemplateInheritanceTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest May 14, 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 14, 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 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fc6f715c-1a8e-414e-a459-0f24792c5e00 initialized May 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fc6f715c-1a8e-414e-a459-0f24792c5e00 shut down May 14, 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 14, 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 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 09dfe207-2305-4d2c-be42-cb1017ee558c initialized May 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 09dfe207-2305-4d2c-be42-cb1017ee558c shut down May 14, 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 14, 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 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5ec9bdaf-9e9a-4b9f-83b1-1f1b433b3917 initialized May 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5ec9bdaf-9e9a-4b9f-83b1-1f1b433b3917 shut down May 14, 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 14, 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 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 34fe1251-8a83-45e0-af2c-24a86a4601b8 initialized May 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 34fe1251-8a83-45e0-af2c-24a86a4601b8 shut down May 14, 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 14, 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 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 662fac40-f40a-4146-98dd-ebfe75b153ba initialized May 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 662fac40-f40a-4146-98dd-ebfe75b153ba shut down May 14, 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 14, 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 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c3046b8-9c31-4258-8982-3dcb7eaa78e1 initialized May 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c3046b8-9c31-4258-8982-3dcb7eaa78e1 shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.620 s -- in org.eclipse.jnosql.mapping.semistructured.query.CrudInheritanceRepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.CrudRepositoryProxyTest May 14, 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 14, 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 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b1eee59c-cd0d-49b9-8eaf-ddc7d9f43027 initialized May 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b1eee59c-cd0d-49b9-8eaf-ddc7d9f43027 shut down May 14, 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 14, 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 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dadcce30-caef-4118-b187-a204fe4fe20e initialized May 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dadcce30-caef-4118-b187-a204fe4fe20e shut down May 14, 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 14, 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 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d84e2ae7-6cef-4917-a248-83257f8d5d9b initialized May 14, 2024 5:04:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d84e2ae7-6cef-4917-a248-83257f8d5d9b shut down May 14, 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 14, 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 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cb1f18ea-8101-4c7f-bc89-0be669f702f5 initialized May 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cb1f18ea-8101-4c7f-bc89-0be669f702f5 shut down May 14, 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 14, 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 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a6e40540-3e59-45b2-abca-4379dd089edc initialized May 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a6e40540-3e59-45b2-abca-4379dd089edc shut down May 14, 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 14, 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 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c0774214-c7a8-457c-83ce-29e9d15ba777 initialized May 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c0774214-c7a8-457c-83ce-29e9d15ba777 shut down May 14, 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 14, 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 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 027f7d95-6c0f-44d5-b242-b3b56c6218fb initialized May 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 027f7d95-6c0f-44d5-b242-b3b56c6218fb shut down May 14, 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 14, 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 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e9d43d22-9ee9-4d77-9a2b-9eebc705347a initialized May 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e9d43d22-9ee9-4d77-9a2b-9eebc705347a shut down May 14, 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 14, 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 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 032ad446-f0ce-4bdb-8e01-184e3b1643a9 initialized May 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 032ad446-f0ce-4bdb-8e01-184e3b1643a9 shut down May 14, 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 14, 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 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 54ed05f6-d5b7-4d66-99db-cee962808b78 initialized May 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 54ed05f6-d5b7-4d66-99db-cee962808b78 shut down May 14, 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 14, 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 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55c3a827-5d4a-45eb-93a2-eab9464816fc initialized May 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55c3a827-5d4a-45eb-93a2-eab9464816fc shut down May 14, 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 14, 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 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 651b5b44-23a2-4998-8a30-c3ab73eb5200 initialized May 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 651b5b44-23a2-4998-8a30-c3ab73eb5200 shut down May 14, 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 14, 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 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3571be68-cfe8-44c8-bf89-b67021e13c6c initialized May 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3571be68-cfe8-44c8-bf89-b67021e13c6c shut down May 14, 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 14, 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 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6435bbc9-3c15-447f-81d2-d9533e6de2ab initialized May 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6435bbc9-3c15-447f-81d2-d9533e6de2ab shut down May 14, 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 14, 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 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 93ec5ac5-3718-4426-8e4e-b2a898d32f4e initialized May 14, 2024 5:04:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 93ec5ac5-3718-4426-8e4e-b2a898d32f4e shut down May 14, 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 14, 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 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b8625406-1923-476f-85eb-4b3fb4be59a5 initialized May 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b8625406-1923-476f-85eb-4b3fb4be59a5 shut down May 14, 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 14, 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 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 751c6bf2-eb16-40ea-afe3-2021f2e32bbf initialized May 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 751c6bf2-eb16-40ea-afe3-2021f2e32bbf shut down May 14, 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 14, 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 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9946f1da-394d-46f6-828c-9549b7d2654f initialized May 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9946f1da-394d-46f6-828c-9549b7d2654f shut down May 14, 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 14, 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 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d93b996e-42fd-44b0-b3a2-5001b900ae19 initialized May 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d93b996e-42fd-44b0-b3a2-5001b900ae19 shut down May 14, 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 14, 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 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1d7e2ee5-f34a-407b-a928-0b3f0bf305ed initialized May 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1d7e2ee5-f34a-407b-a928-0b3f0bf305ed shut down May 14, 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 14, 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 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d45d640f-c344-4a55-a0ad-e3ed852f1a3c initialized May 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d45d640f-c344-4a55-a0ad-e3ed852f1a3c shut down May 14, 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 14, 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 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1d8956e0-1c24-41d7-9f27-418f0ec2ac9c initialized May 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1d8956e0-1c24-41d7-9f27-418f0ec2ac9c shut down May 14, 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 14, 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 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 47796e76-68b5-4510-9773-128467d70df9 initialized May 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 47796e76-68b5-4510-9773-128467d70df9 shut down May 14, 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 14, 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 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 31ea3b1c-7e74-42f5-a89b-d3393092d1e0 initialized May 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 31ea3b1c-7e74-42f5-a89b-d3393092d1e0 shut down May 14, 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 14, 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 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 42172208-68e6-410a-9beb-57e8df7ea04d initialized May 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 42172208-68e6-410a-9beb-57e8df7ea04d shut down May 14, 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 14, 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 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b1d449d6-0ed5-4681-8839-2d15c23d70ff initialized May 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b1d449d6-0ed5-4681-8839-2d15c23d70ff shut down May 14, 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 14, 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 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d90e1c84-787d-4cc7-97c4-cc1c0c2ccca3 initialized May 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d90e1c84-787d-4cc7-97c4-cc1c0c2ccca3 shut down May 14, 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 14, 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 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb5c00a9-a7ec-4e08-9b49-9d7c0e5fd3c6 initialized May 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb5c00a9-a7ec-4e08-9b49-9d7c0e5fd3c6 shut down May 14, 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 14, 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 14, 2024 5:04:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2019143b-0d50-4243-acb3-81e0c55aaebc initialized May 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2019143b-0d50-4243-acb3-81e0c55aaebc shut down May 14, 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 14, 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 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 311b51c1-8023-4d12-9d5f-ecf21303cd31 initialized May 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 311b51c1-8023-4d12-9d5f-ecf21303cd31 shut down May 14, 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 14, 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 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7e00fdd6-78bf-4144-b7d4-3feb13a9715a initialized May 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7e00fdd6-78bf-4144-b7d4-3feb13a9715a shut down May 14, 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 14, 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 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 59e6d207-50c7-462c-8041-0043620bc055 initialized May 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 59e6d207-50c7-462c-8041-0043620bc055 shut down May 14, 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 14, 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 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9d5d23b0-4097-41e7-9601-1db245c75043 initialized May 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9d5d23b0-4097-41e7-9601-1db245c75043 shut down May 14, 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 14, 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 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 48091115-7610-4593-bdc7-d4411b6df2f1 initialized May 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 48091115-7610-4593-bdc7-d4411b6df2f1 shut down May 14, 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 14, 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 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 782c47f9-747a-4256-8789-96ff07eaa67f initialized May 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 782c47f9-747a-4256-8789-96ff07eaa67f shut down May 14, 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 14, 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 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2150e95d-522a-4c82-a448-040bb08a1ee7 initialized May 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2150e95d-522a-4c82-a448-040bb08a1ee7 shut down May 14, 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 14, 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 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 58eba0b2-7cbb-468d-9dd7-c282488c10b7 initialized May 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 58eba0b2-7cbb-468d-9dd7-c282488c10b7 shut down May 14, 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 14, 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 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d518950c-d3e7-490b-a42b-bd2a020adc19 initialized May 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d518950c-d3e7-490b-a42b-bd2a020adc19 shut down May 14, 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 14, 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 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2973a92e-c7dc-4649-8563-bea92319c042 initialized May 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2973a92e-c7dc-4649-8563-bea92319c042 shut down May 14, 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 14, 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 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0127fa9-ff97-478b-9cc7-6d3239819a02 initialized May 14, 2024 5:04:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0127fa9-ff97-478b-9cc7-6d3239819a02 shut down [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.109 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: 1.043 s -- in org.eclipse.jnosql.mapping.semistructured.query.DynamicQueryTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest May 14, 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 14, 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 14, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1bca6f4b-f953-4b06-9981-ab7f0e907000 initialized May 14, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1bca6f4b-f953-4b06-9981-ab7f0e907000 shut down May 14, 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 14, 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 14, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e01a2445-5ffd-4571-be40-9161a1a3042b initialized May 14, 2024 5:04:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e01a2445-5ffd-4571-be40-9161a1a3042b shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s -- in org.eclipse.jnosql.mapping.semistructured.query.ParamsBinderTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest May 14, 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 14, 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 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cea47eb2-2ad9-4f39-bed1-ec09f7bd6ffd initialized May 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cea47eb2-2ad9-4f39-bed1-ec09f7bd6ffd shut down May 14, 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 14, 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 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 219e527f-bd08-4959-9e6d-ad305c465c93 initialized May 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 219e527f-bd08-4959-9e6d-ad305c465c93 shut down May 14, 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 14, 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 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fb639e9e-233a-4348-bcf9-4c65a8652945 initialized May 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fb639e9e-233a-4348-bcf9-4c65a8652945 shut down May 14, 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 14, 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 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 946f8ab6-616f-476e-8927-4a53cfb749c4 initialized May 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 946f8ab6-616f-476e-8927-4a53cfb749c4 shut down May 14, 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 14, 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 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 59e8f25e-898a-45ce-b498-0f1752b5f4ce initialized May 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 59e8f25e-898a-45ce-b498-0f1752b5f4ce shut down May 14, 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 14, 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 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c613ebc5-e69a-4f45-a770-011029d836a5 initialized May 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c613ebc5-e69a-4f45-a770-011029d836a5 shut down May 14, 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 14, 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 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ea33af5c-9c5b-4184-9414-6e1e7af0210a initialized May 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ea33af5c-9c5b-4184-9414-6e1e7af0210a shut down May 14, 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 14, 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 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9e539691-51bf-450c-9f60-26d55c922b37 initialized May 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9e539691-51bf-450c-9f60-26d55c922b37 shut down May 14, 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 14, 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 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b899d7e1-5f69-492d-8797-4c4910d7e91a initialized May 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b899d7e1-5f69-492d-8797-4c4910d7e91a shut down May 14, 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 14, 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 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d2b3f55d-b219-4825-b4a7-700294957899 initialized May 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d2b3f55d-b219-4825-b4a7-700294957899 shut down May 14, 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 14, 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 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bbca2340-96ed-41bb-bf5b-68968c652721 initialized May 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bbca2340-96ed-41bb-bf5b-68968c652721 shut down May 14, 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 14, 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 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 244fec16-ac45-4441-9dcf-8ede580f0411 initialized May 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 244fec16-ac45-4441-9dcf-8ede580f0411 shut down May 14, 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 14, 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 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 28f4ecee-fbef-4beb-aa77-890e76f38f2b initialized May 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 28f4ecee-fbef-4beb-aa77-890e76f38f2b shut down May 14, 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 14, 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 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8cbdac4d-8a5f-4592-b66e-9b56d3fe844f initialized May 14, 2024 5:04:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8cbdac4d-8a5f-4592-b66e-9b56d3fe844f shut down May 14, 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 14, 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 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 33d855e1-d79a-4735-8774-08d75f60a530 initialized May 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 33d855e1-d79a-4735-8774-08d75f60a530 shut down May 14, 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 14, 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 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 34f5f6a9-3c80-4281-aa17-28654546cebf initialized May 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 34f5f6a9-3c80-4281-aa17-28654546cebf shut down May 14, 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 14, 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 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1ee3ddbe-b3e8-4ba5-b68d-b923a4f5865d initialized May 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1ee3ddbe-b3e8-4ba5-b68d-b923a4f5865d shut down May 14, 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 14, 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 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0ce560ca-fe05-4617-a7cc-c911e14cdd02 initialized May 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0ce560ca-fe05-4617-a7cc-c911e14cdd02 shut down May 14, 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 14, 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 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 402249b1-6289-4b06-9cb7-77255bcc2a89 initialized May 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 402249b1-6289-4b06-9cb7-77255bcc2a89 shut down May 14, 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 14, 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 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c27c3adc-8a9d-4c1e-ac0b-b8da7af62cd4 initialized May 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c27c3adc-8a9d-4c1e-ac0b-b8da7af62cd4 shut down May 14, 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 14, 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 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 668d487d-06d8-4d67-a501-0ebdf1993f08 initialized May 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 668d487d-06d8-4d67-a501-0ebdf1993f08 shut down May 14, 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 14, 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 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0c3bfcb2-b458-4a26-9174-9b0fdcd50f04 initialized May 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0c3bfcb2-b458-4a26-9174-9b0fdcd50f04 shut down May 14, 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 14, 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 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0018cff9-db2b-4347-8e16-0309635db5fc initialized May 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0018cff9-db2b-4347-8e16-0309635db5fc shut down May 14, 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 14, 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 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f4ef02c-80ff-4944-8f56-209a03cedd13 initialized May 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f4ef02c-80ff-4944-8f56-209a03cedd13 shut down May 14, 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 14, 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 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ce4a4d89-4fa4-4bee-8ef8-db71bb894e27 initialized May 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ce4a4d89-4fa4-4bee-8ef8-db71bb894e27 shut down [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.813 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyPageRequestTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.RepositoryProxyTest May 14, 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 14, 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 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b21ec58f-0b96-493e-8adb-c68160148a8b initialized May 14, 2024 5:04:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b21ec58f-0b96-493e-8adb-c68160148a8b shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dd453465-7740-4df4-a6e2-bbc594e2c5ae initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dd453465-7740-4df4-a6e2-bbc594e2c5ae shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8cf2f655-fecd-4a88-b7ef-61360ca1a28e initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8cf2f655-fecd-4a88-b7ef-61360ca1a28e shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e29cad3f-a3a8-4a6b-8c4d-e89b6fa0851a initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e29cad3f-a3a8-4a6b-8c4d-e89b6fa0851a shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 99eda2d8-78d9-477b-8e59-41995e463647 initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 99eda2d8-78d9-477b-8e59-41995e463647 shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eed9ef9c-129a-43e3-9d77-8b2e25ec096e initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eed9ef9c-129a-43e3-9d77-8b2e25ec096e shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37944882-060a-4930-a172-bab5c323be01 initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37944882-060a-4930-a172-bab5c323be01 shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9b09b76a-99c2-4b83-a725-1ded36d0d462 initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9b09b76a-99c2-4b83-a725-1ded36d0d462 shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b3684c6e-8607-4942-82aa-9dd4e4fc836c initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b3684c6e-8607-4942-82aa-9dd4e4fc836c shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 82943956-d2f0-43c9-af49-d7ee2f37f105 initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 82943956-d2f0-43c9-af49-d7ee2f37f105 shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e2a4a0d-3fe0-4ba9-b40b-b8d1abe3e054 initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e2a4a0d-3fe0-4ba9-b40b-b8d1abe3e054 shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 618423d6-3fd2-4cf8-a88b-d772936a3b2e initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 618423d6-3fd2-4cf8-a88b-d772936a3b2e shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a2d1fad6-2de7-49ed-a9b2-47884ae7d68d initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a2d1fad6-2de7-49ed-a9b2-47884ae7d68d shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a55429ad-d316-45af-9b71-00a39f9fcd23 initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a55429ad-d316-45af-9b71-00a39f9fcd23 shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 40db705e-06a6-4eee-ad19-fc2e012cf6e9 initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 40db705e-06a6-4eee-ad19-fc2e012cf6e9 shut down May 14, 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 14, 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 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4a1dc0db-8d97-47cf-9090-3d79a15939b2 initialized May 14, 2024 5:04:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4a1dc0db-8d97-47cf-9090-3d79a15939b2 shut down May 14, 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 14, 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 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b913e362-9fc6-4fbc-9149-20bc19c4ffd9 initialized May 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b913e362-9fc6-4fbc-9149-20bc19c4ffd9 shut down May 14, 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 14, 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 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d19406e5-a1a3-4b75-a60b-6bfa0ac32659 initialized May 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d19406e5-a1a3-4b75-a60b-6bfa0ac32659 shut down May 14, 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 14, 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 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e894436b-bee9-4657-860e-7fffa5fc58f9 initialized May 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e894436b-bee9-4657-860e-7fffa5fc58f9 shut down May 14, 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 14, 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 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e0d1e49c-73c1-436b-b44b-51ce924f22cc initialized May 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e0d1e49c-73c1-436b-b44b-51ce924f22cc shut down May 14, 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 14, 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 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fb948a1b-38e4-4c31-a30e-69a601dd892f initialized May 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fb948a1b-38e4-4c31-a30e-69a601dd892f shut down May 14, 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 14, 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 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 712f3253-8d83-4258-a8f1-4688d5ebbef5 initialized May 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 712f3253-8d83-4258-a8f1-4688d5ebbef5 shut down May 14, 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 14, 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 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b55504d-3f23-4fbb-822a-d3efe8e97f04 initialized May 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b55504d-3f23-4fbb-822a-d3efe8e97f04 shut down May 14, 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 14, 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 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dc5e7cdf-e0a0-453b-ba90-c485a85c4912 initialized May 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dc5e7cdf-e0a0-453b-ba90-c485a85c4912 shut down May 14, 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 14, 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 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 035bc332-e53d-4f75-8644-2bf125db3b9c initialized May 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 035bc332-e53d-4f75-8644-2bf125db3b9c shut down May 14, 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 14, 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 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 388f9a62-4628-4d92-a00f-bfac2bc12805 initialized May 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 388f9a62-4628-4d92-a00f-bfac2bc12805 shut down May 14, 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 14, 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 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6da743f-94d5-4bd2-830d-811b9c041cdf initialized May 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6da743f-94d5-4bd2-830d-811b9c041cdf shut down May 14, 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 14, 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 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 559cd5b4-5a6d-47a2-8bbf-ed828aefad30 initialized May 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 559cd5b4-5a6d-47a2-8bbf-ed828aefad30 shut down May 14, 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 14, 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 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4827c020-b9c2-4a47-b936-d69ed5c08740 initialized May 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4827c020-b9c2-4a47-b936-d69ed5c08740 shut down May 14, 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 14, 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 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4f3151ec-7708-4362-a4cb-13bb6df55c78 initialized May 14, 2024 5:04:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4f3151ec-7708-4362-a4cb-13bb6df55c78 shut down May 14, 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 14, 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 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d82faa8f-1d3d-4b85-b704-9e65ff91f02c initialized May 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d82faa8f-1d3d-4b85-b704-9e65ff91f02c shut down May 14, 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 14, 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 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e18b0697-0f62-464c-b034-f8a0c631dd7d initialized May 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e18b0697-0f62-464c-b034-f8a0c631dd7d shut down May 14, 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 14, 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 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86dee4e2-aef5-4b64-a377-3723ef1ea2c9 initialized May 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86dee4e2-aef5-4b64-a377-3723ef1ea2c9 shut down May 14, 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 14, 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 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6ad52b08-c4d1-49e7-b258-c11d497c6d99 initialized May 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6ad52b08-c4d1-49e7-b258-c11d497c6d99 shut down May 14, 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 14, 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 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 38a71102-4709-49c6-ba62-ee99215d00a1 initialized May 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 38a71102-4709-49c6-ba62-ee99215d00a1 shut down May 14, 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 14, 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 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bed87514-05ec-4a8e-9762-a2dd7a6be67c initialized May 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bed87514-05ec-4a8e-9762-a2dd7a6be67c shut down May 14, 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 14, 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 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 62de0e47-874f-42ef-92b0-1483763d79df initialized May 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 62de0e47-874f-42ef-92b0-1483763d79df shut down May 14, 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 14, 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 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 616e9c7b-94ef-4ffd-b9d2-365202ce1d67 initialized May 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 616e9c7b-94ef-4ffd-b9d2-365202ce1d67 shut down May 14, 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 14, 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 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5ff03e04-ae8b-4aca-b8f8-9ef6667c7c47 initialized May 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5ff03e04-ae8b-4aca-b8f8-9ef6667c7c47 shut down May 14, 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 14, 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 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6c54211f-380a-40b0-8cd8-3e5c3ae55116 initialized May 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6c54211f-380a-40b0-8cd8-3e5c3ae55116 shut down May 14, 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 14, 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 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 16765b2f-0ebf-4ef8-983c-9c73e53fc7f5 initialized May 14, 2024 5:04:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 16765b2f-0ebf-4ef8-983c-9c73e53fc7f5 shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 900a3337-d5b9-4417-abb2-46a3b81c685e initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 900a3337-d5b9-4417-abb2-46a3b81c685e shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b2cd75ee-fcb1-47f5-8cdf-3b6af916d250 initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b2cd75ee-fcb1-47f5-8cdf-3b6af916d250 shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5fbfd658-0a2f-4526-9213-87c09307e72d initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5fbfd658-0a2f-4526-9213-87c09307e72d shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9a651aba-aa53-40f6-b3cc-446a9fa37483 initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9a651aba-aa53-40f6-b3cc-446a9fa37483 shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 74ce31cb-d6d4-4cfc-ab7c-bfdb6385eff8 initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 74ce31cb-d6d4-4cfc-ab7c-bfdb6385eff8 shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9903ad76-6fb2-48ed-881b-ff682679a388 initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9903ad76-6fb2-48ed-881b-ff682679a388 shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 296f8a11-2049-4fa7-9778-3936810d9a19 initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 296f8a11-2049-4fa7-9778-3936810d9a19 shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f63a1af0-6288-4f49-8996-2f82326ea56b initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f63a1af0-6288-4f49-8996-2f82326ea56b shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c152ef7f-86ef-4ca8-bdcd-1f4867968241 initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c152ef7f-86ef-4ca8-bdcd-1f4867968241 shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container af8087b4-9eb5-4a69-a521-e95c077b5fc9 initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container af8087b4-9eb5-4a69-a521-e95c077b5fc9 shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 87ec590d-b0a5-4f6c-a24c-3350e65760e0 initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 87ec590d-b0a5-4f6c-a24c-3350e65760e0 shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ec9b24b9-f7a0-46ea-852c-98d8078d7346 initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ec9b24b9-f7a0-46ea-852c-98d8078d7346 shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cbb656c3-fd8a-4e21-a74b-77d9a2b6d7a2 initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cbb656c3-fd8a-4e21-a74b-77d9a2b6d7a2 shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2cb58115-af7b-4edd-b8be-a8f5de4feb5b initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2cb58115-af7b-4edd-b8be-a8f5de4feb5b shut down May 14, 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 14, 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 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa39a882-157e-4b92-a075-f4bd473985c7 initialized May 14, 2024 5:04:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aa39a882-157e-4b92-a075-f4bd473985c7 shut down May 14, 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 14, 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 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f2199d1-816a-4e17-b411-d62f645b55fa initialized May 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f2199d1-816a-4e17-b411-d62f645b55fa shut down May 14, 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 14, 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 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bf732b6a-ac7f-4897-bbe1-d1d384e9c0f5 initialized May 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bf732b6a-ac7f-4897-bbe1-d1d384e9c0f5 shut down May 14, 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 14, 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 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11ea7c0d-c9b2-4813-b728-04c2b305fede initialized May 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11ea7c0d-c9b2-4813-b728-04c2b305fede shut down [INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.393 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.082 s -- in org.eclipse.jnosql.mapping.semistructured.query.RepositorySemiStructuredObserverParserTest [INFO] Running org.eclipse.jnosql.mapping.semistructured.query.SemiStructuredParameterBasedQueryTest May 14, 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 14, 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 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0dc2f3f7-1aaa-4f50-a571-0463fb14df77 initialized May 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0dc2f3f7-1aaa-4f50-a571-0463fb14df77 shut down May 14, 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 14, 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 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3f7365df-77b5-43b7-837f-b6c9f01e1497 initialized May 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3f7365df-77b5-43b7-837f-b6c9f01e1497 shut down May 14, 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 14, 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 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7e88db7e-5cd4-445c-90c5-a4a54f4f2761 initialized May 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7e88db7e-5cd4-445c-90c5-a4a54f4f2761 shut down May 14, 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 14, 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 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 758ecdcc-cbaf-4bbc-9b85-be4240012ee1 initialized May 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 758ecdcc-cbaf-4bbc-9b85-be4240012ee1 shut down May 14, 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 14, 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 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94335e8c-f777-48ba-8760-6446cf7f6898 initialized May 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94335e8c-f777-48ba-8760-6446cf7f6898 shut down May 14, 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 14, 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 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cb58a4cf-5513-40cd-8a50-2910b26ee443 initialized May 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cb58a4cf-5513-40cd-8a50-2910b26ee443 shut down May 14, 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 14, 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 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 06b732b9-cf44-4a4f-ac9d-88b287126239 initialized May 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 06b732b9-cf44-4a4f-ac9d-88b287126239 shut down May 14, 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 14, 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 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 16c9e068-8754-4797-983a-b9a0ca1b14f6 initialized May 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 16c9e068-8754-4797-983a-b9a0ca1b14f6 shut down May 14, 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 14, 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 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fe272cba-0828-44c9-9b55-dcbcdc0cb03d initialized May 14, 2024 5:04:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fe272cba-0828-44c9-9b55-dcbcdc0cb03d shut down [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.597 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 14, 2024 5:05:07 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 14, 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 14, 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 14, 2024 5:05:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:13 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:13 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 14, 2024 5:05:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 46457713-6e5b-4080-a957-ee6b2753cb2a initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 14, 2024 5:05:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 46457713-6e5b-4080-a957-ee6b2753cb2a shut down May 14, 2024 5:05:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:05:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:05:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:17 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:17 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 14, 2024 5:05:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 04f81311-1b11-4113-af5a-1348fdb00010 initialized May 14, 2024 5:05:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 04f81311-1b11-4113-af5a-1348fdb00010 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.66 s -- in org.eclipse.jnosql.mapping.document.DefaultDocumentTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.document.DocumentTemplateTest May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:18 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:18 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 14, 2024 5:05:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7c953336-5492-4fee-a767-2584580296f6 initialized May 14, 2024 5:05:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7c953336-5492-4fee-a767-2584580296f6 shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:18 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:18 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 14, 2024 5:05:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 436a36fa-bcf9-448e-ba4f-35db8ac9a16f initialized May 14, 2024 5:05:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 436a36fa-bcf9-448e-ba4f-35db8ac9a16f shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.734 s -- in org.eclipse.jnosql.mapping.document.DocumentTemplateTest [INFO] Running org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:18 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:18 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 14, 2024 5:05:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86451381-c0c4-4a09-a885-c7c7f1d050d8 initialized May 14, 2024 5:05:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86451381-c0c4-4a09-a885-c7c7f1d050d8 shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:20 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 14, 2024 5:05:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container df33c9be-3c09-4d40-b819-c07207f1919e initialized May 14, 2024 5:05:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container df33c9be-3c09-4d40-b819-c07207f1919e shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:20 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 14, 2024 5:05:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a98914d2-2945-49d8-af52-67cf3171f691 initialized May 14, 2024 5:05:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a98914d2-2945-49d8-af52-67cf3171f691 shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:20 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 14, 2024 5:05:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 78e425e3-a90c-4ab6-ad6d-45c01a257aa0 initialized May 14, 2024 5:05:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 78e425e3-a90c-4ab6-ad6d-45c01a257aa0 shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:20 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:20 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 14, 2024 5:05:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eede1bce-4b4f-4623-88c9-f291aed89c18 initialized May 14, 2024 5:05:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eede1bce-4b4f-4623-88c9-f291aed89c18 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.175 s -- in org.eclipse.jnosql.mapping.document.configuration.DocumentManagerSupplierTest [INFO] Running org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 14, 2024 5:05:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 966e449a-75fd-42e9-bdf1-d33ed708d90b initialized May 14, 2024 5:05:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 966e449a-75fd-42e9-bdf1-d33ed708d90b shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 14, 2024 5:05:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94db3e51-c8fc-4bb3-b792-ab67aec579b4 initialized May 14, 2024 5:05:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94db3e51-c8fc-4bb3-b792-ab67aec579b4 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.730 s -- in org.eclipse.jnosql.mapping.document.query.DocumentRepositoryExtensionTest [INFO] Running org.eclipse.jnosql.mapping.document.spi.DocumentExtensionTest May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:21 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 14, 2024 5:05:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0a77d41-a438-4dc9-b55b-a306b69d131f initialized May 14, 2024 5:05:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0a77d41-a438-4dc9-b55b-a306b69d131f shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 14, 2024 5:05:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 256eebfa-de55-4cf5-9949-000ddda3328d initialized May 14, 2024 5:05:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 256eebfa-de55-4cf5-9949-000ddda3328d shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 14, 2024 5:05:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37290bc2-cb3b-49ac-b16a-5912a8b0882b initialized May 14, 2024 5:05:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37290bc2-cb3b-49ac-b16a-5912a8b0882b shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@documentRepositoryMock May 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type DOCUMENT to metadata DOCUMENT@ May 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing Document extension: 2 databases crud 1 found May 14, 2024 5:05:22 AM org.eclipse.jnosql.mapping.document.spi.DocumentExtension onAfterBeanDiscovery INFO: Processing repositories as a Document implementation: [interface org.eclipse.jnosql.mapping.document.entities.PersonRepository] May 14, 2024 5:05:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e70adcaf-b3be-492f-91d3-0a1a1309ed60 initialized May 14, 2024 5:05:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e70adcaf-b3be-492f-91d3-0a1a1309ed60 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 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 14, 2024 5:05:29 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:36 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:36 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 14, 2024 5:05:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 602180f7-6ee5-49ce-8204-850df764eaff initialized May 14, 2024 5:05:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 602180f7-6ee5-49ce-8204-850df764eaff shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 14, 2024 5:05:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 800988f0-c11f-42bb-876f-b0c95cf4510e initialized May 14, 2024 5:05:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 800988f0-c11f-42bb-876f-b0c95cf4510e shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.844 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.060 s -- in org.eclipse.jnosql.mapping.column.DatabaseQualifierTest [INFO] Running org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:37 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing repositories as a Column implementation: [interface org.eclipse.jnosql.mapping.column.entities.PersonRepository] May 14, 2024 5:05:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cff0efd8-e386-4964-9c8e-2c0c96999ed7 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 14, 2024 5:05:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cff0efd8-e386-4964-9c8e-2c0c96999ed7 shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:40 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:40 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 14, 2024 5:05:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd1119ab-e614-4971-b182-c63b2506e616 initialized May 14, 2024 5:05:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd1119ab-e614-4971-b182-c63b2506e616 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.368 s -- in org.eclipse.jnosql.mapping.column.DefaultColumnTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:41 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:41 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 14, 2024 5:05:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dde5ce90-773a-48c1-aa6f-d8f217fb424c initialized May 14, 2024 5:05:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dde5ce90-773a-48c1-aa6f-d8f217fb424c shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:42 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 14, 2024 5:05:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61861659-6e0d-4725-af1e-85a826e399c2 initialized May 14, 2024 5:05:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 61861659-6e0d-4725-af1e-85a826e399c2 shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:42 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 14, 2024 5:05:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6bda7362-1270-4732-a348-238ed7ac4e59 initialized May 14, 2024 5:05:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6bda7362-1270-4732-a348-238ed7ac4e59 shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:42 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 14, 2024 5:05:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55fd094a-0057-4010-95e9-925fb3165094 initialized May 14, 2024 5:05:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55fd094a-0057-4010-95e9-925fb3165094 shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:42 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:42 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 14, 2024 5:05:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 459e4162-a13c-48a1-8187-743a5305871f initialized May 14, 2024 5:05:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 459e4162-a13c-48a1-8187-743a5305871f shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.115 s -- in org.eclipse.jnosql.mapping.column.configuration.ColumnManagerSupplierTest [INFO] Running org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:43 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:43 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 14, 2024 5:05:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2f455ca6-e14b-4177-9736-b51dd228b35a initialized May 14, 2024 5:05:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2f455ca6-e14b-4177-9736-b51dd228b35a shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:43 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:43 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 14, 2024 5:05:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c2d3ec49-0818-477d-b70c-4016d918ea0c initialized May 14, 2024 5:05:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c2d3ec49-0818-477d-b70c-4016d918ea0c shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 s -- in org.eclipse.jnosql.mapping.column.query.ColumnRepositoryExtensionTest [INFO] Running org.eclipse.jnosql.mapping.column.spi.ColumnExtensionTest May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:43 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:43 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 14, 2024 5:05:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 60952e18-d72b-4c92-b66d-30aa243ec7c6 initialized May 14, 2024 5:05:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 60952e18-d72b-4c92-b66d-30aa243ec7c6 shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:44 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:44 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 14, 2024 5:05:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 815e9ea4-7eac-4848-b0a1-496171c0644b initialized May 14, 2024 5:05:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 815e9ea4-7eac-4848-b0a1-496171c0644b shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:44 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:44 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 14, 2024 5:05:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 501d61c4-d675-478e-a2c7-649cba526f96 initialized May 14, 2024 5:05:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 501d61c4-d675-478e-a2c7-649cba526f96 shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@ May 14, 2024 5:05:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type COLUMN to metadata COLUMN@columnRepositoryMock May 14, 2024 5:05:44 AM org.eclipse.jnosql.mapping.column.spi.ColumnExtension onAfterBeanDiscovery INFO: Processing Column extension: 2 databases crud 1 found May 14, 2024 5:05:44 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 14, 2024 5:05:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c103b35c-a5b1-4212-97c9-ac5b693939ff initialized May 14, 2024 5:05:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c103b35c-a5b1-4212-97c9-ac5b693939ff shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 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 14, 2024 5:05:52 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:05:58 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:05:58 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 14, 2024 5:05:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 894111de-0112-44e2-8019-c0ff2d5267d5 initialized May 14, 2024 5:05:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 894111de-0112-44e2-8019-c0ff2d5267d5 shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:05:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:05:59 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 14, 2024 5:05:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e5ba1322-d103-421c-b439-10f2fcff3f7b initialized May 14, 2024 5:05:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e5ba1322-d103-421c-b439-10f2fcff3f7b shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:05:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:05:59 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 14, 2024 5:05:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba1df4d6-1307-4eac-b5e2-e3e366ff0ede initialized May 14, 2024 5:05:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba1df4d6-1307-4eac-b5e2-e3e366ff0ede shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:05:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:05:59 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:05:59 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 14, 2024 5:05:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e50e0057-048c-41db-a696-753ec873f4bf initialized May 14, 2024 5:05:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e50e0057-048c-41db-a696-753ec873f4bf shut down May 14, 2024 5:05: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 14, 2024 5:05: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 14, 2024 5:06:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:00 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 14, 2024 5:06:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bb9eefb1-ccaa-417d-a347-d77ea768c24c initialized May 14, 2024 5:06:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bb9eefb1-ccaa-417d-a347-d77ea768c24c shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:00 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 14, 2024 5:06:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fe9dcf56-8084-42a4-87d0-d3c96654e4d7 initialized May 14, 2024 5:06:00 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 14, 2024 5:06:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fe9dcf56-8084-42a4-87d0-d3c96654e4d7 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:00 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 14, 2024 5:06:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1af74c02-2435-4eea-a589-140b2d77a4a5 initialized May 14, 2024 5:06:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1af74c02-2435-4eea-a589-140b2d77a4a5 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:00 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 14, 2024 5:06:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e37aea88-f2f8-4cd7-aecb-efdea354b6f6 initialized May 14, 2024 5:06:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e37aea88-f2f8-4cd7-aecb-efdea354b6f6 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:00 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 14, 2024 5:06:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f0b68ee4-9478-4304-9140-7767121ae091 initialized May 14, 2024 5:06:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f0b68ee4-9478-4304-9140-7767121ae091 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:00 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:00 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 14, 2024 5:06:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 920a9caf-94b5-42d9-87f8-7e5aba8d5dbf initialized May 14, 2024 5:06:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 920a9caf-94b5-42d9-87f8-7e5aba8d5dbf shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:01 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 14, 2024 5:06:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2c0dc2e3-9b10-4dfb-a68c-bb51088feea1 initialized May 14, 2024 5:06:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2c0dc2e3-9b10-4dfb-a68c-bb51088feea1 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:01 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 14, 2024 5:06:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b0634671-84fd-402b-a5ea-2914a9dbcb1a initialized May 14, 2024 5:06:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b0634671-84fd-402b-a5ea-2914a9dbcb1a shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:01 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 14, 2024 5:06:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9c70caa6-0f96-492d-9ee2-7447f0f0d8d3 initialized May 14, 2024 5:06:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9c70caa6-0f96-492d-9ee2-7447f0f0d8d3 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:01 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 14, 2024 5:06:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 469c9adc-f5e2-419c-850d-344b1ab94381 initialized May 14, 2024 5:06:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 469c9adc-f5e2-419c-850d-344b1ab94381 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:01 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:01 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 14, 2024 5:06:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8b9b0267-2727-4c7a-a8ea-bf9a9d6c513e initialized May 14, 2024 5:06:01 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 14, 2024 5:06:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8b9b0267-2727-4c7a-a8ea-bf9a9d6c513e shut down [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.503 s -- in org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueEntityConverterTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.DefaultKeyValueTemplateTest May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:02 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:02 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 14, 2024 5:06:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0cf04482-4de0-4b29-bdbe-7cc3ea28252f initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 14, 2024 5:06:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0cf04482-4de0-4b29-bdbe-7cc3ea28252f shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:05 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 14, 2024 5:06:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b5651d1b-6862-4ecb-a6b7-3f4f5f2fb35e initialized May 14, 2024 5:06:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b5651d1b-6862-4ecb-a6b7-3f4f5f2fb35e shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:05 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:05 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 14, 2024 5:06:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6eee8c1-9848-4413-8dd6-880dff085912 initialized May 14, 2024 5:06:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6eee8c1-9848-4413-8dd6-880dff085912 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:06 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 14, 2024 5:06:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 65f48a0e-b624-41fe-8193-51ab41a6b054 initialized May 14, 2024 5:06:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 65f48a0e-b624-41fe-8193-51ab41a6b054 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:06 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 14, 2024 5:06:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 822785ed-1646-4ff1-8b2b-dceed88b1ffe initialized May 14, 2024 5:06:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 822785ed-1646-4ff1-8b2b-dceed88b1ffe shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:06 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:06 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 14, 2024 5:06:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ebfc1940-cb0b-4dd7-b4cd-789f0bd680fe initialized May 14, 2024 5:06:06 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ebfc1940-cb0b-4dd7-b4cd-789f0bd680fe shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:07 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 14, 2024 5:06:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aaf2ebb9-9fb7-4072-b11e-6223a407cb54 initialized May 14, 2024 5:06:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aaf2ebb9-9fb7-4072-b11e-6223a407cb54 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:07 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 14, 2024 5:06:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b5876451-93a4-4ec8-9986-465816ce39b5 initialized May 14, 2024 5:06:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b5876451-93a4-4ec8-9986-465816ce39b5 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:07 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 14, 2024 5:06:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 151d2fdc-a358-4f47-a61f-2c833c066329 initialized May 14, 2024 5:06:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 151d2fdc-a358-4f47-a61f-2c833c066329 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:07 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:07 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:07 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 14, 2024 5:06:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cbbca58b-6327-4994-be34-c012482115d0 initialized May 14, 2024 5:06:07 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cbbca58b-6327-4994-be34-c012482115d0 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:08 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 14, 2024 5:06:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 67a4ad12-b4c0-40a2-940c-ef7b262ca2b7 initialized May 14, 2024 5:06:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 67a4ad12-b4c0-40a2-940c-ef7b262ca2b7 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:08 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 14, 2024 5:06:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 93698fd5-d49a-4597-b54f-29d280e53a89 initialized May 14, 2024 5:06:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 93698fd5-d49a-4597-b54f-29d280e53a89 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:08 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 14, 2024 5:06:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c7a83eda-cbb4-45a8-930f-edd4bf7f966a initialized May 14, 2024 5:06:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c7a83eda-cbb4-45a8-930f-edd4bf7f966a shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:08 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 14, 2024 5:06:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 57f31d8d-6a36-446b-92fc-0dad47ec6715 initialized May 14, 2024 5:06:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 57f31d8d-6a36-446b-92fc-0dad47ec6715 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:08 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 14, 2024 5:06:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0bd4aea5-f7a3-4c87-a502-5762d0f6bd91 initialized May 14, 2024 5:06:08 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0bd4aea5-f7a3-4c87-a502-5762d0f6bd91 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:08 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:08 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:08 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 14, 2024 5:06:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 84f44cd6-1940-46fd-81d9-3b0745356620 initialized May 14, 2024 5:06:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 84f44cd6-1940-46fd-81d9-3b0745356620 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:09 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 14, 2024 5:06:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 34a361f9-4774-4b42-a054-445dcd556818 initialized May 14, 2024 5:06:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 34a361f9-4774-4b42-a054-445dcd556818 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:09 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 14, 2024 5:06:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 820b6ca2-e674-4207-a28d-70a08764b8bc initialized May 14, 2024 5:06:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 820b6ca2-e674-4207-a28d-70a08764b8bc shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:09 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 14, 2024 5:06:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f3359ba0-ff6b-4677-8927-7d56da678640 initialized May 14, 2024 5:06:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f3359ba0-ff6b-4677-8927-7d56da678640 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:09 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:09 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 14, 2024 5:06:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f870263d-0f29-4886-b6c4-0a1d4506b36f initialized May 14, 2024 5:06:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f870263d-0f29-4886-b6c4-0a1d4506b36f shut down [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.026 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.170 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueEventPersistManagerTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:10 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 14, 2024 5:06:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f760d08-0d5e-4f3f-9564-81da44364a52 initialized May 14, 2024 5:06:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f760d08-0d5e-4f3f-9564-81da44364a52 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:10 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 14, 2024 5:06:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5e3a10aa-6c47-49da-bc5a-99c2199d847b initialized May 14, 2024 5:06:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5e3a10aa-6c47-49da-bc5a-99c2199d847b shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:10 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 14, 2024 5:06:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d22fbc1d-e94e-4736-b93d-d0d8feecbf34 initialized May 14, 2024 5:06:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d22fbc1d-e94e-4736-b93d-d0d8feecbf34 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:10 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 14, 2024 5:06:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6dfecb47-8c95-4691-ac11-66ac3b55d451 initialized May 14, 2024 5:06:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6dfecb47-8c95-4691-ac11-66ac3b55d451 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 s -- in org.eclipse.jnosql.mapping.keyvalue.KeyValueTemplateTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:10 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:10 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 14, 2024 5:06:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 70ee93ed-6102-496b-9e2b-e0c21e94435a initialized May 14, 2024 5:06:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 70ee93ed-6102-496b-9e2b-e0c21e94435a shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:11 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:11 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 14, 2024 5:06:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f76c9d1d-3428-4d14-a768-ca6d0062aff7 initialized May 14, 2024 5:06:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f76c9d1d-3428-4d14-a768-ca6d0062aff7 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:11 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:11 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 14, 2024 5:06:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72e0f939-9dc5-48f1-bc07-a72fe98ce8fc initialized May 14, 2024 5:06:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72e0f939-9dc5-48f1-bc07-a72fe98ce8fc shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:11 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:11 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 14, 2024 5:06:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2bc0d8b4-1b4f-4172-9d8f-e7d7a2b4b49f initialized May 14, 2024 5:06:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2bc0d8b4-1b4f-4172-9d8f-e7d7a2b4b49f shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.552 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerFactorySupplierTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:12 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 14, 2024 5:06:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f8b2db5a-1b34-4621-90c1-11d739eacac2 initialized May 14, 2024 5:06:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f8b2db5a-1b34-4621-90c1-11d739eacac2 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:12 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 14, 2024 5:06:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aafcc9db-1ee0-409c-bfbc-db6cd6d93cd2 initialized May 14, 2024 5:06:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aafcc9db-1ee0-409c-bfbc-db6cd6d93cd2 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:12 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 14, 2024 5:06:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba4e4399-f7fa-4684-96a0-0dab4caf7193 initialized May 14, 2024 5:06:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba4e4399-f7fa-4684-96a0-0dab4caf7193 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:12 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 14, 2024 5:06:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa4d45bc-af30-4bfe-b417-0361d48c3d4f initialized May 14, 2024 5:06:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aa4d45bc-af30-4bfe-b417-0361d48c3d4f shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:12 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:12 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 14, 2024 5:06:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3d73cf03-e5b5-48b4-998d-349277b96bf1 initialized May 14, 2024 5:06:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3d73cf03-e5b5-48b4-998d-349277b96bf1 shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.742 s -- in org.eclipse.jnosql.mapping.keyvalue.configuration.BucketManagerSupplierTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.configuration.CollectionSupplierTest May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:13 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 14, 2024 5:06:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fea5e23a-20b9-413d-8df5-291b26387d7d initialized May 14, 2024 5:06:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fea5e23a-20b9-413d-8df5-291b26387d7d shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:13 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 14, 2024 5:06:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 392a6a18-2a2b-4aab-aafd-a494ef659974 initialized May 14, 2024 5:06:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 392a6a18-2a2b-4aab-aafd-a494ef659974 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:13 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 14, 2024 5:06:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2891081e-1827-4204-b261-fd81b7f6c781 initialized May 14, 2024 5:06:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2891081e-1827-4204-b261-fd81b7f6c781 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:13 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 14, 2024 5:06:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 18ad073d-9d87-4441-80b6-f9c23a63aa2d initialized May 14, 2024 5:06:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 18ad073d-9d87-4441-80b6-f9c23a63aa2d shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:13 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 14, 2024 5:06:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e57f2825-a507-4cd7-959b-412b89e05124 initialized May 14, 2024 5:06:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e57f2825-a507-4cd7-959b-412b89e05124 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:13 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:13 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 14, 2024 5:06:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dfaa6763-8748-452e-8e51-ffab0643e72c initialized May 14, 2024 5:06:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dfaa6763-8748-452e-8e51-ffab0643e72c shut down [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.099 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.277 s -- in org.eclipse.jnosql.mapping.keyvalue.query.DefaultKeyValueRepositoryTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:14 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:14 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 14, 2024 5:06:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 75622e23-b92a-43e3-8060-0f379336a696 initialized May 14, 2024 5:06:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 75622e23-b92a-43e3-8060-0f379336a696 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:14 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:14 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 14, 2024 5:06:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aec6d211-8520-492c-a08a-06177fb2b097 initialized May 14, 2024 5:06:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aec6d211-8520-492c-a08a-06177fb2b097 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProducerTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:14 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:14 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 14, 2024 5:06:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e2dba0f8-20e4-48a9-b425-6d595ecb693e initialized May 14, 2024 5:06:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e2dba0f8-20e4-48a9-b425-6d595ecb693e shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:14 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:14 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 14, 2024 5:06:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4a2f9a37-5bfd-4884-ae5a-d724fe006810 initialized May 14, 2024 5:06:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4a2f9a37-5bfd-4884-ae5a-d724fe006810 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:15 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 14, 2024 5:06:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f985642b-8c95-412d-96e4-ffe62260f164 initialized May 14, 2024 5:06:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f985642b-8c95-412d-96e4-ffe62260f164 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:15 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 14, 2024 5:06:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a136fd39-170d-4b43-9d94-4a3e5a52751e initialized May 14, 2024 5:06:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a136fd39-170d-4b43-9d94-4a3e5a52751e shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:15 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 14, 2024 5:06:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 520af1ae-546a-4b50-a29d-668c1111d6b4 initialized May 14, 2024 5:06:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 520af1ae-546a-4b50-a29d-668c1111d6b4 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:15 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 14, 2024 5:06:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c6c76edf-2a52-4df0-936f-52a0b81f04f3 initialized May 14, 2024 5:06:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c6c76edf-2a52-4df0-936f-52a0b81f04f3 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:15 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 14, 2024 5:06:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f9bea313-aea8-4d1b-91d2-5ba03aaca35f initialized May 14, 2024 5:06:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f9bea313-aea8-4d1b-91d2-5ba03aaca35f shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:15 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 14, 2024 5:06:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d705cd26-ab39-4bc8-8cd2-383d1f43f499 initialized May 14, 2024 5:06:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d705cd26-ab39-4bc8-8cd2-383d1f43f499 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:15 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:15 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 14, 2024 5:06:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fbe4a449-39b3-4123-85cf-8548c4900e8b initialized May 14, 2024 5:06:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fbe4a449-39b3-4123-85cf-8548c4900e8b shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:16 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 14, 2024 5:06:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 30d25ae0-8804-453e-96b3-a778dcf610af initialized May 14, 2024 5:06:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 30d25ae0-8804-453e-96b3-a778dcf610af shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:16 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 14, 2024 5:06:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 077cde04-1904-4cca-8ebe-ff1a246ca9ef initialized May 14, 2024 5:06:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 077cde04-1904-4cca-8ebe-ff1a246ca9ef shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:16 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 14, 2024 5:06:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 032dff9e-f509-4777-b007-bfc33121f366 initialized May 14, 2024 5:06:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 032dff9e-f509-4777-b007-bfc33121f366 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:16 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 14, 2024 5:06:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5d59f751-b001-4fae-8eaa-b8c10d292de5 initialized May 14, 2024 5:06:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5d59f751-b001-4fae-8eaa-b8c10d292de5 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:16 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 14, 2024 5:06:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f662f610-2d15-4db4-8c97-0d5b96030d3b initialized May 14, 2024 5:06:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f662f610-2d15-4db4-8c97-0d5b96030d3b shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:16 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:16 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 14, 2024 5:06:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b6f8cb1f-f47c-4231-8cb5-68caafd1e456 initialized May 14, 2024 5:06:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b6f8cb1f-f47c-4231-8cb5-68caafd1e456 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:19 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:19 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 14, 2024 5:06:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 864b1afe-9a99-48b6-82f7-994e42d0d46e initialized May 14, 2024 5:06:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 864b1afe-9a99-48b6-82f7-994e42d0d46e shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:19 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:19 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 14, 2024 5:06:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5952309c-cb43-4945-a9fd-7b94c895676b initialized May 14, 2024 5:06:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5952309c-cb43-4945-a9fd-7b94c895676b shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:19 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:19 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 14, 2024 5:06:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1030294d-3ff6-4df0-94e9-41fc0879928e initialized May 14, 2024 5:06:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1030294d-3ff6-4df0-94e9-41fc0879928e shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:20 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:20 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 14, 2024 5:06:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c8cd1acc-120d-47db-b32d-09f7e9a973c1 initialized May 14, 2024 5:06:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c8cd1acc-120d-47db-b32d-09f7e9a973c1 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:20 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:20 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 14, 2024 5:06:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4021fdae-537a-45a1-9de9-32506b1a091e initialized May 14, 2024 5:06:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4021fdae-537a-45a1-9de9-32506b1a091e shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:20 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:20 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 14, 2024 5:06:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container aa495114-ae6b-4f06-8a2a-a23444284229 initialized May 14, 2024 5:06:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container aa495114-ae6b-4f06-8a2a-a23444284229 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:20 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:20 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 14, 2024 5:06:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1f237c51-60fa-418e-9acc-55c289cc742b initialized May 14, 2024 5:06:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1f237c51-60fa-418e-9acc-55c289cc742b shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:20 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:20 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 14, 2024 5:06:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6e109974-f9f4-4d2c-8189-239f7c6c7a87 initialized May 14, 2024 5:06:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6e109974-f9f4-4d2c-8189-239f7c6c7a87 shut down [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.928 s -- in org.eclipse.jnosql.mapping.keyvalue.query.KeyValueRepositoryProxyTest [INFO] Running org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtensionTest May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:20 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:20 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 14, 2024 5:06:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 160bafff-2e84-481d-8983-34e32184fac2 initialized May 14, 2024 5:06:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 160bafff-2e84-481d-8983-34e32184fac2 shut down May 14, 2024 5:06: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 14, 2024 5:06: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 14, 2024 5:06:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type KEY_VALUE to metadata KEY_VALUE@keyvalueMock May 14, 2024 5:06:20 AM org.eclipse.jnosql.mapping.keyvalue.spi.KeyValueExtension onAfterBeanDiscovery INFO: Processing Key-Value extension: 1 databases crud 2 found May 14, 2024 5:06:20 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 14, 2024 5:06:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fdf08d6d-c439-49e2-a1fd-e3feb8ab6442 initialized May 14, 2024 5:06:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fdf08d6d-c439-49e2-a1fd-e3feb8ab6442 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 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 14, 2024 5:06:54 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/1715663208780/ May 14, 2024 5:06: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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:06:59 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/1715663208780/ May 14, 2024 5:07: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/1715663208780/ May 14, 2024 5:07: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/1715663208780/ May 14, 2024 5:07: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/1715663208780/ May 14, 2024 5:07: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/1715663208780/ [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.51 s -- in org.eclipse.jnosql.communication.graph.DefaultGraphDatabaseManagerTest [INFO] Running org.eclipse.jnosql.mapping.graph.BookTemplateTest May 14, 2024 5:07:00 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 5.1.2 (Final) May 14, 2024 5:07:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ffd0df21-e7d2-46c2-a465-4f9d3a6bd811 initialized May 14, 2024 5:07: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/1715663244407/ May 14, 2024 5:07:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663244407/ May 14, 2024 5:07:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ffd0df21-e7d2-46c2-a465-4f9d3a6bd811 shut down May 14, 2024 5:07:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dec20140-4499-44ee-b74e-3574756e56ba initialized May 14, 2024 5:07: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/1715663245371/ May 14, 2024 5:07:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663245371/ May 14, 2024 5:07:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dec20140-4499-44ee-b74e-3574756e56ba shut down May 14, 2024 5:07:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container da25aab1-b787-47eb-aee9-f744779ba71a initialized May 14, 2024 5:07: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/1715663246132/ May 14, 2024 5:07:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663246132/ May 14, 2024 5:07:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container da25aab1-b787-47eb-aee9-f744779ba71a shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.44 s -- in org.eclipse.jnosql.mapping.graph.BookTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest May 14, 2024 5:07:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7a707aa0-df93-4796-b70e-a8914fb9ea9c initialized May 14, 2024 5:07: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/1715663247081/ May 14, 2024 5:07:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663247081/ May 14, 2024 5:07:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7a707aa0-df93-4796-b70e-a8914fb9ea9c shut down May 14, 2024 5:07:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container de4a6755-6b0f-457a-b694-85f8a7db1b88 initialized May 14, 2024 5:07: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/1715663247984/ May 14, 2024 5:07:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663247984/ May 14, 2024 5:07:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container de4a6755-6b0f-457a-b694-85f8a7db1b88 shut down May 14, 2024 5:07:28 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8d925464-3143-48b1-afb9-bee9a8580669 initialized May 14, 2024 5:07: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/1715663248663/ May 14, 2024 5:07:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663248663/ May 14, 2024 5:07:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8d925464-3143-48b1-afb9-bee9a8580669 shut down May 14, 2024 5:07:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 039f2eee-65e5-4a77-919f-9157be175149 initialized May 14, 2024 5:07: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/1715663249407/ May 14, 2024 5:07:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663249407/ May 14, 2024 5:07:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 039f2eee-65e5-4a77-919f-9157be175149 shut down May 14, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b0c01eb1-e836-4097-a4b4-665c1799f113 initialized May 14, 2024 5:07: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/1715663250372/ May 14, 2024 5:07:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663250372/ May 14, 2024 5:07:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b0c01eb1-e836-4097-a4b4-665c1799f113 shut down May 14, 2024 5:07:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 03e1752a-0838-4a20-9d49-fc8051c31d9e initialized May 14, 2024 5:07: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/1715663251066/ May 14, 2024 5:07:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663251066/ May 14, 2024 5:07:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 03e1752a-0838-4a20-9d49-fc8051c31d9e shut down May 14, 2024 5:07:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6049b33-4a87-4bb9-9bca-97954cbdc53d initialized May 14, 2024 5:07: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/1715663251726/ May 14, 2024 5:07:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663251726/ May 14, 2024 5:07:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6049b33-4a87-4bb9-9bca-97954cbdc53d shut down May 14, 2024 5:07:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 93344c33-f03e-48dd-a957-17256116a26a initialized May 14, 2024 5:07: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/1715663252354/ May 14, 2024 5:07:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663252354/ May 14, 2024 5:07:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 93344c33-f03e-48dd-a957-17256116a26a shut down May 14, 2024 5:07:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a02f3496-422c-49e1-97f9-fb40e96f92c7 initialized May 14, 2024 5:07: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/1715663252980/ May 14, 2024 5:07:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663252980/ May 14, 2024 5:07:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a02f3496-422c-49e1-97f9-fb40e96f92c7 shut down May 14, 2024 5:07:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container af87ab7f-4779-439d-9ea6-0fbe315c0899 initialized May 14, 2024 5:07: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/1715663253551/ May 14, 2024 5:07:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663253551/ May 14, 2024 5:07:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container af87ab7f-4779-439d-9ea6-0fbe315c0899 shut down May 14, 2024 5:07:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f1e02f81-cbcd-490d-a702-de3ce4209429 initialized May 14, 2024 5:07:34 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/1715663254083/ May 14, 2024 5:07:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663254083/ May 14, 2024 5:07:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f1e02f81-cbcd-490d-a702-de3ce4209429 shut down May 14, 2024 5:07:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c3e15364-a0ff-4aaf-a5d0-6bc07b777c52 initialized May 14, 2024 5:07:34 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/1715663254630/ May 14, 2024 5:07:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07:35 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/1715663254630/ May 14, 2024 5:07:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c3e15364-a0ff-4aaf-a5d0-6bc07b777c52 shut down May 14, 2024 5:07:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 940aa5dd-58ba-4da3-9056-f4db45a0f17e initialized May 14, 2024 5:07: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/1715663255186/ May 14, 2024 5:07:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07:35 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/1715663255186/ May 14, 2024 5:07:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 940aa5dd-58ba-4da3-9056-f4db45a0f17e shut down May 14, 2024 5:07:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6c1fd0ff-4e1d-42e0-97bc-6b95589b9696 initialized May 14, 2024 5:07: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/1715663255858/ May 14, 2024 5:07:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663255858/ May 14, 2024 5:07:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6c1fd0ff-4e1d-42e0-97bc-6b95589b9696 shut down May 14, 2024 5:07:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 33d3dde8-81c7-4a53-9467-eb1301ca0261 initialized May 14, 2024 5:07: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/1715663256411/ May 14, 2024 5:07:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663256411/ May 14, 2024 5:07:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 33d3dde8-81c7-4a53-9467-eb1301ca0261 shut down May 14, 2024 5:07:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 99e35bc6-ab9c-4024-9ff4-dc57e12b5d44 initialized May 14, 2024 5:07: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/1715663256939/ May 14, 2024 5:07:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663256939/ May 14, 2024 5:07:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 99e35bc6-ab9c-4024-9ff4-dc57e12b5d44 shut down May 14, 2024 5:07: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 14, 2024 5:07: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 14, 2024 5:07:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b32bcec-eaf4-4040-959c-5998d67d6a30 initialized May 14, 2024 5:07: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/1715663257477/ May 14, 2024 5:07:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663257477/ May 14, 2024 5:07:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2b32bcec-eaf4-4040-959c-5998d67d6a30 shut down May 14, 2024 5:07: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 14, 2024 5:07: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 14, 2024 5:07:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6f6677bb-ccd4-48ca-90f6-503f1b9ae5a9 initialized May 14, 2024 5:07: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/1715663258049/ May 14, 2024 5:07:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663258049/ May 14, 2024 5:07:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6f6677bb-ccd4-48ca-90f6-503f1b9ae5a9 shut down May 14, 2024 5:07:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8d90ed32-554e-4fce-b543-231295e820fb initialized May 14, 2024 5:07: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/1715663258561/ May 14, 2024 5:07:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663258561/ May 14, 2024 5:07:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8d90ed32-554e-4fce-b543-231295e820fb shut down May 14, 2024 5:07:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container caa4a43e-e9f4-45e2-8862-f33a4ccae80b initialized May 14, 2024 5:07: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/1715663259066/ May 14, 2024 5:07:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663259066/ May 14, 2024 5:07:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container caa4a43e-e9f4-45e2-8862-f33a4ccae80b shut down May 14, 2024 5:07:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 248d7b3b-197f-420d-9988-9d69d3a93d04 initialized May 14, 2024 5:07: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/1715663259596/ May 14, 2024 5:07:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663259596/ May 14, 2024 5:07:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 248d7b3b-197f-420d-9988-9d69d3a93d04 shut down May 14, 2024 5:07:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0c38da3c-4981-429c-9a56-f448217b427f initialized May 14, 2024 5:07: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/1715663260074/ May 14, 2024 5:07:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663260074/ May 14, 2024 5:07:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0c38da3c-4981-429c-9a56-f448217b427f shut down May 14, 2024 5:07:40 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:40 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 962708b9-c4e2-42f9-a8c7-4b2f5984785f initialized May 14, 2024 5:07: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/1715663260563/ May 14, 2024 5:07:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663260563/ May 14, 2024 5:07:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 962708b9-c4e2-42f9-a8c7-4b2f5984785f shut down May 14, 2024 5:07:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4b1855ce-b553-4df6-8c3c-f94c44e2b256 initialized May 14, 2024 5:07: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/1715663261105/ May 14, 2024 5:07:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663261105/ May 14, 2024 5:07:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4b1855ce-b553-4df6-8c3c-f94c44e2b256 shut down May 14, 2024 5:07:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:41 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a0e1a1d-3b7d-4532-9aff-776f75fb721f initialized May 14, 2024 5:07: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/1715663261606/ May 14, 2024 5:07:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663261606/ May 14, 2024 5:07:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a0e1a1d-3b7d-4532-9aff-776f75fb721f shut down May 14, 2024 5:07: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 14, 2024 5:07: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 14, 2024 5:07:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7bc44d03-da70-4198-b4f4-df6d1b42834c initialized May 14, 2024 5:07: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/1715663262085/ May 14, 2024 5:07:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663262085/ May 14, 2024 5:07:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7bc44d03-da70-4198-b4f4-df6d1b42834c shut down May 14, 2024 5:07: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 14, 2024 5:07: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 14, 2024 5:07:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4e1659b6-c3c0-4beb-8675-11ad69f3f248 initialized May 14, 2024 5:07: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/1715663262679/ May 14, 2024 5:07:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663262679/ May 14, 2024 5:07:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4e1659b6-c3c0-4beb-8675-11ad69f3f248 shut down May 14, 2024 5:07: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 14, 2024 5:07: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 14, 2024 5:07:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3a748b6a-e678-4525-99f9-e68e8cef8b4a initialized May 14, 2024 5:07:43 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/1715663263163/ May 14, 2024 5:07:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663263163/ May 14, 2024 5:07:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3a748b6a-e678-4525-99f9-e68e8cef8b4a shut down May 14, 2024 5:07: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 14, 2024 5:07: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 14, 2024 5:07:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d2c3f632-5bb8-431f-b19a-10e56fb4c95a initialized May 14, 2024 5:07:43 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/1715663263657/ May 14, 2024 5:07:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07:44 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/1715663263657/ May 14, 2024 5:07:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d2c3f632-5bb8-431f-b19a-10e56fb4c95a shut down May 14, 2024 5:07: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 14, 2024 5:07: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 14, 2024 5:07:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c7932b6d-4749-428b-9748-50732d5b3840 initialized May 14, 2024 5:07: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/1715663264168/ May 14, 2024 5:07:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07:44 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/1715663264168/ May 14, 2024 5:07:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c7932b6d-4749-428b-9748-50732d5b3840 shut down May 14, 2024 5:07: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 14, 2024 5:07: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 14, 2024 5:07:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 59deafa1-b184-41ea-9739-b8d2b3c60f70 initialized May 14, 2024 5:07: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/1715663264679/ May 14, 2024 5:07:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663264679/ May 14, 2024 5:07:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 59deafa1-b184-41ea-9739-b8d2b3c60f70 shut down May 14, 2024 5:07:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d6771e77-33ca-49cc-a9fc-4e48f0131bc9 initialized May 14, 2024 5:07: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/1715663265266/ May 14, 2024 5:07:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663265266/ May 14, 2024 5:07:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d6771e77-33ca-49cc-a9fc-4e48f0131bc9 shut down May 14, 2024 5:07:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 11eb6d8b-dd41-4da4-bab8-8b0dbee055ed initialized May 14, 2024 5:07: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/1715663265760/ May 14, 2024 5:07:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663265760/ May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 11eb6d8b-dd41-4da4-bab8-8b0dbee055ed shut down May 14, 2024 5:07:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 399d5bb7-1160-4ad8-8a35-1d939718c8d5 initialized May 14, 2024 5:07: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/1715663266200/ May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663266200/ May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 399d5bb7-1160-4ad8-8a35-1d939718c8d5 shut down May 14, 2024 5:07:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container be6cf794-6ddb-4ecf-9727-c895280afc67 initialized May 14, 2024 5:07: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/1715663266687/ May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663266687/ May 14, 2024 5:07:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container be6cf794-6ddb-4ecf-9727-c895280afc67 shut down May 14, 2024 5:07:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 13d30f22-5ae8-41b0-b8c8-44715ae7c58f initialized May 14, 2024 5:07: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/1715663267140/ May 14, 2024 5:07:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663267140/ May 14, 2024 5:07:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 13d30f22-5ae8-41b0-b8c8-44715ae7c58f shut down May 14, 2024 5:07:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 66a1387a-3192-4301-8496-52f6a9e5042a initialized May 14, 2024 5:07: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/1715663267580/ May 14, 2024 5:07:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663267580/ May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 66a1387a-3192-4301-8496-52f6a9e5042a shut down May 14, 2024 5:07:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9150cdfc-431b-4c8f-bce6-bea3c6ea21ba initialized May 14, 2024 5:07: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/1715663268103/ May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663268103/ May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9150cdfc-431b-4c8f-bce6-bea3c6ea21ba shut down May 14, 2024 5:07:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a45d35ef-1f0a-47f1-a175-3941892e03b9 initialized May 14, 2024 5:07: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/1715663268564/ May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663268564/ May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a45d35ef-1f0a-47f1-a175-3941892e03b9 shut down May 14, 2024 5:07:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container efdb2636-0126-4ac7-be3f-7f8ab97f70bd initialized May 14, 2024 5:07: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/1715663269061/ May 14, 2024 5:07:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663269061/ May 14, 2024 5:07:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container efdb2636-0126-4ac7-be3f-7f8ab97f70bd shut down May 14, 2024 5:07: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 14, 2024 5:07:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3184d566-6c90-4563-804b-e5beb1038014 initialized May 14, 2024 5:07: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/1715663269550/ May 14, 2024 5:07:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663269550/ May 14, 2024 5:07:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3184d566-6c90-4563-804b-e5beb1038014 shut down May 14, 2024 5:07: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 14, 2024 5:07:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2ef556b7-e531-4cd0-80fb-d49d386f113f initialized May 14, 2024 5:07: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/1715663270002/ May 14, 2024 5:07:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663270002/ May 14, 2024 5:07:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2ef556b7-e531-4cd0-80fb-d49d386f113f shut down May 14, 2024 5:07: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 14, 2024 5:07: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 14, 2024 5:07:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f29f7c65-a926-46f0-90a7-b511b7f84f46 initialized May 14, 2024 5:07: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/1715663270452/ May 14, 2024 5:07:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663270452/ May 14, 2024 5:07:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f29f7c65-a926-46f0-90a7-b511b7f84f46 shut down May 14, 2024 5:07: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 14, 2024 5:07: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 14, 2024 5:07:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 07212ef5-685e-48b7-8436-fc6fefd702a8 initialized May 14, 2024 5:07: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/1715663270981/ May 14, 2024 5:07:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663270981/ May 14, 2024 5:07:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 07212ef5-685e-48b7-8436-fc6fefd702a8 shut down May 14, 2024 5:07: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 14, 2024 5:07: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 14, 2024 5:07:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b9149c2c-4891-48c3-8e66-aa6319f4ee27 initialized May 14, 2024 5:07: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/1715663271450/ May 14, 2024 5:07:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663271450/ May 14, 2024 5:07:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b9149c2c-4891-48c3-8e66-aa6319f4ee27 shut down May 14, 2024 5:07: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 14, 2024 5:07: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 14, 2024 5:07:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b0cd2030-addb-4705-892f-6580d298c139 initialized May 14, 2024 5:07: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/1715663271898/ May 14, 2024 5:07:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663271898/ May 14, 2024 5:07:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b0cd2030-addb-4705-892f-6580d298c139 shut down May 14, 2024 5:07:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37705c7e-49d0-4c4e-aa12-b0bb57a3a591 initialized May 14, 2024 5:07: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/1715663272361/ May 14, 2024 5:07:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663272361/ May 14, 2024 5:07:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37705c7e-49d0-4c4e-aa12-b0bb57a3a591 shut down [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.08 s -- in org.eclipse.jnosql.mapping.graph.DefaultEdgeTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest May 14, 2024 5:07:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6272b839-25d8-464c-8485-4a69c12c07d4 initialized OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 14, 2024 5:07:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6272b839-25d8-464c-8485-4a69c12c07d4 shut down May 14, 2024 5:07: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 14, 2024 5:07: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 14, 2024 5:07:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9bf538cb-ee54-413d-9b1f-60af85e02477 initialized May 14, 2024 5:07:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9bf538cb-ee54-413d-9b1f-60af85e02477 shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.025 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest May 14, 2024 5:07: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 14, 2024 5:07: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 14, 2024 5:07:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 52863707-7a9e-4755-8f75-a09915e1fc5b initialized May 14, 2024 5:07: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/1715663275278/ May 14, 2024 5:07:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663275278/ May 14, 2024 5:07:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 52863707-7a9e-4755-8f75-a09915e1fc5b shut down May 14, 2024 5:07:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 40aaf554-2114-4e69-b176-5fcb233e13b2 initialized May 14, 2024 5:07: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/1715663276697/ May 14, 2024 5:07:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663276697/ May 14, 2024 5:07:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 40aaf554-2114-4e69-b176-5fcb233e13b2 shut down May 14, 2024 5:07:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 91aed16f-5c4e-4d45-b13e-1bbca1833115 initialized May 14, 2024 5:07: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/1715663277796/ May 14, 2024 5:07:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663277796/ May 14, 2024 5:07:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 91aed16f-5c4e-4d45-b13e-1bbca1833115 shut down May 14, 2024 5:07:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e2b03a6-edbf-42fe-ab7d-6ca00683736e initialized May 14, 2024 5:07: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/1715663278669/ May 14, 2024 5:07:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663278669/ May 14, 2024 5:07:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e2b03a6-edbf-42fe-ab7d-6ca00683736e shut down May 14, 2024 5:07:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:07:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:07:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:07:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:07:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 80744f05-d898-43f1-a0cf-2fd2f2cd4dd6 initialized May 14, 2024 5:07: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/1715663279491/ May 14, 2024 5:07:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:07:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:07: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/1715663279491/ May 14, 2024 5:07:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:07:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:07:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 80744f05-d898-43f1-a0cf-2fd2f2cd4dd6 shut down May 14, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 00788b70-edfe-4ed7-b055-2150a3c80895 initialized May 14, 2024 5:08: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/1715663280299/ May 14, 2024 5:08:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663280299/ May 14, 2024 5:08:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 00788b70-edfe-4ed7-b055-2150a3c80895 shut down May 14, 2024 5:08:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a1f25ca5-15fa-4f47-b930-15ebe44ae283 initialized May 14, 2024 5:08: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/1715663281070/ May 14, 2024 5:08:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663281070/ May 14, 2024 5:08:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a1f25ca5-15fa-4f47-b930-15ebe44ae283 shut down May 14, 2024 5:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 947c44b4-e0ab-4105-a984-9e7b6014207c initialized May 14, 2024 5:08: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/1715663281958/ May 14, 2024 5:08:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663281958/ May 14, 2024 5:08:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 947c44b4-e0ab-4105-a984-9e7b6014207c shut down May 14, 2024 5:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fe7bf32a-04dc-42a2-9523-2d7bc681fa66 initialized May 14, 2024 5:08: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/1715663282754/ May 14, 2024 5:08:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663282754/ May 14, 2024 5:08:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fe7bf32a-04dc-42a2-9523-2d7bc681fa66 shut down May 14, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b37f625a-a166-4ef2-bf40-783117127bfa initialized May 14, 2024 5:08: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/1715663283401/ May 14, 2024 5:08:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663283401/ May 14, 2024 5:08:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:03 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b37f625a-a166-4ef2-bf40-783117127bfa shut down May 14, 2024 5:08:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2ff0993d-df27-49a9-9213-e8710a67ef62 initialized May 14, 2024 5:08: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/1715663284066/ May 14, 2024 5:08:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663284066/ May 14, 2024 5:08:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2ff0993d-df27-49a9-9213-e8710a67ef62 shut down May 14, 2024 5:08:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 690d6d62-60e4-4dfe-8669-6826891e5503 initialized May 14, 2024 5:08: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/1715663284678/ May 14, 2024 5:08:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663284678/ May 14, 2024 5:08:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 690d6d62-60e4-4dfe-8669-6826891e5503 shut down May 14, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:05 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:05 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a747bda-d9e9-413c-8de5-472232d5e39b initialized May 14, 2024 5:08: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/1715663285335/ May 14, 2024 5:08:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663285335/ May 14, 2024 5:08:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:05 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:05 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a747bda-d9e9-413c-8de5-472232d5e39b shut down May 14, 2024 5:08:05 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:05 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:06 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:06 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 55e470d7-0bf7-40cc-9ec8-f7a8173172a3 initialized May 14, 2024 5:08: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/1715663286188/ May 14, 2024 5:08:06 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:08 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663286188/ May 14, 2024 5:08:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 55e470d7-0bf7-40cc-9ec8-f7a8173172a3 shut down May 14, 2024 5:08:09 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:09 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:09 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:09 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2a0306d1-6821-4e1b-9667-4539c26829bd initialized May 14, 2024 5:08: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/1715663289236/ May 14, 2024 5:08:09 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663289236/ May 14, 2024 5:08:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:10 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2a0306d1-6821-4e1b-9667-4539c26829bd shut down May 14, 2024 5:08:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:10 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:10 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:10 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b55c2b43-8901-471b-9ee9-05146addfc4c initialized May 14, 2024 5:08: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/1715663290787/ May 14, 2024 5:08:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663290787/ May 14, 2024 5:08:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b55c2b43-8901-471b-9ee9-05146addfc4c shut down May 14, 2024 5:08:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:11 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:11 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d47af3d7-4d9e-42ba-aa88-cc97e75d17a8 initialized May 14, 2024 5:08: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/1715663291536/ May 14, 2024 5:08:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663291536/ May 14, 2024 5:08:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:11 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d47af3d7-4d9e-42ba-aa88-cc97e75d17a8 shut down May 14, 2024 5:08:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94e74a91-9cfc-4e0a-84a8-719405d6aac0 initialized May 14, 2024 5:08: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/1715663292127/ May 14, 2024 5:08:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663292127/ May 14, 2024 5:08:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:12 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94e74a91-9cfc-4e0a-84a8-719405d6aac0 shut down May 14, 2024 5:08:12 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:12 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:12 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:12 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 28936858-6ef2-48db-a38b-0e3425c5d062 initialized May 14, 2024 5:08: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/1715663292757/ May 14, 2024 5:08:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663292757/ May 14, 2024 5:08:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 28936858-6ef2-48db-a38b-0e3425c5d062 shut down May 14, 2024 5:08:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9bfcfb48-d8b9-42d4-a162-5db85de9e316 initialized May 14, 2024 5:08: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/1715663293315/ May 14, 2024 5:08:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663293315/ May 14, 2024 5:08:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:13 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9bfcfb48-d8b9-42d4-a162-5db85de9e316 shut down May 14, 2024 5:08:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:13 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:13 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7bc55d71-8ddf-4abf-8c52-72452e29f22e initialized May 14, 2024 5:08: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/1715663293954/ May 14, 2024 5:08:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663293954/ May 14, 2024 5:08:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7bc55d71-8ddf-4abf-8c52-72452e29f22e shut down May 14, 2024 5:08:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:14 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:14 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dc65ac8a-64ce-405e-abb9-7cc754f96336 initialized May 14, 2024 5:08: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/1715663294510/ May 14, 2024 5:08:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663294510/ May 14, 2024 5:08:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:14 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dc65ac8a-64ce-405e-abb9-7cc754f96336 shut down May 14, 2024 5:08:14 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:14 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c75d61e-ef10-4361-8102-f068fb13663a initialized May 14, 2024 5:08: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/1715663295095/ May 14, 2024 5:08:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663295095/ May 14, 2024 5:08:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c75d61e-ef10-4361-8102-f068fb13663a shut down May 14, 2024 5:08:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:15 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:15 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 85d1f213-699e-4cae-b0d4-45d0b5018793 initialized May 14, 2024 5:08: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/1715663295621/ May 14, 2024 5:08:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663295621/ May 14, 2024 5:08:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:15 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 85d1f213-699e-4cae-b0d4-45d0b5018793 shut down May 14, 2024 5:08:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bb411350-795e-471d-a6a8-8d5225c2f12b initialized May 14, 2024 5:08: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/1715663296110/ May 14, 2024 5:08:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663296110/ May 14, 2024 5:08:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bb411350-795e-471d-a6a8-8d5225c2f12b shut down May 14, 2024 5:08:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:16 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:16 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:16 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:16 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ae5cb0a6-d62a-4835-b6ca-3ad6c399a07a initialized May 14, 2024 5:08: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/1715663296640/ May 14, 2024 5:08:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:16 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08:17 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/1715663296640/ May 14, 2024 5:08:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ae5cb0a6-d62a-4835-b6ca-3ad6c399a07a shut down May 14, 2024 5:08:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d785e061-18e7-41dc-9ed2-fd0a264b01dc initialized May 14, 2024 5:08:17 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/1715663297189/ May 14, 2024 5:08:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08:17 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/1715663297189/ May 14, 2024 5:08:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:17 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d785e061-18e7-41dc-9ed2-fd0a264b01dc shut down May 14, 2024 5:08:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:17 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:17 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:17 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e4f4a92f-d3c8-47a6-bac8-44656ea8ca7c initialized May 14, 2024 5:08:17 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/1715663297709/ May 14, 2024 5:08:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08:18 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/1715663297709/ May 14, 2024 5:08:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e4f4a92f-d3c8-47a6-bac8-44656ea8ca7c shut down May 14, 2024 5:08:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dd1587ed-0850-4e92-b9d0-b2dc4ba8da8f initialized May 14, 2024 5:08:18 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/1715663298366/ May 14, 2024 5:08:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08:18 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/1715663298366/ May 14, 2024 5:08:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:18 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dd1587ed-0850-4e92-b9d0-b2dc4ba8da8f shut down May 14, 2024 5:08:18 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:18 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:18 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:18 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3b28962e-6174-4b90-a289-b2b8e5023d93 initialized May 14, 2024 5:08:18 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/1715663298929/ May 14, 2024 5:08:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663298929/ May 14, 2024 5:08:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3b28962e-6174-4b90-a289-b2b8e5023d93 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 46a1406d-aa4a-4313-ac10-0f158791624e initialized May 14, 2024 5:08: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/1715663299448/ May 14, 2024 5:08:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663299448/ May 14, 2024 5:08:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:19 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:19 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 46a1406d-aa4a-4313-ac10-0f158791624e shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:19 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:19 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dcabd16c-1030-4bb3-980c-c72006321e42 initialized May 14, 2024 5:08: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/1715663299974/ May 14, 2024 5:08:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663299974/ May 14, 2024 5:08:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dcabd16c-1030-4bb3-980c-c72006321e42 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 691113fa-55c1-4e18-802b-6ee92f7a956e initialized May 14, 2024 5:08: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/1715663300426/ May 14, 2024 5:08:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663300426/ May 14, 2024 5:08:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:20 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:20 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 691113fa-55c1-4e18-802b-6ee92f7a956e shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:20 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:20 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:20 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7cad6a64-8dd0-441e-8e63-08d2057a6772 initialized May 14, 2024 5:08: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/1715663300952/ May 14, 2024 5:08:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663300952/ May 14, 2024 5:08:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7cad6a64-8dd0-441e-8e63-08d2057a6772 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:21 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:21 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ac1a5994-cef2-4824-8351-27c26ab5765d initialized May 14, 2024 5:08: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/1715663301559/ May 14, 2024 5:08:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663301559/ May 14, 2024 5:08:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:21 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:21 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ac1a5994-cef2-4824-8351-27c26ab5765d shut down May 14, 2024 5:08:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d83b2663-1ab6-4c3f-a8df-00f38e80852a initialized May 14, 2024 5:08: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/1715663302097/ May 14, 2024 5:08:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663302097/ May 14, 2024 5:08:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d83b2663-1ab6-4c3f-a8df-00f38e80852a shut down May 14, 2024 5:08:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:22 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:22 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 69c656c5-e218-41ea-911f-5bbf97be16bc initialized May 14, 2024 5:08: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/1715663302647/ May 14, 2024 5:08:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663302647/ May 14, 2024 5:08:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:22 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 69c656c5-e218-41ea-911f-5bbf97be16bc shut down May 14, 2024 5:08:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2053f0ba-8b71-42d9-894e-63af19e9fe34 initialized May 14, 2024 5:08: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/1715663303111/ May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663303111/ May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2053f0ba-8b71-42d9-894e-63af19e9fe34 shut down May 14, 2024 5:08:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8034c41d-df4a-4bf2-8ae7-cc0c9d8f4852 initialized May 14, 2024 5:08: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/1715663303581/ May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663303581/ May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8034c41d-df4a-4bf2-8ae7-cc0c9d8f4852 shut down May 14, 2024 5:08:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:23 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25dc885f-9e53-43fc-aa2d-531265c99402 initialized May 14, 2024 5:08: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/1715663304009/ May 14, 2024 5:08:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663304009/ May 14, 2024 5:08:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 25dc885f-9e53-43fc-aa2d-531265c99402 shut down May 14, 2024 5:08:24 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 914f3851-f05c-4ef3-b008-98318fa3028c initialized May 14, 2024 5:08: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/1715663304558/ May 14, 2024 5:08:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663304558/ May 14, 2024 5:08:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:24 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 914f3851-f05c-4ef3-b008-98318fa3028c shut down May 14, 2024 5:08:24 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:24 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:24 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fbfc9bc8-2149-48a9-9fa7-275480d919e5 initialized May 14, 2024 5:08: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/1715663305019/ May 14, 2024 5:08:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663305019/ May 14, 2024 5:08:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fbfc9bc8-2149-48a9-9fa7-275480d919e5 shut down May 14, 2024 5:08:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 38032549-46a6-4e3d-ad02-fc187f45f3e8 initialized May 14, 2024 5:08: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/1715663305443/ May 14, 2024 5:08:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663305443/ May 14, 2024 5:08:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:25 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 38032549-46a6-4e3d-ad02-fc187f45f3e8 shut down May 14, 2024 5:08:25 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:25 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:25 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5dbc751b-3972-4773-8406-41f367757e3c initialized May 14, 2024 5:08: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/1715663305871/ May 14, 2024 5:08:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663305871/ May 14, 2024 5:08:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5dbc751b-3972-4773-8406-41f367757e3c shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cc71f549-bc69-4156-98f0-6289b27e8b5b initialized May 14, 2024 5:08: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/1715663306318/ May 14, 2024 5:08:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663306318/ May 14, 2024 5:08:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:26 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cc71f549-bc69-4156-98f0-6289b27e8b5b shut down [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.91 s -- in org.eclipse.jnosql.mapping.graph.DefaultGraphTraversalSourceTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:26 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:26 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eb4db5a6-285b-4d2b-8b08-d50c1ebdcfad initialized May 14, 2024 5:08: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/1715663306804/ May 14, 2024 5:08:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663306804/ May 14, 2024 5:08:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eb4db5a6-285b-4d2b-8b08-d50c1ebdcfad shut down May 14, 2024 5:08:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 494f8c52-6bef-4e75-a2ed-a8d0856d12f0 initialized May 14, 2024 5:08: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/1715663307392/ May 14, 2024 5:08:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663307392/ May 14, 2024 5:08:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:27 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 494f8c52-6bef-4e75-a2ed-a8d0856d12f0 shut down May 14, 2024 5:08:27 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:27 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:27 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3085a9d4-1eab-474b-a2f7-d9d0358d812a initialized May 14, 2024 5:08: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/1715663307862/ May 14, 2024 5:08:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663307862/ May 14, 2024 5:08:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3085a9d4-1eab-474b-a2f7-d9d0358d812a shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c4be38a-432c-4729-a2cf-d8fa9c316be3 initialized May 14, 2024 5:08: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/1715663308347/ May 14, 2024 5:08:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663308347/ May 14, 2024 5:08:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:28 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c4be38a-432c-4729-a2cf-d8fa9c316be3 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:28 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:28 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d9b87474-e0c9-44e6-9ffa-13646dcf383b initialized May 14, 2024 5:08: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/1715663308828/ May 14, 2024 5:08:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663308828/ May 14, 2024 5:08:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d9b87474-e0c9-44e6-9ffa-13646dcf383b shut down May 14, 2024 5:08:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 008a50ca-7de3-4d4e-a50d-4d828e734f6d initialized May 14, 2024 5:08: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/1715663309299/ May 14, 2024 5:08:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663309299/ May 14, 2024 5:08:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:29 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:29 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 008a50ca-7de3-4d4e-a50d-4d828e734f6d shut down May 14, 2024 5:08:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:29 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:29 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8715e014-e27c-43fc-a36a-4574957aa7f9 initialized May 14, 2024 5:08: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/1715663309778/ May 14, 2024 5:08:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663309778/ May 14, 2024 5:08:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8715e014-e27c-43fc-a36a-4574957aa7f9 shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.519 s -- in org.eclipse.jnosql.mapping.graph.DefaultValueMapTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.DefaultVertexTraversalTest May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2dbab048-2776-4d45-aca6-06a43c20566b initialized May 14, 2024 5:08: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/1715663310328/ May 14, 2024 5:08:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663310328/ May 14, 2024 5:08:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:30 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2dbab048-2776-4d45-aca6-06a43c20566b shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:30 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:30 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b2de60aa-f2d3-4a99-a09f-78083ffaa745 initialized May 14, 2024 5:08: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/1715663310778/ May 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663310778/ May 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b2de60aa-f2d3-4a99-a09f-78083ffaa745 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4de2474b-4ac0-48c7-888b-dc20b9113957 initialized May 14, 2024 5:08: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/1715663311250/ May 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663311250/ May 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4de2474b-4ac0-48c7-888b-dc20b9113957 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37da9e18-0a8e-478d-a509-dd1b9acdf582 initialized May 14, 2024 5:08: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/1715663311743/ May 14, 2024 5:08:31 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663311743/ May 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37da9e18-0a8e-478d-a509-dd1b9acdf582 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1bdb25c4-7751-43f2-b9ff-52eb2a46664c initialized May 14, 2024 5:08: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/1715663312189/ May 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663312189/ May 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1bdb25c4-7751-43f2-b9ff-52eb2a46664c shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 81e234c6-1beb-4dd2-9813-0d95553fa1c3 initialized May 14, 2024 5:08: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/1715663312669/ May 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:32 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663312669/ May 14, 2024 5:08:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 81e234c6-1beb-4dd2-9813-0d95553fa1c3 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bee94d89-9cb8-43ad-8ee5-f9b878c45565 initialized May 14, 2024 5:08: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/1715663313203/ May 14, 2024 5:08:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663313203/ May 14, 2024 5:08:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bee94d89-9cb8-43ad-8ee5-f9b878c45565 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:33 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:33 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ed149516-3863-4be8-9a73-718bb43d9a82 initialized May 14, 2024 5:08: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/1715663313659/ May 14, 2024 5:08:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:33 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663313659/ May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ed149516-3863-4be8-9a73-718bb43d9a82 shut down May 14, 2024 5:08:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5177943d-9052-4501-a2a3-54c42f99efa6 initialized May 14, 2024 5:08:34 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/1715663314117/ May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663314117/ May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5177943d-9052-4501-a2a3-54c42f99efa6 shut down May 14, 2024 5:08:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e8610bd1-758f-47a1-8f06-5c354558d80b initialized May 14, 2024 5:08:34 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/1715663314572/ May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663314572/ May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e8610bd1-758f-47a1-8f06-5c354558d80b shut down May 14, 2024 5:08:34 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:34 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b9edc1c9-755d-4fa3-afdf-346b70dc52a2 initialized May 14, 2024 5:08: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/1715663315010/ May 14, 2024 5:08:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08:35 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/1715663315010/ May 14, 2024 5:08:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b9edc1c9-755d-4fa3-afdf-346b70dc52a2 shut down May 14, 2024 5:08:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:35 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:35 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bce41579-aa33-4783-adbf-18d7b753178c initialized May 14, 2024 5:08: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/1715663315453/ May 14, 2024 5:08:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08:35 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/1715663315453/ May 14, 2024 5:08:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:35 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bce41579-aa33-4783-adbf-18d7b753178c shut down May 14, 2024 5:08:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:35 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 85a211a6-0ada-411b-b63c-b5f7a20290fb initialized May 14, 2024 5:08: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/1715663316074/ May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663316074/ May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 85a211a6-0ada-411b-b63c-b5f7a20290fb shut down May 14, 2024 5:08:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9f0ca10e-fe5b-4cfb-9db6-cd9b684fb95d initialized May 14, 2024 5:08: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/1715663316516/ May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663316516/ May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9f0ca10e-fe5b-4cfb-9db6-cd9b684fb95d shut down May 14, 2024 5:08:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:36 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:36 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a3463664-fcfb-4532-bff5-46dc4e6152c6 initialized May 14, 2024 5:08: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/1715663316977/ May 14, 2024 5:08:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663316977/ May 14, 2024 5:08:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a3463664-fcfb-4532-bff5-46dc4e6152c6 shut down May 14, 2024 5:08:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 197bdd5e-c788-4fc0-899a-a033e882cc9f initialized May 14, 2024 5:08: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/1715663317437/ May 14, 2024 5:08:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663317437/ May 14, 2024 5:08:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:37 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 197bdd5e-c788-4fc0-899a-a033e882cc9f shut down May 14, 2024 5:08:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:37 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:37 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 084f19d9-ecaf-4d18-9e95-88e7b2cfb949 initialized May 14, 2024 5:08: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/1715663317848/ May 14, 2024 5:08:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663317848/ May 14, 2024 5:08:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 084f19d9-ecaf-4d18-9e95-88e7b2cfb949 shut down May 14, 2024 5:08:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bc77cc84-e3d3-49dc-8307-5a8eff5943a8 initialized May 14, 2024 5:08: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/1715663318323/ May 14, 2024 5:08:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663318323/ May 14, 2024 5:08:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:38 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:38 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bc77cc84-e3d3-49dc-8307-5a8eff5943a8 shut down May 14, 2024 5:08:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:38 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:38 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 05000459-4bf7-4e8d-a2aa-a2b50d53772a initialized May 14, 2024 5:08: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/1715663318885/ May 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663318885/ May 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 05000459-4bf7-4e8d-a2aa-a2b50d53772a shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cefd4f38-f83d-461c-9828-875b5ef5cf73 initialized May 14, 2024 5:08: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/1715663319318/ May 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663319318/ May 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cefd4f38-f83d-461c-9828-875b5ef5cf73 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0e3e3248-9ffe-4d8a-a0cf-0e80170db730 initialized May 14, 2024 5:08: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/1715663319757/ May 14, 2024 5:08:39 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663319757/ May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0e3e3248-9ffe-4d8a-a0cf-0e80170db730 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a6438d2e-3d70-41d6-8cd9-6b024888212b initialized May 14, 2024 5:08: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/1715663320190/ May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663320190/ May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a6438d2e-3d70-41d6-8cd9-6b024888212b shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:40 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 22b7668a-3773-4cd1-ab7a-86ea4ca6ffca initialized May 14, 2024 5:08: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/1715663320630/ May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663320630/ May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:40 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:40 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 22b7668a-3773-4cd1-ab7a-86ea4ca6ffca shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fe2711b5-4621-4749-9c48-3ac7e4fa647f initialized May 14, 2024 5:08: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/1715663321083/ May 14, 2024 5:08:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663321083/ May 14, 2024 5:08:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:41 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fe2711b5-4621-4749-9c48-3ac7e4fa647f shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:41 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:41 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:41 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bad204ec-5573-4d1c-af31-57bb090792d6 initialized May 14, 2024 5:08: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/1715663321634/ May 14, 2024 5:08:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:41 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663321634/ May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bad204ec-5573-4d1c-af31-57bb090792d6 shut down May 14, 2024 5:08:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 802edd94-a7f4-4c40-94a7-b2e0354951b3 initialized May 14, 2024 5:08: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/1715663322112/ May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663322112/ May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 802edd94-a7f4-4c40-94a7-b2e0354951b3 shut down May 14, 2024 5:08:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 93c27062-0a4b-4b82-9034-49676318465d initialized May 14, 2024 5:08: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/1715663322587/ May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663322587/ May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:42 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 93c27062-0a4b-4b82-9034-49676318465d shut down May 14, 2024 5:08:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:42 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7effa341-698c-484c-924a-a39c190b2849 initialized May 14, 2024 5:08:43 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/1715663323036/ May 14, 2024 5:08:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663323036/ May 14, 2024 5:08:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7effa341-698c-484c-924a-a39c190b2849 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 78bd71c2-44fe-4488-984d-22f9a986a6f8 initialized May 14, 2024 5:08:43 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/1715663323501/ May 14, 2024 5:08:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663323501/ May 14, 2024 5:08:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:43 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 78bd71c2-44fe-4488-984d-22f9a986a6f8 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:43 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:43 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 96902712-12c8-4cb9-9e18-e08a0ad70ee5 initialized May 14, 2024 5:08:43 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/1715663323924/ May 14, 2024 5:08:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08:44 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/1715663323924/ May 14, 2024 5:08:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 96902712-12c8-4cb9-9e18-e08a0ad70ee5 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6f886be0-39d2-4347-ad20-96daac708769 initialized May 14, 2024 5:08: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/1715663324464/ May 14, 2024 5:08:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08:44 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/1715663324464/ May 14, 2024 5:08:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:44 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6f886be0-39d2-4347-ad20-96daac708769 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:44 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:44 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 38c5bc0a-80b9-473b-a950-9cc2fb0bd76b initialized May 14, 2024 5:08: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/1715663324884/ May 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663324884/ May 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 38c5bc0a-80b9-473b-a950-9cc2fb0bd76b shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f26a221f-4289-421a-9777-27a89937f15f initialized May 14, 2024 5:08: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/1715663325298/ May 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663325298/ May 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f26a221f-4289-421a-9777-27a89937f15f shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba5024a6-74b8-46a5-ac6d-53ce3f35cee1 initialized May 14, 2024 5:08: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/1715663325718/ May 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:45 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663325718/ May 14, 2024 5:08:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba5024a6-74b8-46a5-ac6d-53ce3f35cee1 shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container db0885e1-09a5-44e2-93ab-15722044336b initialized May 14, 2024 5:08: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/1715663326114/ May 14, 2024 5:08:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663326114/ May 14, 2024 5:08:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container db0885e1-09a5-44e2-93ab-15722044336b shut down May 14, 2024 5:08: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 14, 2024 5:08: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 14, 2024 5:08:46 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:46 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c9c294b-02c6-4138-ae36-b79953aed458 initialized May 14, 2024 5:08: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/1715663326551/ May 14, 2024 5:08:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:46 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663326551/ May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c9c294b-02c6-4138-ae36-b79953aed458 shut down May 14, 2024 5:08:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2137aa38-036d-404e-97b8-140130683e76 initialized May 14, 2024 5:08: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/1715663327238/ May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663327238/ May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2137aa38-036d-404e-97b8-140130683e76 shut down May 14, 2024 5:08:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e4188ddf-4cdb-4c74-bc71-ae677fd7e80c initialized May 14, 2024 5:08: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/1715663327649/ May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663327649/ May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:47 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e4188ddf-4cdb-4c74-bc71-ae677fd7e80c shut down May 14, 2024 5:08:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 83d8a948-48a8-45d8-b559-5a05f5ea143c initialized May 14, 2024 5:08: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/1715663328071/ May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663328071/ May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 83d8a948-48a8-45d8-b559-5a05f5ea143c shut down May 14, 2024 5:08:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 54656f07-4051-434d-9de3-85d647d0b9a8 initialized May 14, 2024 5:08: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/1715663328508/ May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663328508/ May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 54656f07-4051-434d-9de3-85d647d0b9a8 shut down May 14, 2024 5:08:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:48 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:48 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72484490-a215-4c15-a8e5-4e1822d41bdb initialized May 14, 2024 5:08: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/1715663328910/ May 14, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663328910/ May 14, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72484490-a215-4c15-a8e5-4e1822d41bdb shut down May 14, 2024 5:08:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6e8210da-f251-4fb6-b698-3e1b63d89996 initialized May 14, 2024 5:08: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/1715663329312/ May 14, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663329312/ May 14, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:49 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6e8210da-f251-4fb6-b698-3e1b63d89996 shut down May 14, 2024 5:08:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:49 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:49 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0c905d7b-ff2b-4a5c-a274-2eebbb370087 initialized May 14, 2024 5:08: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/1715663329853/ May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663329853/ May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0c905d7b-ff2b-4a5c-a274-2eebbb370087 shut down May 14, 2024 5:08:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6d402efd-1d08-45d1-9282-c4e3fde45dbe initialized May 14, 2024 5:08: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/1715663330282/ May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663330282/ May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6d402efd-1d08-45d1-9282-c4e3fde45dbe shut down May 14, 2024 5:08:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:50 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e95948a6-5bf8-4378-ac1e-ecdfe38fd101 initialized May 14, 2024 5:08: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/1715663330727/ May 14, 2024 5:08:50 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663330727/ May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e95948a6-5bf8-4378-ac1e-ecdfe38fd101 shut down May 14, 2024 5:08:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f1316bce-3804-4d1c-bbd7-f4452f9b2b50 initialized May 14, 2024 5:08: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/1715663331167/ May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663331167/ May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f1316bce-3804-4d1c-bbd7-f4452f9b2b50 shut down May 14, 2024 5:08:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fbdf653f-96ce-4c91-9b22-1cd57b308520 initialized May 14, 2024 5:08: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/1715663331585/ May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663331585/ May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fbdf653f-96ce-4c91-9b22-1cd57b308520 shut down May 14, 2024 5:08:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:51 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:51 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3788ddf0-631c-4516-8c8c-c70bc20beea0 initialized May 14, 2024 5:08: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/1715663331977/ May 14, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663331977/ May 14, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3788ddf0-631c-4516-8c8c-c70bc20beea0 shut down May 14, 2024 5:08:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ccd80fef-8b84-40c6-bc15-5bfe78255068 initialized May 14, 2024 5:08: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/1715663332406/ May 14, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663332406/ May 14, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ccd80fef-8b84-40c6-bc15-5bfe78255068 shut down May 14, 2024 5:08:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:52 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:52 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86c6399a-52ae-4974-aea7-c729c72fd896 initialized May 14, 2024 5:08: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/1715663332938/ May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663332938/ May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86c6399a-52ae-4974-aea7-c729c72fd896 shut down May 14, 2024 5:08:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a74691ee-dbb8-4235-b64b-74a995110611 initialized May 14, 2024 5:08: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/1715663333327/ May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663333327/ May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a74691ee-dbb8-4235-b64b-74a995110611 shut down May 14, 2024 5:08:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b50291da-3e5e-426e-a3bd-d98e76f1f260 initialized May 14, 2024 5:08: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/1715663333725/ May 14, 2024 5:08:53 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663333725/ May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b50291da-3e5e-426e-a3bd-d98e76f1f260 shut down May 14, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e595833d-988e-42e4-8e58-40f973244618 initialized May 14, 2024 5:08: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/1715663334144/ May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663334144/ May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e595833d-988e-42e4-8e58-40f973244618 shut down [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.26 s -- in org.eclipse.jnosql.mapping.graph.DefaultVertexTraversalTest [INFO] Running org.eclipse.jnosql.mapping.graph.EdgeEntityTest May 14, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 460fc168-58f5-401a-93b4-8845ba51d2de initialized May 14, 2024 5:08: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/1715663334544/ May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663334544/ May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 460fc168-58f5-401a-93b4-8845ba51d2de shut down May 14, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a133dbd9-a62a-468e-b865-2258c23d8cb8 initialized May 14, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a133dbd9-a62a-468e-b865-2258c23d8cb8 shut down May 14, 2024 5:08:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:54 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:54 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f2467593-d2d9-41df-a562-1dc54dfa2c9b initialized May 14, 2024 5:08: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/1715663335013/ May 14, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663335013/ May 14, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f2467593-d2d9-41df-a562-1dc54dfa2c9b shut down May 14, 2024 5:08:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 230c6538-a353-4ed8-91e4-f31d04b868c6 initialized May 14, 2024 5:08: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/1715663335385/ May 14, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663335385/ May 14, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 230c6538-a353-4ed8-91e4-f31d04b868c6 shut down May 14, 2024 5:08:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:55 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:55 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:55 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 59af2bd5-4cfe-4874-8c72-a0ee47fe4e76 initialized May 14, 2024 5:08: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/1715663335838/ May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663335838/ May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 59af2bd5-4cfe-4874-8c72-a0ee47fe4e76 shut down May 14, 2024 5:08:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bd836fcb-f840-43cc-9116-26ad23d12f98 initialized May 14, 2024 5:08: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/1715663336211/ May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663336211/ May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bd836fcb-f840-43cc-9116-26ad23d12f98 shut down May 14, 2024 5:08:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 656967a5-7eb3-4816-9d4d-fb1b05649a2d initialized May 14, 2024 5:08: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/1715663336583/ May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663336583/ May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 656967a5-7eb3-4816-9d4d-fb1b05649a2d shut down May 14, 2024 5:08:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:56 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:56 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a6f7a27b-7809-4f9d-b733-eb2705b699ae initialized May 14, 2024 5:08: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/1715663336974/ May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663336974/ May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a6f7a27b-7809-4f9d-b733-eb2705b699ae shut down May 14, 2024 5:08:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f918d3ce-a6c1-4df5-a290-78d3845f5938 initialized May 14, 2024 5:08: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/1715663337372/ May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663337372/ May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f918d3ce-a6c1-4df5-a290-78d3845f5938 shut down May 14, 2024 5:08:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 928e0fc0-880a-42fa-add0-d997daf8f00d initialized May 14, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 928e0fc0-880a-42fa-add0-d997daf8f00d shut down May 14, 2024 5:08:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 37508bc9-b78a-428b-9c3a-152937569ea3 initialized May 14, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 37508bc9-b78a-428b-9c3a-152937569ea3 shut down May 14, 2024 5:08:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:57 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8fe2c83f-29d4-446f-bca9-415b38ab5869 initialized May 14, 2024 5:08: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/1715663337914/ May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663337914/ May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8fe2c83f-29d4-446f-bca9-415b38ab5869 shut down May 14, 2024 5:08:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4d4e564c-5e08-4032-bdb7-eda3e3220e4d initialized May 14, 2024 5:08: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/1715663338314/ May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663338314/ May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4d4e564c-5e08-4032-bdb7-eda3e3220e4d shut down May 14, 2024 5:08:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4cd203aa-6c80-428c-9f6c-6aedca8687ce initialized May 14, 2024 5:08:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4cd203aa-6c80-428c-9f6c-6aedca8687ce shut down May 14, 2024 5:08:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:58 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bb3d25eb-d7b6-407e-a260-1d9b523d542f initialized May 14, 2024 5:08: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/1715663338779/ May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663338779/ May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bb3d25eb-d7b6-407e-a260-1d9b523d542f shut down May 14, 2024 5:08:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3bfa2930-7a86-4940-9222-c92ba61dc267 initialized May 14, 2024 5:08: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/1715663339181/ May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663339181/ May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3bfa2930-7a86-4940-9222-c92ba61dc267 shut down May 14, 2024 5:08:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d322d8f1-3339-4412-a787-56a6e119d2c4 initialized May 14, 2024 5:08: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/1715663339559/ May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:08: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/1715663339559/ May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:08:59 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d322d8f1-3339-4412-a787-56a6e119d2c4 shut down May 14, 2024 5:08:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:08:59 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:08:59 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:08:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 34190721-7dd7-42e6-9a7b-1c5f4385b0f6 initialized May 14, 2024 5:08: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/1715663339937/ May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:09: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/1715663339937/ May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:09:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 34190721-7dd7-42e6-9a7b-1c5f4385b0f6 shut down May 14, 2024 5:09:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94d3b9b9-99bc-43c7-a5ad-823fbb9e66b3 initialized May 14, 2024 5:09: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/1715663340315/ May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:09: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/1715663340315/ May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:09:00 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94d3b9b9-99bc-43c7-a5ad-823fbb9e66b3 shut down May 14, 2024 5:09:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4a0dd8c6-3c38-401e-83a1-626d6b3a77c9 initialized May 14, 2024 5:09: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/1715663340708/ May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:09:00 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:09: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/1715663340708/ May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:09:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4a0dd8c6-3c38-401e-83a1-626d6b3a77c9 shut down May 14, 2024 5:09:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 57e71baa-3272-4b78-9405-94aa677b0b42 initialized May 14, 2024 5:09: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/1715663341093/ May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:09: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/1715663341093/ May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:09:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 57e71baa-3272-4b78-9405-94aa677b0b42 shut down May 14, 2024 5:09:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c7dad16d-4be2-473e-b47c-6c543c14a701 initialized May 14, 2024 5:09: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/1715663341474/ May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:09: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/1715663341474/ May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:09:01 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c7dad16d-4be2-473e-b47c-6c543c14a701 shut down May 14, 2024 5:09:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:01 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd48ed90-ccda-4f18-80d7-a79c5f5b78e2 initialized May 14, 2024 5:09: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/1715663341812/ May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:09: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/1715663341812/ May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:09:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd48ed90-ccda-4f18-80d7-a79c5f5b78e2 shut down May 14, 2024 5:09:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6e9e963e-5c0c-44e8-bc37-73d9474e38bb initialized May 14, 2024 5:09: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/1715663342230/ May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:09: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/1715663342230/ May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:09:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6e9e963e-5c0c-44e8-bc37-73d9474e38bb shut down May 14, 2024 5:09:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1b6af079-4c7d-4360-bc25-219be5b65e5b initialized May 14, 2024 5:09: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/1715663342624/ May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:09: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/1715663342624/ May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:09:02 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1b6af079-4c7d-4360-bc25-219be5b65e5b shut down May 14, 2024 5:09:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:02 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:02 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f2eb5d90-8f7a-46ff-97ca-22d1b0889ed5 initialized May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f2eb5d90-8f7a-46ff-97ca-22d1b0889ed5 shut down [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.542 s -- in org.eclipse.jnosql.mapping.graph.EdgeEntityTest [INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest May 14, 2024 5:09:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 06650f31-0bdd-4708-9a93-294f75d0f7e2 initialized May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 06650f31-0bdd-4708-9a93-294f75d0f7e2 shut down May 14, 2024 5:09:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6cf2c926-b70f-4572-8368-d7c16cd7b38f initialized May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6cf2c926-b70f-4572-8368-d7c16cd7b38f shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateProducerTest [INFO] Running org.eclipse.jnosql.mapping.graph.GraphTemplateTest May 14, 2024 5:09:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container edaab0e0-4c84-4fd2-b162-3e751c3848c1 initialized May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container edaab0e0-4c84-4fd2-b162-3e751c3848c1 shut down May 14, 2024 5:09:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 417dd154-2223-4c6e-ac6c-71c3ca4717aa initialized May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 417dd154-2223-4c6e-ac6c-71c3ca4717aa shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.eclipse.jnosql.mapping.graph.GraphTemplateTest [INFO] Running org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest May 14, 2024 5:09:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a12151c0-43cf-45cb-9c31-0ba6e43a66eb initialized May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a12151c0-43cf-45cb-9c31-0ba6e43a66eb shut down May 14, 2024 5:09:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b2da1b4b-b467-42b4-83b6-3a2cd17c9a43 initialized May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b2da1b4b-b467-42b4-83b6-3a2cd17c9a43 shut down May 14, 2024 5:09:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cc50c839-4d15-4c27-ae61-2a9c9d60fbf8 initialized May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cc50c839-4d15-4c27-ae61-2a9c9d60fbf8 shut down May 14, 2024 5:09:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 90b26be7-799e-44d0-91f6-1c3810fdc895 initialized May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 90b26be7-799e-44d0-91f6-1c3810fdc895 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 s -- in org.eclipse.jnosql.mapping.graph.configuration.GraphSupplierTest [INFO] Running org.eclipse.jnosql.mapping.graph.spi.GraphExtensionTest May 14, 2024 5:09:03 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:03 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:03 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7c695f8f-dac9-4dbe-bfb4-cf9d59e6ac67 initialized May 14, 2024 5:09: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/1715663343774/ May 14, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer init INFO: Graph database created May 14, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph database closing May 14, 2024 5:09: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/1715663343774/ May 14, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph directory exists?: false May 14, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.GraphProducer dispose INFO: Graph Database closed May 14, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7c695f8f-dac9-4dbe-bfb4-cf9d59e6ac67 shut down May 14, 2024 5:09:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a8cf1297-0ac5-4605-b347-f19711fec737 initialized May 14, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a8cf1297-0ac5-4605-b347-f19711fec737 shut down May 14, 2024 5:09:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f92e91fe-27ba-4035-8e65-223e1a356aec initialized May 14, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f92e91fe-27ba-4035-8e65-223e1a356aec shut down May 14, 2024 5:09:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. May 14, 2024 5:09:04 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] org.jboss.weld.junit5.auto.TestInstanceInjectionExtension.rewriteTestClassScope(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. May 14, 2024 5:09:04 AM org.eclipse.jnosql.mapping.Databases lambda$addDatabase$1 INFO: Found the type GRAPH to metadata GRAPH@graphRepositoryMock May 14, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing graph extension: 1 databases crud 2 found May 14, 2024 5:09:04 AM org.eclipse.jnosql.mapping.graph.spi.GraphExtension onAfterBeanDiscovery INFO: Processing repositories as a Graph implementation: [interface org.eclipse.jnosql.mapping.graph.BookRepository, interface org.eclipse.jnosql.mapping.graph.entities.PersonRepository] May 14, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9a3d188f-c5ae-4a21-a84c-8f85b3aa8544 initialized May 14, 2024 5:09:04 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9a3d188f-c5ae-4a21-a84c-8f85b3aa8544 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.741 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 [ 16.134 s] [INFO] jnosql-communication ............................... SUCCESS [ 0.360 s] [INFO] jnosql-communication-core .......................... SUCCESS [ 39.248 s] [INFO] jnosql-communication-query ......................... SUCCESS [ 31.558 s] [INFO] jnosql-communication-key-value ..................... SUCCESS [ 9.525 s] [INFO] jnosql-communication-semistructured ................ SUCCESS [ 24.835 s] [INFO] jnosql-mapping-parent .............................. SUCCESS [ 1.744 s] [INFO] jnosql-mapping-api-core ............................ SUCCESS [ 16.350 s] [INFO] jnosql-mapping-reflection .......................... SUCCESS [ 30.459 s] [INFO] jnosql-mapping-core ................................ SUCCESS [ 35.379 s] [INFO] jnosql-mapping-semistructured ...................... SUCCESS [01:01 min] [INFO] jnosql-mapping-document ............................ SUCCESS [ 21.343 s] [INFO] jnosql-mapping-column .............................. SUCCESS [ 22.116 s] [INFO] jnosql-mapping-key-value ........................... SUCCESS [ 36.958 s] [INFO] jnosql-mapping-graph ............................... SUCCESS [02:49 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:37 min [INFO] Finished at: 2024-05-14T05:09:14Z [INFO] ------------------------------------------------------------------------ Triggering a new build of jnosql-sonar Finished: SUCCESS